https://issues.apache.org/bugzilla/show_bug.cgi?id=55173

            Bug ID: 55173
           Summary: [jsr 356] Exception message typo error
           Product: Tomcat 8
           Version: trunk
          Hardware: PC
            Status: NEW
          Severity: trivial
          Priority: P2
         Component: Catalina
          Assignee: dev@tomcat.apache.org
          Reporter: s.bos...@gmail.com

In the exception below, the exception message seems to have a small typo error. 

conenction -> connection


javax.websocket.DeploymentException: The HTTP request to initiate the WebSocket
conenction failed
        at
org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:383)
        at
org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:232)
        at
org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:199)
        at
com.sap.cloud.sample.helloworld.WebsocketsTestManager$TestThread.run(WebsocketsTestManager.java:259)
Caused by: java.util.concurrent.ExecutionException:
java.util.concurrent.ExecutionException: java.io.IOException: The specified
network name is no longer available.

        at
org.apache.tomcat.websocket.AsyncChannelWrapperSecure$WrapperFuture.get(AsyncChannelWrapperSecure.java:466)
        at
org.apache.tomcat.websocket.WsWebSocketContainer.processResponse(WsWebSocketContainer.java:593)
        at
org.apache.tomcat.websocket.WsWebSocketContainer.connectToServer(WsWebSocketContainer.java:366)
        ... 3 more
Caused by: java.util.concurrent.ExecutionException: java.io.IOException: The
specified network name is no longer available.

        at sun.nio.ch.PendingFuture.get(PendingFuture.java:185)
        at
org.apache.tomcat.websocket.AsyncChannelWrapperSecure$ReadTask.run(AsyncChannelWrapperSecure.java:253)
        at
java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
        at
java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
        at java.lang.Thread.run(Thread.java:722)
Caused by: java.io.IOException: The specified network name is no longer
available.

        at sun.nio.ch.Iocp.translateErrorToIOException(Iocp.java:309)
        at sun.nio.ch.Iocp.access$700(Iocp.java:46)
        at sun.nio.ch.Iocp$EventHandlerTask.run(Iocp.java:399)
        ... 1 more

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to