* 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