Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
Issue with tagger UI | java.lang.StackOverflowError
anjani
Hi All,
We are using teamsite 6.7.1 SP1 on Solaris environment. In our application tagger UI is used to capture the metadata for the DCRs.
We have three fields in the tagger UI. One field in tagger UI is textarea. I am using regular expression to restrict the max number of chars in the textarea.
Given is the code for text area field:
< item name="Description">
< label>Description
< description>A brief summary of 4000 characters or less.
< database data-type="VARCHAR(255)" />
< textarea required="f" rows="5" cols="72" wrap="virtual" validation-regex="^(.|\n){1,4000}$"/>
< /item>
When i am entering more than 3000 chars in the textarea its throwing following error:
Error: java.lang.StackOverflowError
Root cause:
java.lang.StackOverflowError
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
at org.apache.oro.text.regex.Perl5Matcher.__match(Unknown Source)
But when i am removing the validation-regex="^(.|\n){1,4000}$" attribute from the textarea then its working fine.
This issue is not happening on our dev environment but its happeing in our QA environment.
I am not able to find any thing in the log file.
Could you please help me to resolve this issue? Also can you please let me know in which log file tagger UI error get logged.
Thanks in advance.
A.S.
Find more posts tagged with
Comments
anjani
Hi All,
Could anyone please help me to resolve this issue.
Thanks,
A.S.
Adam Stoller
Hi All,
Could anyone please help me to resolve this issue.
Thanks,
A.S.
Have you tried contacting Support?
anjani
Hi Ghoti,
Thanks for reply.
I have not raised any support ticket. I thought somebody might have faced this issue earlier.
But now i will contact support team.
Thanks,
A.S.