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
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
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
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
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
Hello everybody,
I am using an embedded Tomcat version 8.0.0-RC1 and trying to setup the
WebSocket connection to it.
>From my browser application using SockJS and Spring 4 MVC on the server I
am initiating a websocket session.
When establishing connection I see in the server logs the following
exc