Re: Issue in 2.1.m7 with SSL Client Connections

2011-10-12 Thread Alex Milowski
On Wed, Oct 12, 2011 at 1:05 AM, Thierry Boileau wrote: > Hello Alex, > > I've entered an issue for tracking this bug : > http://restlet.tigris.org/issues/show_bug.cgi?id=1338. > We're quite busy but will have a look at this preoccupating error. Thanks. I have a test case that I'll attach. --Al

Re: Issue in 2.1.m7 with SSL Client Connections

2011-10-12 Thread Thierry Boileau
Hello Alex, I've entered an issue for tracking this bug : http://restlet.tigris.org/issues/show_bug.cgi?id=1338. We're quite busy but will have a look at this preoccupating error. Best regards, Thierry Boileau On Tue, Sep 27, 2011 at 5:36 AM, Alex Milowski wrote: > > Yet even more information:

Re: Issue in 2.1.m7 with SSL Client Connections

2011-10-11 Thread Alex Milowski
On Tue, Sep 27, 2011 at 5:36 AM, Alex Milowski wrote: > Yet  even more information: > > On a whim, I switched back to creating a new Client and not using the > Client returned by getContext().getClientDispatcher().  I call stop() > when I am finished and now everything works fine. > > So, here's t

Re: Issue in 2.1.m7 with SSL Client Connections

2011-09-27 Thread Alex Milowski
Yet even more information: On a whim, I switched back to creating a new Client and not using the Client returned by getContext().getClientDispatcher(). I call stop() when I am finished and now everything works fine. So, here's the state of play: Client client = getContext().getClientDispatc

Re: Issue in 2.1.m7 with SSL Client Connections

2011-09-27 Thread Alex Milowski
I've noticed when I start the server afresh, it fails after about 100 requests. When curl/wget sends their requests, they force an authentication request against google's ClientLogin service. These client requests seem to be closed on mass after 60s timeout (or more). Meanwhile, somehow it looks

Re: Issue in 2.1.m7 with SSL Client Connections

2011-09-27 Thread Alex Milowski
On Mon, Sep 26, 2011 at 2:44 PM, Alex Milowski wrote: > I was tracking down an out-of-memory error with my new Atomojo V2 > server project where I moved to 2.1.m7 and I found the solution quite > disturbing.  I have a configuration where I call out to Google's > ClientLogin and the code that did t

Issue in 2.1.m7 with SSL Client Connections

2011-09-26 Thread Alex Milowski
I was tracking down an out-of-memory error with my new Atomojo V2 server project where I moved to 2.1.m7 and I found the solution quite disturbing. I have a configuration where I call out to Google's ClientLogin and the code that did that had this code: Client client = new Client(context.cr