You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
I get the next exception when I execute SimpleEchoClient or RosTest:
Exception in thread "main" java.lang.NullPointerException
at org.eclipse.jetty.websocket.common.extensions.AbstractExtension.getName(AbstractExtension.java:90)
at org.eclipse.jetty.websocket.api.extensions.ExtensionFactory.(ExtensionFactory.java:37)
at org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory.(WebSocketExtensionFactory.java:40)
at org.eclipse.jetty.websocket.client.WebSocketClient.(WebSocketClient.java:85)
at org.eclipse.jetty.websocket.client.WebSocketClient.(WebSocketClient.java:78)
at tests.SimpleEchoClient.main(SimpleEchoClient.java:18)
Thank you!
The text was updated successfully, but these errors were encountered:
I'm going to guess it's something to do with Jetty not having all the
libraries that it needs... It's trying to load an extension and
failing. Is Jetty installed correctly? Your classpath set up? Have
you tried looking on Jetty forums?
On 10/26/2016 04:41 AM, antolinos95 wrote:
Hi!
I get the next exception when I execute SimpleEchoClient or RosTest:
Exception in thread "main" java.lang.NullPointerException
at
org.eclipse.jetty.websocket.common.extensions.AbstractExtension.getName(AbstractExtension.java:90)
at
org.eclipse.jetty.websocket.api.extensions.ExtensionFactory.(ExtensionFactory.java:37)
at
org.eclipse.jetty.websocket.common.extensions.WebSocketExtensionFactory.(WebSocketExtensionFactory.java:40)
at
org.eclipse.jetty.websocket.client.WebSocketClient.(WebSocketClient.java:85)
at
org.eclipse.jetty.websocket.client.WebSocketClient.(WebSocketClient.java:78)
at tests.SimpleEchoClient.main(SimpleEchoClient.java:18)
Hi!
I get the next exception when I execute SimpleEchoClient or RosTest:
Thank you!
The text was updated successfully, but these errors were encountered: