Re: Error : at org.apache.regexp.RE.matchNodes(Unknown Source)

Vadim Gritsenko <[email protected]> Wed, 07 Mar 2007 22:29:00 -0500
Newsgroups gmane.comp.jakarta.regexp.user
Message-ID <[email protected]>
DECAFFMEYER MATHIEU wrote:
> For some Html pages this regular expression works,
> but for some Html pages, it gives the following errors :
> 
> [...]
>         at org.apache.regexp.RE.matchNodes(Unknown Source)
>         at org.apache.regexp.RE.matchNodes(Unknown Source)
>         at org.apache.regexp.RE.matchNodes(Unknown Source)

Matthew,

You are hitting the stack size limit. Read more here:
   http://issues.apache.org/bugzilla/show_bug.cgi?id=764


Vadim