RE: StackOverflowError

2009-01-20 Thread Jerome Louvel
- De : Nicholas Brown [mailto:nibr...@us.ibm.com] Envoye : lundi 19 janvier 2009 16:44 A : discuss@restlet.tigris.org Objet : StackOverflowError I am getting a StackOverflowError while starting up the servlet with the servlet extension. Has anyone else seen this? Here is part of the stack trace

StackOverflowError

2009-01-19 Thread Nicholas Brown
I am getting a StackOverflowError while starting up the servlet with the servlet extension. Has anyone else seen this? Here is part of the stack trace: at com.noelios.restlet.ext.servlet.ServletWarEntity.init(ServletWarEntity.java:107

RE: StackOverflowError under load

2007-10-06 Thread Jerome Louvel
: discuss@restlet.tigris.org Objet : Re: StackOverflowError under load * Thierry Boileau [EMAIL PROTECTED] [20071001 17:03]: actually, I think that there is an underlying exception that provokes the infinite recursion and the stackoverflow exception. Could be, but I don't know how

StackOverflowError under load

2007-09-26 Thread Joan Picanyol i Puig
Hi there, We've implemented a callback mecanism under version 1.0.2. We have 5 different restlets, and after attaching them all we attach a default restlet with this simple handle method: public void handle(Request request, Response response) { log.error(Default handle, unidentified

Re: StackOverflowError

2007-03-09 Thread Jonathan Hall
Hall* [EMAIL PROTECTED] mailto:[EMAIL PROTECTED] wrote: Hi, Just before I start to debug. Has anyone load tested an application yet? I'm getting StackOverflowError on 1.0rc5: Happens after about 1k requests on 1.6. SEVERE: Unhandled exception or error intercepted

StackOverflowError

2007-03-08 Thread Jonathan Hall
Hi, Just before I start to debug. Has anyone load tested an application yet? I'm getting StackOverflowError on 1.0rc5: Happens after about 1k requests on 1.6. SEVERE: Unhandled exception or error intercepted java.lang.StackOverflowError at sun.util.calendar.ZoneInfo.getOffsets

Re: StackOverflowError

2007-03-08 Thread Piyush Purang
Perhaps this helps? http://63.246.22.60/browse/CONF-7573 On 3/8/07, Jonathan Hall [EMAIL PROTECTED] wrote: Hi, Just before I start to debug. Has anyone load tested an application yet? I'm getting StackOverflowError on 1.0rc5: Happens after about 1k requests on 1.6. SEVERE: Unhandled

Re: StackOverflowError when submitting a very long string as a parameter

2007-02-23 Thread Thierry Boileau
. Best regards, Thierry Boileau Here is the StackOverflowError I get when supplying a very long string as a request parameter. Although this particular request comes from a test case, there is nothing that would make such a request invalid in the real world. Certainly nothing preventing the use

StackOverflowError when submitting a very long string as a parameter

2007-02-20 Thread Ivan Gorgiev
Here is the StackOverflowError I get when supplying a very long string as a request parameter. Although this particular request comes from a test case, there is nothing that would make such a request invalid in the real world. Certainly nothing preventing the use from submitting one. Any