Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [INFO] Scanning for projects...
- [INFO]
- [INFO] ------------------------------------------------------------------------
- [INFO] Building onebusaway-gtfs-realtime-exporter 1.2.0-SNAPSHOT
- [INFO] ------------------------------------------------------------------------
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.2:resources (default-resources) @ onebusaway-gtfs-realtime-exporter ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] skip non existing resourceDirectory /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/src/main/resources
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ onebusaway-gtfs-realtime-exporter ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-resources-plugin:2.4.2:testResources (default-testResources) @ onebusaway-gtfs-realtime-exporter ---
- [INFO] Using 'UTF-8' encoding to copy filtered resources.
- [INFO] Copying 1 resource
- [INFO]
- [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ onebusaway-gtfs-realtime-exporter ---
- [INFO] Nothing to compile - all classes are up to date
- [INFO]
- [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ onebusaway-gtfs-realtime-exporter ---
- [INFO] Surefire report directory: /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/target/surefire-reports
- -------------------------------------------------------
- T E S T S
- -------------------------------------------------------
- Running org.onebusaway.gtfs_realtime.exporter.IntegrationTest
- 2013-09-27 15:48:37,845 INFO [Server.java:284] : jetty-9.0.5.v20130815
- 2013-09-27 15:48:37,938 INFO [AbstractConnector.java:265] : Started ServerConnector@53bd8312{HTTP/1.1}{0.0.0.0:9900}
- 2013-09-27 15:48:37,953 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@1c4c6064
- 2013-09-27 15:48:38,070 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:38,091 INFO [AbstractConnector.java:299] : Stopped ServerConnector@53bd8312{HTTP/1.1}{0.0.0.0:9900}
- 2013-09-27 15:48:38,123 INFO [Server.java:284] : jetty-9.0.5.v20130815
- 2013-09-27 15:48:38,127 INFO [AbstractConnector.java:265] : Started ServerConnector@16fcf9f9{HTTP/1.1}{0.0.0.0:9900}
- 2013-09-27 15:48:50,169 INFO [AbstractConnector.java:299] : Stopped ServerConnector@16fcf9f9{HTTP/1.1}{0.0.0.0:9900}
- Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.195 sec
- Running org.onebusaway.gtfs_realtime.exporter.DeadlockTest
- 2013-09-27 15:48:50,195 INFO [Server.java:284] : jetty-9.0.5.v20130815
- 2013-09-27 15:48:50,198 INFO [AbstractConnector.java:265] : Started ServerConnector@1332fa84{HTTP/1.1}{0.0.0.0:9900}
- 2013-09-27 15:48:50,201 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:48:50,207 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:50,214 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:51,208 INFO [DeadlockTest.java:110] : message count=4051
- 2013-09-27 15:48:52,211 INFO [DeadlockTest.java:110] : message count=5805
- 2013-09-27 15:48:52,211 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:48:52,218 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:48:52,239 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:48:52,247 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:52,252 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:48:52,323 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:52,337 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:53,324 INFO [DeadlockTest.java:110] : message count=19674
- 2013-09-27 15:48:54,326 INFO [DeadlockTest.java:110] : message count=61528
- 2013-09-27 15:48:54,328 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:48:54,330 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:48:54,340 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:54,340 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:48:54,346 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:54,365 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:55,347 INFO [DeadlockTest.java:110] : message count=62023
- 2013-09-27 15:48:56,348 INFO [DeadlockTest.java:110] : message count=71539
- 2013-09-27 15:48:56,348 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:48:56,349 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:48:56,350 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- ... 1 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 8 more
- 2013-09-27 15:48:56,353 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:56,353 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:48:56,355 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:56,361 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:57,355 INFO [DeadlockTest.java:110] : message count=69529
- 2013-09-27 15:48:58,356 INFO [DeadlockTest.java:110] : message count=72687
- 2013-09-27 15:48:58,357 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:48:58,360 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:48:58,365 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:48:58,370 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:58,370 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:48:58,407 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:48:58,410 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:48:59,407 INFO [DeadlockTest.java:110] : message count=68509
- 2013-09-27 15:49:00,408 INFO [DeadlockTest.java:110] : message count=74374
- 2013-09-27 15:49:00,409 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:00,410 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:00,413 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:00,413 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:00,415 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:00,418 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:00,419 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:01,416 INFO [DeadlockTest.java:110] : message count=70191
- 2013-09-27 15:49:02,417 INFO [DeadlockTest.java:110] : message count=70826
- 2013-09-27 15:49:02,418 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:02,419 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:02,420 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:02,422 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:02,423 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:02,426 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:02,430 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:03,427 INFO [DeadlockTest.java:110] : message count=59300
- 2013-09-27 15:49:04,429 INFO [DeadlockTest.java:110] : message count=73732
- 2013-09-27 15:49:04,430 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:04,431 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:04,432 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- ... 1 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 8 more
- 2013-09-27 15:49:04,437 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:04,437 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:04,441 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:04,454 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:05,448 INFO [DeadlockTest.java:110] : message count=67177
- 2013-09-27 15:49:06,449 INFO [DeadlockTest.java:110] : message count=71796
- 2013-09-27 15:49:06,450 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:06,452 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:06,453 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:06,456 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:06,456 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:06,459 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:06,463 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:07,460 INFO [DeadlockTest.java:110] : message count=72852
- 2013-09-27 15:49:08,461 INFO [DeadlockTest.java:110] : message count=73250
- 2013-09-27 15:49:08,463 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:08,464 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:08,466 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:08,470 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:08,470 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:08,472 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:08,478 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:09,475 INFO [DeadlockTest.java:110] : message count=69484
- 2013-09-27 15:49:10,476 INFO [DeadlockTest.java:110] : message count=75562
- 2013-09-27 15:49:10,476 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:10,477 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:10,478 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- ... 1 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 8 more
- 2013-09-27 15:49:10,482 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:10,483 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:10,485 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:10,490 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:11,486 INFO [DeadlockTest.java:110] : message count=73473
- 2013-09-27 15:49:12,487 INFO [DeadlockTest.java:110] : message count=73523
- 2013-09-27 15:49:12,488 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:12,490 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:12,491 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- ... 1 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 8 more
- 2013-09-27 15:49:12,497 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:12,498 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:12,501 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:12,516 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:13,502 INFO [DeadlockTest.java:110] : message count=69342
- 2013-09-27 15:49:14,503 INFO [DeadlockTest.java:110] : message count=73932
- 2013-09-27 15:49:14,504 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:14,505 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:14,508 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:14,512 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:14,513 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:14,516 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:14,524 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:15,517 INFO [DeadlockTest.java:110] : message count=70187
- 2013-09-27 15:49:16,518 INFO [DeadlockTest.java:110] : message count=73385
- 2013-09-27 15:49:16,519 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:16,526 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:16,537 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:16,537 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:16,542 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:16,552 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:17,543 INFO [DeadlockTest.java:110] : message count=71129
- 2013-09-27 15:49:18,544 INFO [DeadlockTest.java:110] : message count=73530
- 2013-09-27 15:49:18,545 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:18,546 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:18,547 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:18,562 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:18,563 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:18,570 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:18,578 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:19,571 INFO [DeadlockTest.java:110] : message count=73609
- 2013-09-27 15:49:20,572 INFO [DeadlockTest.java:110] : message count=72170
- 2013-09-27 15:49:20,573 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:20,575 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:20,577 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
- at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
- ... 6 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 14 more
- 2013-09-27 15:49:20,580 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:20,581 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:20,585 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:20,597 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:21,586 INFO [DeadlockTest.java:110] : message count=69857
- 2013-09-27 15:49:22,587 INFO [DeadlockTest.java:110] : message count=73194
- 2013-09-27 15:49:22,588 INFO [DeadlockTest.java:113] : disconnect
- 2013-09-27 15:49:22,589 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
- java.io.IOException: Failed to write bytes
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
- at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- Caused by: org.eclipse.jetty.io.EofException
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- ... 1 more
- Caused by: java.io.IOException: Broken pipe
- at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
- at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
- at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
- at sun.nio.ch.IOUtil.write(IOUtil.java:65)
- at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
- at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
- ... 8 more
- 2013-09-27 15:49:22,590 INFO [GtfsRealtimeServlet.java:147] : client close
- 2013-09-27 15:49:22,600 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:22,600 INFO [DeadlockTest.java:103] : connect
- 2013-09-27 15:49:22,604 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
- 2013-09-27 15:49:22,608 INFO [GtfsRealtimeServlet.java:133] : client connect
- 2013-09-27 15:49:23,605 INFO [DeadlockTest.java:110] : message count=0
- 2013-09-27 15:49:28,608 INFO [AbstractConnector.java:299] : Stopped ServerConnector@1332fa84{HTTP/1.1}{0.0.0.0:9900}
- ^\2013-09-27 15:49:31
- Full thread dump OpenJDK 64-Bit Server VM (23.7-b01 mixed mode):
- "Thread-2" prio=10 tid=0x00007f1bd0ad8800 nid=0x2360 runnable [0x00007f1bbe690000]
- java.lang.Thread.State: RUNNABLE
- at java.io.FileInputStream.readBytes(Native Method)
- at java.io.FileInputStream.read(FileInputStream.java:242)
- at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
- at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
- - locked <0x00000000ee478bc8> (a java.lang.UNIXProcess$ProcessPipeInputStream)
- at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
- at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
- at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
- - locked <0x00000000ee487030> (a java.io.InputStreamReader)
- at java.io.InputStreamReader.read(InputStreamReader.java:184)
- at java.io.BufferedReader.fill(BufferedReader.java:154)
- at java.io.BufferedReader.readLine(BufferedReader.java:317)
- - locked <0x00000000ee487030> (a java.io.InputStreamReader)
- at java.io.BufferedReader.readLine(BufferedReader.java:382)
- at org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:129)
- "Thread-1" prio=10 tid=0x00007f1bd0ae1000 nid=0x235f runnable [0x00007f1bbe791000]
- java.lang.Thread.State: RUNNABLE
- at java.io.FileInputStream.readBytes(Native Method)
- at java.io.FileInputStream.read(FileInputStream.java:242)
- at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
- at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
- - locked <0x00000000ee476b10> (a java.lang.UNIXProcess$ProcessPipeInputStream)
- at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
- at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
- at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
- - locked <0x00000000ee484528> (a java.io.InputStreamReader)
- at java.io.InputStreamReader.read(InputStreamReader.java:184)
- at java.io.BufferedReader.fill(BufferedReader.java:154)
- at java.io.BufferedReader.readLine(BufferedReader.java:317)
- - locked <0x00000000ee484528> (a java.io.InputStreamReader)
- at java.io.BufferedReader.readLine(BufferedReader.java:382)
- at org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:129)
- "ThreadedStreamConsumer" prio=10 tid=0x00007f1bd0ace800 nid=0x235c waiting on condition [0x00007f1bbe892000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000ee444908> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- at org.apache.maven.plugin.surefire.util.internal.Java15BlockingQueue.take(Java15BlockingQueue.java:41)
- at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:68)
- at java.lang.Thread.run(Thread.java:724)
- "resolver-4" daemon prio=10 tid=0x00007f1bd094c800 nid=0x235b waiting on condition [0x00007f1bbe993000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "resolver-3" daemon prio=10 tid=0x00007f1bd0946800 nid=0x235a waiting on condition [0x00007f1bbea94000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "resolver-2" daemon prio=10 tid=0x00007f1bd096b800 nid=0x2359 waiting on condition [0x00007f1bbeb95000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "resolver-1" daemon prio=10 tid=0x00007f1bd0971000 nid=0x2358 waiting on condition [0x00007f1bbec96000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "process reaper" daemon prio=10 tid=0x00007f1bd0725000 nid=0x2356 runnable [0x00007f1bc4052000]
- java.lang.Thread.State: RUNNABLE
- at java.lang.UNIXProcess.waitForProcessExit(Native Method)
- at java.lang.UNIXProcess.access$200(UNIXProcess.java:54)
- at java.lang.UNIXProcess$3.run(UNIXProcess.java:174)
- 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:724)
- "Service Thread" daemon prio=10 tid=0x00007f1bd0113000 nid=0x2353 runnable [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "C2 CompilerThread1" daemon prio=10 tid=0x00007f1bd0111000 nid=0x2352 waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "C2 CompilerThread0" daemon prio=10 tid=0x00007f1bd010e000 nid=0x2351 waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "Signal Dispatcher" daemon prio=10 tid=0x00007f1bd010b800 nid=0x2350 waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "Finalizer" daemon prio=10 tid=0x00007f1bd00b2000 nid=0x234f in Object.wait() [0x00007f1bc4deb000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000f03fb6b8> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- - locked <0x00000000f03fb6b8> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
- at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
- "Reference Handler" daemon prio=10 tid=0x00007f1bd00b0000 nid=0x234e in Object.wait() [0x00007f1bc4eec000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000f03fb1a8> (a java.lang.ref.Reference$Lock)
- at java.lang.Object.wait(Object.java:503)
- at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- - locked <0x00000000f03fb1a8> (a java.lang.ref.Reference$Lock)
- "main" prio=10 tid=0x00007f1bd0009000 nid=0x2348 in Object.wait() [0x00007f1bd7815000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000ee474858> (a java.lang.UNIXProcess)
- at java.lang.Object.wait(Object.java:503)
- at java.lang.UNIXProcess.waitFor(UNIXProcess.java:210)
- - locked <0x00000000ee474858> (a java.lang.UNIXProcess)
- at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:172)
- at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:113)
- at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:86)
- at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:276)
- at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:113)
- at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:199)
- at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
- at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:135)
- at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
- at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
- at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
- at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
- at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
- at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
- at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
- at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
- at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
- at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
- at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
- at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
- at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
- "VM Thread" prio=10 tid=0x00007f1bd00a7800 nid=0x234d runnable
- "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f1bd0017000 nid=0x2349 runnable
- "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f1bd0018800 nid=0x234a runnable
- "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f1bd001a800 nid=0x234b runnable
- "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f1bd001c800 nid=0x234c runnable
- "VM Periodic Task Thread" prio=10 tid=0x00007f1bd011e000 nid=0x2354 waiting on condition
- 2013-09-27 15:49:31
- Full thread dump OpenJDK 64-Bit Server VM (23.7-b01 mixed mode):
- "WebSocketClient@1417661948-scheduler" prio=10 tid=0x00007f86bc19f000 nid=0x2538 waiting on condition [0x00007f866edec000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000efcb0c70> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-465" prio=10 tid=0x00007f86bc19e000 nid=0x2537 waiting on condition [0x00007f866eeed000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5d41460> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-464" prio=10 tid=0x00007f868800e000 nid=0x2536 waiting on condition [0x00007f866efee000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5d41460> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-463-selector-1" prio=10 tid=0x00007f86c0004000 nid=0x2535 runnable [0x00007f866f7f6000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f8eb08> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f8eaf8> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f8e8d8> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-462-selector-0" prio=10 tid=0x00007f86d800c000 nid=0x2534 runnable [0x00007f866f1f0000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f8dc20> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f8dc10> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f8d9f0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- JNI global references: 190
- Heap
- PSYoungGen total 62400K, used 35790K [0x00000000ec760000, 0x00000000f4b00000, 0x0000000100000000)
- eden space 59904K, 55% used [0x00000000ec760000,0x00000000ee7e3a30,0x00000000f01e0000)
- from space 2496K, 100% used [0x00000000f01e0000,0x00000000f0450000,0x00000000f0450000)
- to space 7488K, 0% used [0x00000000f43b0000,0x00000000f43b0000,0x00000000f4b00000)
- ParOldGen total 40064K, used 9603K [0x00000000c5600000, 0x00000000c7d20000, 0x00000000ec760000)
- object space 40064K, 23% used [0x00000000c5600000,0x00000000c5f60e58,0x00000000c7d20000)
- PSPermGen total 21248K, used 16386K [0x00000000bb000000, 0x00000000bc4c0000, 0x00000000c5600000)
- object space 21248K, 77% used [0x00000000bb000000,0x00000000bc000818,0x00000000bc4c0000)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-461-selector-1" prio=10 tid=0x00007f867000a800 nid=0x2533 runnable [0x00007f866faf9000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f8caf0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f8cae0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f8c8c0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-460-selector-0" prio=10 tid=0x00007f86dc01b800 nid=0x2532 runnable [0x00007f866f0ef000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f8bc28> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f8bc18> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f8b9f8> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-459-selector-1" prio=10 tid=0x00007f8690002000 nid=0x2531 runnable [0x00007f866f9f8000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f8ab30> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f8ab20> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f8a900> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-458-selector-0" prio=10 tid=0x00007f86a800b000 nid=0x2530 runnable [0x00007f866f2f1000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f89c38> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f89c28> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f89a08> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-457-selector-1" prio=10 tid=0x00007f8694003800 nid=0x252f runnable [0x00007f866fcfb000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f88b30> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f88b20> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f88900> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-456-selector-0" prio=10 tid=0x00007f86a0004000 nid=0x252e runnable [0x00007f866f5f4000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0f87c40> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0f87c30> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0f87a10> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-455-selector-1" prio=10 tid=0x00007f868c003000 nid=0x252d runnable [0x00007f86e0387000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0c67400> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0c673f0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0c671d0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-454-selector-0" prio=10 tid=0x00007f8684004000 nid=0x252c runnable [0x00007f866fdfc000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0c66d58> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0c66d48> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0c662e0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-453-selector-1" prio=10 tid=0x00007f86b4004000 nid=0x252b runnable [0x00007f86e1195000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0c65c38> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0ad5860> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0ad5640> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-452-selector-0" prio=10 tid=0x00007f868000a800 nid=0x252a runnable [0x00007f86e0589000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0ad51c8> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0ad51b8> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0ad4778> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-451-selector-1" prio=10 tid=0x00007f867c003000 nid=0x2529 runnable [0x00007f866f3f2000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0ad40d0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0ad40c0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f09432c8> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-450-selector-0" prio=10 tid=0x00007f86cc009800 nid=0x2528 runnable [0x00007f866f6f5000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0942e50> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0942e40> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0942c20> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-449-selector-1" prio=10 tid=0x00007f86bc0fd800 nid=0x2527 runnable [0x00007f86e0286000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0941d20> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0941d10> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0941af0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-448-selector-0" prio=10 tid=0x00007f868800d000 nid=0x2526 runnable [0x00007f86e0e92000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f07b12a0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f07b1290> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f07b1070> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-447-selector-1" prio=10 tid=0x00007f86c0003000 nid=0x2525 runnable [0x00007f866fbfa000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f07b01a0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f07b0190> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f07aff70> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-446-selector-0" prio=10 tid=0x00007f86d8002000 nid=0x2524 runnable [0x00007f86e0c90000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f061f738> (a sun.nio.ch.Util$2)
- - locked <0x00000000f061f728> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f061f508> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-445-selector-1" prio=10 tid=0x00007f8670008800 nid=0x2523 runnable [0x00007f86e1094000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f061e640> (a sun.nio.ch.Util$2)
- - locked <0x00000000f061e630> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f061e410> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-444-selector-0" prio=10 tid=0x00007f86dc013000 nid=0x2522 runnable [0x00007f86e078b000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f048dba8> (a sun.nio.ch.Util$2)
- - locked <0x00000000f048db98> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f048d978> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-443-selector-1" prio=10 tid=0x00007f8690006800 nid=0x2521 runnable [0x00007f86e098d000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f02fcf00> (a sun.nio.ch.Util$2)
- - locked <0x00000000f02fcef0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f02fccd0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-442-selector-0" prio=10 tid=0x00007f86a800a800 nid=0x2520 runnable [0x00007f86e0185000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f02fc010> (a sun.nio.ch.Util$2)
- - locked <0x00000000f02fc000> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f02fbde0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-441-selector-1" prio=10 tid=0x00007f8694002800 nid=0x251f runnable [0x00007f86e1296000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f016b370> (a sun.nio.ch.Util$2)
- - locked <0x00000000f016b360> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f016b140> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-440-selector-0" prio=10 tid=0x00007f86a0005000 nid=0x251e runnable [0x00007f86e088c000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f016acc8> (a sun.nio.ch.Util$2)
- - locked <0x00000000f016acb8> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f016a250> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-439-selector-1" prio=10 tid=0x00007f868c002800 nid=0x251d runnable [0x00007f86e1397000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0169ba8> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0169370> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0169150> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-438-selector-0" prio=10 tid=0x00007f8684002000 nid=0x251c runnable [0x00007f866f8f7000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0168cd8> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0168cc8> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0168288> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-437-selector-1" prio=10 tid=0x00007f86f44e6000 nid=0x251b runnable [0x00007f86e1498000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0167be0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0167bd0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0166978> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-436-selector-0" prio=10 tid=0x00007f86f429e800 nid=0x251a runnable [0x00007f86e068a000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0166500> (a sun.nio.ch.Util$2)
- - locked <0x00000000f01664f0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f01662d0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-435-selector-1" prio=10 tid=0x00007f86f425c000 nid=0x2519 runnable [0x00007f86e0b8f000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f01653d0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f01653c0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f01651a0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-434-selector-0" prio=10 tid=0x00007f86f44e4000 nid=0x2518 runnable [0x00007f86e0d91000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f01644f0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f01644e0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f01642c0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-433-selector-1" prio=10 tid=0x00007f86f44e2000 nid=0x2517 runnable [0x00007f866fefd000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f01633f0> (a sun.nio.ch.Util$2)
- - locked <0x00000000f01633e0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f01631c0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-432-selector-0" prio=10 tid=0x00007f86f429d000 nid=0x2516 runnable [0x00007f86e0488000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0162528> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0162518> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f01622f8> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-431-selector-1" prio=10 tid=0x00007f86f425a000 nid=0x2515 runnable [0x00007f86e0f93000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000f0161430> (a sun.nio.ch.Util$2)
- - locked <0x00000000f0161420> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000f0161200> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@1417661948-430-selector-0" prio=10 tid=0x00007f86f45e1000 nid=0x2514 runnable [0x00007f866f4f3000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000effd0a68> (a sun.nio.ch.Util$2)
- - locked <0x00000000effd0a58> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000effd0838> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "qtp1540870927-147" prio=10 tid=0x00007f86c835b000 nid=0x23f3 waiting for monitor entry [0x00007f866fffe000]
- java.lang.Thread.State: BLOCKED (on object monitor)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.getFeed(GtfsRealtimeExporterImpl.java:115)
- - waiting to lock <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.addIncrementalListener(GtfsRealtimeExporterImpl.java:137)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onOpen(GtfsRealtimeServlet.java:142)
- at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
- at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onConnect(AnnotatedEventDriver.java:125)
- at org.eclipse.jetty.websocket.common.events.EventDriver.openSession(EventDriver.java:168)
- at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:382)
- at org.eclipse.jetty.websocket.server.WebSocketServerFactory.sessionOpened(WebSocketServerFactory.java:351)
- at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:74)
- at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:376)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:335)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "Thread-42" prio=10 tid=0x00007f86f4259800 nid=0x2397 waiting for monitor entry [0x00007f86e21a5000]
- java.lang.Thread.State: BLOCKED (on object monitor)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.disconnect(AbstractWebSocketConnection.java:254)
- - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:453)
- at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
- at org.eclipse.jetty.websocket.common.io.IOState.onCloseLocal(IOState.java:236)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.enqueClose(AbstractWebSocketConnection.java:288)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:229)
- at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:119)
- at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:107)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:188)
- - locked <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- - locked <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- "qtp1540870927-54" prio=10 tid=0x00007f86f47a0800 nid=0x2395 waiting for monitor entry [0x00007f86e169a000]
- java.lang.Thread.State: BLOCKED (on object monitor)
- at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.enqueue(WriteBytesProvider.java:125)
- - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:538)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:458)
- at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
- at org.eclipse.jetty.websocket.common.io.IOState.onCloseRemote(IOState.java:300)
- at org.eclipse.jetty.websocket.common.events.EventDriver.incomingFrame(EventDriver.java:106)
- at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:312)
- at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:203)
- at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:200)
- at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:237)
- - locked <0x00000000c604a860> (a org.eclipse.jetty.websocket.common.Parser)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.read(AbstractWebSocketConnection.java:567)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:475)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "qtp1540870927-51-selector-3" prio=10 tid=0x00007f86f47a8000 nid=0x2392 waiting for monitor entry [0x00007f86e20a3000]
- java.lang.Thread.State: BLOCKED (on object monitor)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onClose(GtfsRealtimeServlet.java:150)
- - waiting to lock <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
- at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onClose(AnnotatedEventDriver.java:116)
- at org.eclipse.jetty.websocket.common.WebSocketSession.notifyClose(WebSocketSession.java:341)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$FlushCallback.failed(AbstractWebSocketConnection.java:100)
- at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failAll(WriteBytesProvider.java:191)
- - locked <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
- at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failed(WriteBytesProvider.java:207)
- at org.eclipse.jetty.io.WriteFlusher$PendingState.fail(WriteFlusher.java:259)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:427)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "pool-2-thread-1" prio=10 tid=0x00007f86f4807800 nid=0x238b waiting on condition [0x00007f86e26aa000]
- java.lang.Thread.State: WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5c84bf8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-scheduler" prio=10 tid=0x00007f8680008000 nid=0x2380 waiting on condition [0x00007f86e179b000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caf728> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
- at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
- at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
- at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
- at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-28" prio=10 tid=0x00007f86f4822000 nid=0x237f waiting on condition [0x00007f86e189c000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-27" prio=10 tid=0x00007f86f4820000 nid=0x237e waiting on condition [0x00007f86e199d000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-26" prio=10 tid=0x00007f86f481e000 nid=0x237d waiting on condition [0x00007f86e1a9e000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-25" prio=10 tid=0x00007f86f481c800 nid=0x237c waiting on condition [0x00007f86e1b9f000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-24" prio=10 tid=0x00007f86f481b000 nid=0x237b waiting on condition [0x00007f86e1ca0000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-23" prio=10 tid=0x00007f86f4819800 nid=0x237a waiting on condition [0x00007f86e1da1000]
- java.lang.Thread.State: TIMED_WAITING (parking)
- at sun.misc.Unsafe.park(Native Method)
- - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
- at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
- at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
- at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-22-selector-0" prio=10 tid=0x00007f86f4818000 nid=0x2379 runnable [0x00007f86e1ea2000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000c5cb7040> (a sun.nio.ch.Util$2)
- - locked <0x00000000c5cb7030> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000c5caf1a8> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "WebSocketClient@474767460-21-selector-1" prio=10 tid=0x00007f86f4817000 nid=0x2378 runnable [0x00007f86e1fa3000]
- java.lang.Thread.State: RUNNABLE
- at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
- at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
- at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
- at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
- - locked <0x00000000c5cb5be0> (a sun.nio.ch.Util$2)
- - locked <0x00000000c5cb5bd0> (a java.util.Collections$UnmodifiableSet)
- - locked <0x00000000c5cb59a0> (a sun.nio.ch.EPollSelectorImpl)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
- at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "DateCache" daemon prio=10 tid=0x00007f86f478e000 nid=0x236f in Object.wait() [0x00007f86e28ac000]
- java.lang.Thread.State: TIMED_WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000c5d11540> (a java.util.TaskQueue)
- at java.util.TimerThread.mainLoop(Timer.java:552)
- - locked <0x00000000c5d11540> (a java.util.TaskQueue)
- at java.util.TimerThread.run(Timer.java:505)
- "com.google.inject.internal.util.$Finalizer" daemon prio=10 tid=0x00007f86f467d000 nid=0x236e in Object.wait() [0x00007f86e8104000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000c5b5e018> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- - locked <0x00000000c5b5e018> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
- at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114)
- "Service Thread" daemon prio=10 tid=0x00007f86f41da000 nid=0x236c runnable [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "C2 CompilerThread1" daemon prio=10 tid=0x00007f86f41d8000 nid=0x236b waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "C2 CompilerThread0" daemon prio=10 tid=0x00007f86f41d5000 nid=0x236a waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "Signal Dispatcher" daemon prio=10 tid=0x00007f86f41d3000 nid=0x2369 waiting on condition [0x0000000000000000]
- java.lang.Thread.State: RUNNABLE
- "Finalizer" daemon prio=10 tid=0x00007f86f4179800 nid=0x2368 in Object.wait() [0x00007f86e89d3000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000c5b871c8> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
- - locked <0x00000000c5b871c8> (a java.lang.ref.ReferenceQueue$Lock)
- at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
- at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
- "Reference Handler" daemon prio=10 tid=0x00007f86f4177000 nid=0x2367 in Object.wait() [0x00007f86e8ad4000]
- java.lang.Thread.State: WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000c5b86da8> (a java.lang.ref.Reference$Lock)
- at java.lang.Object.wait(Object.java:503)
- at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
- - locked <0x00000000c5b86da8> (a java.lang.ref.Reference$Lock)
- "main" prio=10 tid=0x00007f86f4009000 nid=0x2361 in Object.wait() [0x00007f86fb429000]
- java.lang.Thread.State: TIMED_WAITING (on object monitor)
- at java.lang.Object.wait(Native Method)
- - waiting on <0x00000000c5d1be88> (a java.lang.Thread)
- at java.lang.Thread.join(Thread.java:1268)
- - locked <0x00000000c5d1be88> (a java.lang.Thread)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.doStop(QueuedThreadPool.java:137)
- at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90)
- - locked <0x00000000c5d1b288> (a java.lang.Object)
- at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:119)
- at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:138)
- at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:69)
- at org.eclipse.jetty.server.Server.doStop(Server.java:409)
- at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90)
- - locked <0x00000000c5d161e0> (a java.lang.Object)
- at org.onebusaway.guice.jetty_exporter.JettyExporterServiceImpl.stop(JettyExporterServiceImpl.java:79)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.onebusaway.guice.jsr250.JSR250Module$ObjectAndMethod.execute(JSR250Module.java:139)
- at org.onebusaway.guice.jsr250.JSR250Module$LifecycleServiceImpl.stop(JSR250Module.java:220)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest.after(DeadlockTest.java:67)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
- at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
- at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
- at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
- at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
- at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
- at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
- at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
- at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
- at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
- at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
- at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
- at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
- at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
- at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
- at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
- at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
- at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
- at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
- at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
- "VM Thread" prio=10 tid=0x00007f86f416e800 nid=0x2366 runnable
- "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f86f4017000 nid=0x2362 runnable
- "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f86f4019000 nid=0x2363 runnable
- "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f86f401a800 nid=0x2364 runnable
- "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f86f401c800 nid=0x2365 runnable
- "VM Periodic Task Thread" prio=10 tid=0x00007f86f41e5000 nid=0x236d waiting on condition
- JNI global references: 303
- Found one Java-level deadlock:
- =============================
- "qtp1540870927-147":
- waiting to lock monitor 0x00007f8688005df8 (object 0x00000000c5d3ab60, a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl),
- which is held by "Thread-42"
- "Thread-42":
- waiting to lock monitor 0x00007f86a4002650 (object 0x00000000c6042f08, a org.eclipse.jetty.websocket.common.io.WriteBytesProvider),
- which is held by "qtp1540870927-51-selector-3"
- "qtp1540870927-51-selector-3":
- waiting to lock monitor 0x00007f86b001f0d0 (object 0x00000000c6042fa8, a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket),
- which is held by "Thread-42"
- Java stack information for the threads listed above:
- ===================================================
- "qtp1540870927-147":
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.getFeed(GtfsRealtimeExporterImpl.java:115)
- - waiting to lock <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.addIncrementalListener(GtfsRealtimeExporterImpl.java:137)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onOpen(GtfsRealtimeServlet.java:142)
- at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
- at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onConnect(AnnotatedEventDriver.java:125)
- at org.eclipse.jetty.websocket.common.events.EventDriver.openSession(EventDriver.java:168)
- at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:382)
- at org.eclipse.jetty.websocket.server.WebSocketServerFactory.sessionOpened(WebSocketServerFactory.java:351)
- at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:74)
- at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:376)
- at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:335)
- at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
- at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- "Thread-42":
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.disconnect(AbstractWebSocketConnection.java:254)
- - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:453)
- at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
- at org.eclipse.jetty.websocket.common.io.IOState.onCloseLocal(IOState.java:236)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.enqueClose(AbstractWebSocketConnection.java:288)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:229)
- at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:119)
- at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:107)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:188)
- - locked <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
- - locked <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
- at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
- at java.lang.Thread.run(Thread.java:724)
- "qtp1540870927-51-selector-3":
- at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onClose(GtfsRealtimeServlet.java:150)
- - waiting to lock <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
- at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
- at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
- at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.lang.reflect.Method.invoke(Method.java:606)
- at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
- at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onClose(AnnotatedEventDriver.java:116)
- at org.eclipse.jetty.websocket.common.WebSocketSession.notifyClose(WebSocketSession.java:341)
- at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$FlushCallback.failed(AbstractWebSocketConnection.java:100)
- at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failAll(WriteBytesProvider.java:191)
- - locked <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
- at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failed(WriteBytesProvider.java:207)
- at org.eclipse.jetty.io.WriteFlusher$PendingState.fail(WriteFlusher.java:259)
- at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:427)
- at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
- at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
- at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
- at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
- at java.lang.Thread.run(Thread.java:724)
- Found 1 deadlock.
- Heap
- PSYoungGen total 319936K, used 112008K [0x00000000ec760000, 0x0000000100000000, 0x0000000100000000)
- eden space 319744K, 35% used [0x00000000ec760000,0x00000000f34aa048,0x00000000fffa0000)
- from space 192K, 50% used [0x00000000fffd0000,0x00000000fffe8000,0x0000000100000000)
- to space 192K, 0% used [0x00000000fffa0000,0x00000000fffa0000,0x00000000fffd0000)
- ParOldGen total 40064K, used 10595K [0x00000000c5600000, 0x00000000c7d20000, 0x00000000ec760000)
- object space 40064K, 26% used [0x00000000c5600000,0x00000000c6058ce0,0x00000000c7d20000)
- PSPermGen total 21248K, used 16118K [0x00000000bb000000, 0x00000000bc4c0000, 0x00000000c5600000)
- object space 21248K, 75% used [0x00000000bb000000,0x00000000bbfbd958,0x00000000bc4c0000)
- 2013-09-27 15:49:58,611 WARN [QueuedThreadPool.java:177] : qtp1540870927{STOPPING,8<=3<=200,i=0,q=0} Couldn't stop Thread[qtp1540870927-51-selector-3,5,main]
- 2013-09-27 15:49:58,611 WARN [QueuedThreadPool.java:177] : qtp1540870927{STOPPING,8<=3<=200,i=0,q=0} Couldn't stop Thread[qtp1540870927-54,5,main]
- 2013-09-27 15:49:58,612 WARN [QueuedThreadPool.java:177] : qtp1540870927{STOPPING,8<=3<=200,i=0,q=0} Couldn't stop Thread[qtp1540870927-147,5,main]
- Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 68.436 sec <<< FAILURE!
- Running org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImplTest
- Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
- Running org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeFileWriterTest
- Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
- Results :
- Failed tests: testIncrementalFeed(org.onebusaway.gtfs_realtime.exporter.DeadlockTest)
- Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
- [INFO] ------------------------------------------------------------------------
- [INFO] BUILD FAILURE
- [INFO] ------------------------------------------------------------------------
- [INFO] Total time: 1:24.837s
- [INFO] Finished at: Fri Sep 27 15:49:59 CEST 2013
- [INFO] Final Memory: 9M/162M
- [INFO] ------------------------------------------------------------------------
- [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.12:test (default-test) on project onebusaway-gtfs-realtime-exporter: There are test failures.
- [ERROR]
- [ERROR] Please refer to /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/target/surefire-reports for the individual test results.
- [ERROR] -> [Help 1]
- [ERROR]
- [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
- [ERROR] Re-run Maven using the -X switch to enable full debug logging.
- [ERROR]
- [ERROR] For more information about the errors and possible solutions, please read the following articles:
- [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement