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 [48] Read result [-20014]

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) On 21/10/2013 15:26, Mark

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:23:25.298 SEVERE

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]

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: snip/ 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]

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 ma...@apache.org: On 17/10/2013 00:44, Konstantin Preißer wrote: snip/ 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

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 ma...@apache.org: On 17/10/2013 00:44, Konstantin Preißer wrote: snip/ 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

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,014]

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:

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: Wednesday, October 16, 2013 3:33 PM I also need to do more testing because the error is not very reproducible on my current machine (but I have another one where it was more reproducible) to make sure

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