Hi Joan,

A very similar issue has been reported by Amol:
http://restlet.tigris.org/issues/show_bug.cgi?id=367

Let's continue the discussion there.

Best regards,
Jerome  

> -----Message d'origine-----
> De : Joan Picanyol i Puig [mailto:[EMAIL PROTECTED] 
> Envoyé : lundi 1 octobre 2007 20:17
> À : 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 to find it. I've changed my logging
> configuration, and this is the trace I get (the other part is as
> before). Notice how the first request is OK, and the next 
> ones fail. The
> "magic number" for my configuration is 1769 invocations, and 
> after that
> it just wedges.
> 
> 01-oct-2007 20:43:01 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New base URI: http://192.168.228.11:7210
> 01-oct-2007 20:43:01 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New remaining part: /bsf/api//pdf/enc-uri/68892
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: New base URI: http://192.168.228.11:7210/bsf/api
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: New remaining part: //pdf/enc-uri/68892
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: Delegating the call to the target Restlet
> 01-oct-2007 20:43:01 com.noelios.restlet.LogFilter afterHandle
> INFO: 2007-10-01        20:43:01        192.168.228.111 -     
>   192.168.228.11  7210    GET     /bsf/api//pdf/enc-uri/68892 
>     -       200     0       - 5       
> http://192.168.228.11:7210      RPT-HTTPClient/0.3-3E   -
> 01-oct-2007 20:43:01 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New base URI: http://192.168.228.11:7210
> 01-oct-2007 20:43:01 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New remaining part: /bsf/api//pdf/enc-uri/959
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: New base URI: http://192.168.228.11:7210/bsf/api
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: New remaining part: //pdf/enc-uri/959
> 01-oct-2007 20:43:01 org.restlet.Route beforeHandle
> FINA: Delegating the call to the target Restlet
> 01-oct-2007 20:43:01 com.noelios.restlet.LogFilter afterHandle
> INFO: 2007-10-01        20:43:01        192.168.228.111 -     
>   192.168.228.11  7210    GET     /bsf/api//pdf/enc-uri/959   
>     -       500     366     - 771     
> http://192.168.228.11:7210      RPT-HTTPClient/0.3-3E   -
> 01-oct-2007 20:43:03 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New base URI: http://192.168.228.11:7210
> 01-oct-2007 20:43:03 com.noelios.restlet.component.HostRoute 
> beforeHandle
> FINA: New remaining part: /bsf/api//pdf/enc-uri/395100
> 01-oct-2007 20:43:03 org.restlet.Route beforeHandle
> FINA: New base URI: http://192.168.228.11:7210/bsf/api
> 01-oct-2007 20:43:03 org.restlet.Route beforeHandle
> FINA: New remaining part: //pdf/enc-uri/395100
> 01-oct-2007 20:43:03 org.restlet.Route beforeHandle
> FINA: Delegating the call to the target Restlet
> 01-oct-2007 20:43:03 com.noelios.restlet.LogFilter afterHandle
> INFO: 2007-10-01        20:43:03        192.168.228.111 - 
> 192.168.228.11  7210    GET     /bsf/api//pdf/enc-uri/395100  
>   - 500     366     - 115     http://192.168.228.11:7210      
> RPT-HTTPClient/0.3-3E - 
> 
> any ideas?
> --
> pica

Reply via email to