Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-16 Thread Rossen Stoyanchev
On Fri, Aug 16, 2013 at 4:58 AM, Sergey Shcherbakov wrote: > Thank you for the hints! > > Upgraded to SF 4.0.0.BUILD-SNAPSHOT (14.08.2013) and now getting another > exception: > > 2013-08-16 10:49:02,711 15913 ERROR [http-nio-8080-exec-4] > org.apache.coyote.http11.Http11NioProtocol - Error readin

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-16 Thread Sergey Shcherbakov
Thank you for the hints! Upgraded to SF 4.0.0.BUILD-SNAPSHOT (14.08.2013) and now getting another exception: 2013-08-16 10:49:02,711 15913 ERROR [http-nio-8080-exec-4] org.apache.coyote.http11.Http11NioProtocol - Error reading request, ignored java.lang.NullPointerException: null at org.apache

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-15 Thread Rossen Stoyanchev
On Thu, Aug 15, 2013 at 12:39 PM, Nick Williams wrote: >> I suspect that as both Spring 4 and Tomcat 8 are both in RC / milestone >> stage that Tomcat changed in a way Spring wasn't expecting. Right. This is already fixed actually. Just use Spring Framework 4.0.0.BUILD-SNAPSHOT. Once the ticket

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-15 Thread Nick Williams
On Aug 15, 2013, at 11:27 AM, Mark Thomas wrote: > On 15/08/2013 08:41, Sergey Shcherbakov wrote: > >> It looks like I am missing some bit of the Tomcat configuration (to call >> preInit()?). > > You shouldn't need to worry about that. > >> Has anybody seen the issue, > > No. > >> what could

Re: Exception by upgrading to WebSocket connection in 8.0.0-RC1

2013-08-15 Thread Mark Thomas
On 15/08/2013 08:41, Sergey Shcherbakov wrote: > It looks like I am missing some bit of the Tomcat configuration (to call > preInit()?). You shouldn't need to worry about that. > Has anybody seen the issue, No. > what could be the reason? I suspect that as both Spring 4 and Tomcat 8 are both