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

2007-03-08 Thread DECAFFMEYER MATHIEU
Thank u.

Anyway, 
this exception doesn't occur anymore since I use the greedy matching.

__
   Matt



-Original Message-
From: news [mailto:[EMAIL PROTECTED] On Behalf Of Vadim Gritsenko
Sent: Thursday, March 08, 2007 4:29 AM
To: regexp-user@jakarta.apache.org
Subject: Re: Error : at org.apache.regexp.RE.matchNodes(Unknown Source)

*  This message comes from the Internet Network *

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Internet communications are not secure and therefore Fortis Banque Luxembourg 
S.A. does not accept legal responsibility for the contents of this message. The 
information contained in this e-mail is confidential and may be legally 
privileged. It is intended solely for the addressee. If you are not the 
intended recipient, any disclosure, copying, distribution or any action taken 
or omitted to be taken in reliance on it, is prohibited and may be unlawful. 
Nothing in the message is capable or intended to create any legally binding 
obligations on either party and it is not intended to provide legal advice.



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



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

2007-03-07 Thread Vadim Gritsenko

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


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]