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:

Re: Tagging 7.0.46

2013-10-16 Thread Violeta Georgieva
2013/10/15 Mark Thomas ma...@apache.org On 15/10/2013 16:10, Konstantin Preißer wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:59 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 Yes, I can

Re: Tagging 7.0.46

2013-10-16 Thread Mark Thomas
: Tagging 7.0.46 Yes, I can reproduce 1) java.io.IOException: Unexpected error [20,014] reading data from the APR/native when drawing very fast on the drawboard with Firefox, 2) java.lang.IllegalArgumentException at java.nio.Buffer.position(Buffer.java:236) after drawing and pressing F5 so

RE: Tagging 7.0.46

2013-10-16 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 16, 2013 1:28 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 It was an incorrect error message triggered by a connection abort during the SSL handshake. Tomcat now

Re: Tagging 7.0.46

2013-10-16 Thread Mark Thomas
On 16/10/2013 14:09, Konstantin Preißer wrote: Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 16, 2013 1:28 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 It was an incorrect error message triggered by a connection

RE: Tagging 7.0.46

2013-10-16 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, October 16, 2013 3:23 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 On 16/10/2013 14:09, Konstantin Preißer wrote: Hi Mark, -Original Message- From: Mark Thomas

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

Tagging 7.0.46

2013-10-15 Thread Violeta Georgieva
Hi, I think to start preparing Tomcat 7.0.46 for voting later today. Please reply here if you need to include something in this release. Regards Violeta

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 09:11, Violeta Georgieva wrote: Hi, I think to start preparing Tomcat 7.0.46 for voting later today. Please reply here if you need to include something in this release. I want to look at the WebSocket examples. I should be done in an hour or two. Mark

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 09:12, Mark Thomas wrote: On 15/10/2013 09:11, Violeta Georgieva wrote: Hi, I think to start preparing Tomcat 7.0.46 for voting later today. Please reply here if you need to include something in this release. I want to look at the WebSocket examples. I should be done in an

Re: Tagging 7.0.46

2013-10-15 Thread Violeta Georgieva
2013/10/15 Mark Thomas ma...@apache.org On 15/10/2013 09:12, Mark Thomas wrote: On 15/10/2013 09:11, Violeta Georgieva wrote: Hi, I think to start preparing Tomcat 7.0.46 for voting later today. Please reply here if you need to include something in this release. I want to look at

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 11:39, Violeta Georgieva wrote: 2013/10/15 Mark Thomas ma...@apache.org On 15/10/2013 09:12, Mark Thomas wrote: On 15/10/2013 09:11, Violeta Georgieva wrote: Hi, I think to start preparing Tomcat 7.0.46 for voting later today. Please reply here if you need to include

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
Hi, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 1:37 PM Thanks. I've finished now. Mark Note, that the crash and the exceptions I reported in [1] are still reproducible in current 7.0.x trunk (r1532288) when using a HTTP-APR-SSL

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 14:28, Konstantin Preißer wrote: Hi, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 1:37 PM Thanks. I've finished now. Mark Note, that the crash and the exceptions I reported in [1] are still reproducible in

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:22 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 On 15/10/2013 14:28, Konstantin Preißer wrote: Hi, -Original Message- From: Mark Thomas [mailto:ma

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 15:46, Konstantin Preißer wrote: Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:22 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 On 15/10/2013 14:28, Konstantin Preißer wrote: Hi

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
-Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Tuesday, October 15, 2013 4:47 PM To: 'Tomcat Developers List' Subject: RE: Tagging 7.0.46 Hi Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 15:51, Konstantin Preißer wrote: -Original Message- From: Konstantin Preißer [mailto:kpreis...@apache.org] Sent: Tuesday, October 15, 2013 4:47 PM To: 'Tomcat Developers List' Subject: RE: Tagging 7.0.46 Hi Mark, -Original Message- From: Mark Thomas

RE: Tagging 7.0.46

2013-10-15 Thread Konstantin Preißer
Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:59 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 Yes, I can reproduce 1) java.io.IOException: Unexpected error [20,014] reading data from the APR/native when

Re: Tagging 7.0.46

2013-10-15 Thread Mark Thomas
On 15/10/2013 16:10, Konstantin Preißer wrote: Mark, -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, October 15, 2013 4:59 PM To: Tomcat Developers List Subject: Re: Tagging 7.0.46 Yes, I can reproduce 1) java.io.IOException: Unexpected error