DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17221>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=17221 Internal error in RECompiler Summary: Internal error in RECompiler Product: Regexp Version: unspecified Platform: Other OS/Version: AIX Status: NEW Severity: Critical Priority: Other Component: Other AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Am using RE to do some sipmle edits in an EJB running under WAS 3.5.4 on AIX 4.3.3, JDK version is 1.2.2. The regular expression that I am using is ^\d+$ The code creating it is straight forward, RE re = new RE("^\d+$"); This is the excpetion that i am getting An error occurred while processing your request : Unknown error: Internal error! : java.lang.Error: Internal error! 02-19-2003 14:38:50.752 : ERROR : Internal error! java.lang.Error: Internal error! at org.apache.regexp.RECompiler.internalError(RECompiler.java:244) at org.apache.regexp.RECompiler.atom(RECompiler.java(Compiled Code)) at org.apache.regexp.RECompiler.terminal(RECompiler.java(Compiled Code)) at org.apache.regexp.RECompiler.closure(RECompiler.java(Compiled Code)) at org.apache.regexp.RECompiler.branch(RECompiler.java(Compiled Code)) at org.apache.regexp.RECompiler.expr(RECompiler.java(Compiled Code)) at org.apache.regexp.RECompiler.compile(RECompiler.java:1281) at org.apache.regexp.RE.<init>(RE.java:495) at org.apache.regexp.RE.<init>(RE.java:480) The weird thing is that it usually runs for awhile just fine. After running for a period of time, a couple of hours or so, this exception starts popping up. Once i get this error, it occurs everytime i try to create this regular expression. I stop and restart my application server hosting my EJB and it starts working again. A few hours pass, and this exception starts again. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]