Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created August 3, 2015 17:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jcrossley3/228c251e3d7b0df81e6b to your computer and use it in GitHub Desktop.
Save jcrossley3/228c251e3d7b0df81e6b to your computer and use it in GitHub Desktop.
13:44:10,016 INFO [stdout] (ServerService Thread Pool -- 71) Error on websocket
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) java.io.IOException: java.util.concurrent.TimeoutException
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:278)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsSession.sendCloseMessage(WsSession.java:536)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsSession.doClose(WsSession.java:438)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsSession.close(WsSession.java:407)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsWebSocketContainer.destroy(WsWebSocketContainer.java:814)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.server.WsServerContainer.destroy(WsServerContainer.java:292)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.server.WsContextListener.contextDestroyed(WsContextListener.java:48)
13:44:10,017 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:3427)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.catalina.core.StandardContext.stop(StandardContext.java:3939)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at org.jboss.as.web.deployment.WebDeploymentService.doStop(WebDeploymentService.java:178)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at org.jboss.as.web.deployment.WebDeploymentService.access$100(WebDeploymentService.java:61)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at org.jboss.as.web.deployment.WebDeploymentService$2.run(WebDeploymentService.java:116)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at java.util.concurrent.FutureTask.run(FutureTask.java:266)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at java.lang.Thread.run(Thread.java:745)
13:44:10,018 ERROR [stderr] (ServerService Thread Pool -- 71) at org.jboss.threads.JBossThread.run(JBossThread.java:122)
13:44:10,019 ERROR [stderr] (ServerService Thread Pool -- 71) Caused by: java.util.concurrent.TimeoutException
13:44:10,019 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.FutureToSendHandler.get(FutureToSendHandler.java:99)
13:44:10,019 ERROR [stderr] (ServerService Thread Pool -- 71) at org.apache.tomcat.websocket.WsRemoteEndpointImplBase.startMessageBlock(WsRemoteEndpointImplBase.java:267)
13:44:10,019 ERROR [stderr] (ServerService Thread Pool -- 71) ... 17 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment