RE: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-22 Thread Konstantin Preißer
Hi Mark, > -Original Message- > From: Mark Thomas [mailto:ma...@apache.org] > Sent: Tuesday, October 22, 2013 2:57 PM > To: Tomcat Developers List > Subject: Re: Tomcat closes Websocket connection when using a SSL HTTP > APR connector (was: RE: Tagging 7.0.46) >

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-22 Thread Mark Thomas
On 21/10/2013 15:26, Mark Thomas wrote: > On 19/10/2013 23:31, Mark Thomas wrote: >> On 18/10/2013 19:37, Mark Thomas wrote: >>> On 18/10/2013 13:54, Mark Thomas wrote: On 18/10/2013 12:48, Mark Thomas wrote: > When it goes wrong, the sequence is: > Read result [1] > Read result [4

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-21 Thread Mark Thomas
On 19/10/2013 23:31, Mark Thomas wrote: > On 18/10/2013 19:37, Mark Thomas wrote: >> On 18/10/2013 13:54, Mark Thomas wrote: >>> On 18/10/2013 12:48, Mark Thomas wrote: When it goes wrong, the sequence is: Read result [1] Read result [48] Read result [-20014] 18-Oct-2013 12

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-19 Thread Mark Thomas
On 18/10/2013 19:37, Mark Thomas wrote: > On 18/10/2013 13:54, Mark Thomas wrote: >> On 18/10/2013 12:48, Mark Thomas wrote: >>> When it goes wrong, the sequence is: >>> Read result [1] >>> Read result [48] >>> Read result [-20014] >>> 18-Oct-2013 12:23:25.298 SEVERE [http-apr-8443-exec-1] >>> webs

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 13:54, Mark Thomas wrote: > On 18/10/2013 12:48, Mark Thomas wrote: >> When it goes wrong, the sequence is: >> Read result [1] >> Read result [48] >> Read result [-20014] >> 18-Oct-2013 12:23:25.298 SEVERE [http-apr-8443-exec-1] >> websocket.drawboard.DrawboardEndpoint.onError onError

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 12:48, Mark Thomas wrote: > When it goes wrong, the sequence is: > Read result [1] > Read result [48] > Read result [-20014] > 18-Oct-2013 12:23:25.298 SEVERE [http-apr-8443-exec-1] > websocket.drawboard.DrawboardEndpoint.onError onError: > java.io.IOException: Unexpected error [20,01

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 18/10/2013 13:46, Konstantin Kolinko wrote: > 2013/10/18 Mark Thomas : >> On 17/10/2013 00:44, Konstantin Preißer wrote: >> >> >> >> >> There is a long series of these results: >> Read result [1] >> Read result [48] >> Read result [-120002] >> >> which looks fairly normal (I need to look into w

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Konstantin Kolinko
2013/10/18 Mark Thomas : > On 17/10/2013 00:44, Konstantin Preißer wrote: > > > > > There is a long series of these results: > Read result [1] > Read result [48] > Read result [-120002] > > which looks fairly normal (I need to look into why we see a single byte > and then 48 bytes rather than 49 b

Re: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-18 Thread Mark Thomas
On 17/10/2013 00:44, Konstantin Preißer wrote: > Additional information: > When I try this with r1532720, then when this close of the Websocket > connection happens, Tomcat logs following exception: > > 17-Oct-2013 01:38:28.378 SEVERE [http-apr-8443-exec-1] > websocket.drawboard.DrawboardEndp

RE: Tomcat closes Websocket connection when using a SSL HTTP APR connector (was: RE: Tagging 7.0.46)

2013-10-16 Thread Konstantin Preißer
> -Original Message- > From: Konstantin Preißer [mailto:kpreis...@apache.org] > Sent: Thursday, October 17, 2013 1:23 AM > To: 'Tomcat Developers List' > Subject: Tomcat closes Websocket connection when using a SSL HTTP APR > connector (was: RE: Tagging 7.0.46) > > > -Original Message-