Re: Please help : StackOverFlow error

2008-01-07 Thread Benoit VARVENNE
it Le 7/01/08 16:33, « Peter Crowther » <[EMAIL PROTECTED]> a écrit : >> From: Benoit VARVENNE [mailto:[EMAIL PROTECTED] >>> "Exception in thread "Thread-8" java.lang.StackOverflowError" >> >> The expansive algorithm is a recursive one. >>

Please help : StackOverFlow error

2008-01-07 Thread Benoit VARVENNE
Hello, I'm running a quite "memory-expansive" algorithm under Tomcat and I then got the following error message : > "Exception in thread "Thread-8" java.lang.StackOverflowError" The expansive algorithm is a recursive one. What is done is : - (1) launch a servlet, retrieves user's parameters