Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Re: NPE in WebSocketServlet

Refering to this mail (http://dev.eclipse.org/mhonarc/lists/jetty-users/msg00176.html) I have exactly the same problem (and setup). I receive a NPE in WebSocketServlet line 58 because in line 57 HttpConnection.getCurrentConnection() returns null.

I'm also using the jetty-maven-plugin in version 7.0.1.v20091125. The browser I tested this with is Google Chrome 5.0.307.11 beta on Ubuntu Linux.

Any idea?

Thank you very much,
Sven

Back to the top