Advertisement
Guest User

Untitled

a guest
Sep 27th, 2013
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 130.03 KB | None | 0 0
  1. [INFO] Scanning for projects...
  2. [INFO]
  3. [INFO] ------------------------------------------------------------------------
  4. [INFO] Building onebusaway-gtfs-realtime-exporter 1.2.0-SNAPSHOT
  5. [INFO] ------------------------------------------------------------------------
  6. [INFO]
  7. [INFO] --- maven-resources-plugin:2.4.2:resources (default-resources) @ onebusaway-gtfs-realtime-exporter ---
  8. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  9. [INFO] skip non existing resourceDirectory /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/src/main/resources
  10. [INFO]
  11. [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ onebusaway-gtfs-realtime-exporter ---
  12. [INFO] Nothing to compile - all classes are up to date
  13. [INFO]
  14. [INFO] --- maven-resources-plugin:2.4.2:testResources (default-testResources) @ onebusaway-gtfs-realtime-exporter ---
  15. [INFO] Using 'UTF-8' encoding to copy filtered resources.
  16. [INFO] Copying 1 resource
  17. [INFO]
  18. [INFO] --- maven-compiler-plugin:2.3.2:testCompile (default-testCompile) @ onebusaway-gtfs-realtime-exporter ---
  19. [INFO] Nothing to compile - all classes are up to date
  20. [INFO]
  21. [INFO] --- maven-surefire-plugin:2.12:test (default-test) @ onebusaway-gtfs-realtime-exporter ---
  22. [INFO] Surefire report directory: /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/target/surefire-reports
  23.  
  24. -------------------------------------------------------
  25. T E S T S
  26. -------------------------------------------------------
  27. Running org.onebusaway.gtfs_realtime.exporter.IntegrationTest
  28. 2013-09-27 15:48:37,845 INFO [Server.java:284] : jetty-9.0.5.v20130815
  29. 2013-09-27 15:48:37,938 INFO [AbstractConnector.java:265] : Started ServerConnector@53bd8312{HTTP/1.1}{0.0.0.0:9900}
  30. 2013-09-27 15:48:37,953 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@1c4c6064
  31. 2013-09-27 15:48:38,070 INFO [GtfsRealtimeServlet.java:133] : client connect
  32. 2013-09-27 15:48:38,091 INFO [AbstractConnector.java:299] : Stopped ServerConnector@53bd8312{HTTP/1.1}{0.0.0.0:9900}
  33. 2013-09-27 15:48:38,123 INFO [Server.java:284] : jetty-9.0.5.v20130815
  34. 2013-09-27 15:48:38,127 INFO [AbstractConnector.java:265] : Started ServerConnector@16fcf9f9{HTTP/1.1}{0.0.0.0:9900}
  35. 2013-09-27 15:48:50,169 INFO [AbstractConnector.java:299] : Stopped ServerConnector@16fcf9f9{HTTP/1.1}{0.0.0.0:9900}
  36. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 13.195 sec
  37. Running org.onebusaway.gtfs_realtime.exporter.DeadlockTest
  38. 2013-09-27 15:48:50,195 INFO [Server.java:284] : jetty-9.0.5.v20130815
  39. 2013-09-27 15:48:50,198 INFO [AbstractConnector.java:265] : Started ServerConnector@1332fa84{HTTP/1.1}{0.0.0.0:9900}
  40. 2013-09-27 15:48:50,201 INFO [DeadlockTest.java:103] : connect
  41. 2013-09-27 15:48:50,207 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  42. 2013-09-27 15:48:50,214 INFO [GtfsRealtimeServlet.java:133] : client connect
  43. 2013-09-27 15:48:51,208 INFO [DeadlockTest.java:110] : message count=4051
  44. 2013-09-27 15:48:52,211 INFO [DeadlockTest.java:110] : message count=5805
  45. 2013-09-27 15:48:52,211 INFO [DeadlockTest.java:113] : disconnect
  46. 2013-09-27 15:48:52,218 INFO [GtfsRealtimeServlet.java:147] : client close
  47. 2013-09-27 15:48:52,239 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  48. java.io.IOException: Failed to write bytes
  49. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  50. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  51. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  52. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  53. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  54. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  55. at java.lang.Thread.run(Thread.java:724)
  56. Caused by: org.eclipse.jetty.io.EofException
  57. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  58. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  59. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  60. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  61. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  62. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  63. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  64. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  65. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  66. ... 6 more
  67. Caused by: java.io.IOException: Broken pipe
  68. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  69. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  70. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  71. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  72. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  73. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  74. ... 14 more
  75. 2013-09-27 15:48:52,247 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  76. 2013-09-27 15:48:52,252 INFO [DeadlockTest.java:103] : connect
  77. 2013-09-27 15:48:52,323 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  78. 2013-09-27 15:48:52,337 INFO [GtfsRealtimeServlet.java:133] : client connect
  79. 2013-09-27 15:48:53,324 INFO [DeadlockTest.java:110] : message count=19674
  80. 2013-09-27 15:48:54,326 INFO [DeadlockTest.java:110] : message count=61528
  81. 2013-09-27 15:48:54,328 INFO [DeadlockTest.java:113] : disconnect
  82. 2013-09-27 15:48:54,330 INFO [GtfsRealtimeServlet.java:147] : client close
  83. 2013-09-27 15:48:54,340 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  84. 2013-09-27 15:48:54,340 INFO [DeadlockTest.java:103] : connect
  85. 2013-09-27 15:48:54,346 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  86. 2013-09-27 15:48:54,365 INFO [GtfsRealtimeServlet.java:133] : client connect
  87. 2013-09-27 15:48:55,347 INFO [DeadlockTest.java:110] : message count=62023
  88. 2013-09-27 15:48:56,348 INFO [DeadlockTest.java:110] : message count=71539
  89. 2013-09-27 15:48:56,348 INFO [DeadlockTest.java:113] : disconnect
  90. 2013-09-27 15:48:56,349 INFO [GtfsRealtimeServlet.java:147] : client close
  91. 2013-09-27 15:48:56,350 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  92. java.io.IOException: Failed to write bytes
  93. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  94. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  95. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  96. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  97. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  98. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  99. at java.lang.Thread.run(Thread.java:724)
  100. Caused by: org.eclipse.jetty.io.EofException
  101. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  102. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
  103. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  104. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  105. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  106. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  107. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  108. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  109. ... 1 more
  110. Caused by: java.io.IOException: Broken pipe
  111. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  112. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  113. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  114. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  115. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  116. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  117. ... 8 more
  118. 2013-09-27 15:48:56,353 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  119. 2013-09-27 15:48:56,353 INFO [DeadlockTest.java:103] : connect
  120. 2013-09-27 15:48:56,355 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  121. 2013-09-27 15:48:56,361 INFO [GtfsRealtimeServlet.java:133] : client connect
  122. 2013-09-27 15:48:57,355 INFO [DeadlockTest.java:110] : message count=69529
  123. 2013-09-27 15:48:58,356 INFO [DeadlockTest.java:110] : message count=72687
  124. 2013-09-27 15:48:58,357 INFO [DeadlockTest.java:113] : disconnect
  125. 2013-09-27 15:48:58,360 INFO [GtfsRealtimeServlet.java:147] : client close
  126. 2013-09-27 15:48:58,365 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  127. java.io.IOException: Failed to write bytes
  128. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  129. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  130. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  131. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  132. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  133. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  134. at java.lang.Thread.run(Thread.java:724)
  135. Caused by: org.eclipse.jetty.io.EofException
  136. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  137. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  138. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  139. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  140. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  141. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  142. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  143. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  144. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  145. ... 6 more
  146. Caused by: java.io.IOException: Broken pipe
  147. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  148. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  149. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  150. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  151. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  152. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  153. ... 14 more
  154. 2013-09-27 15:48:58,370 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  155. 2013-09-27 15:48:58,370 INFO [DeadlockTest.java:103] : connect
  156. 2013-09-27 15:48:58,407 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  157. 2013-09-27 15:48:58,410 INFO [GtfsRealtimeServlet.java:133] : client connect
  158. 2013-09-27 15:48:59,407 INFO [DeadlockTest.java:110] : message count=68509
  159. 2013-09-27 15:49:00,408 INFO [DeadlockTest.java:110] : message count=74374
  160. 2013-09-27 15:49:00,409 INFO [DeadlockTest.java:113] : disconnect
  161. 2013-09-27 15:49:00,410 INFO [GtfsRealtimeServlet.java:147] : client close
  162. 2013-09-27 15:49:00,413 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  163. 2013-09-27 15:49:00,413 INFO [DeadlockTest.java:103] : connect
  164. 2013-09-27 15:49:00,415 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  165. 2013-09-27 15:49:00,418 INFO [GtfsRealtimeServlet.java:133] : client connect
  166. 2013-09-27 15:49:00,419 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  167. java.io.IOException: Failed to write bytes
  168. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  169. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  170. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  171. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  172. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  173. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  174. at java.lang.Thread.run(Thread.java:724)
  175. Caused by: org.eclipse.jetty.io.EofException
  176. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  177. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  178. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  179. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  180. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  181. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  182. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  183. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  184. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  185. ... 6 more
  186. Caused by: java.io.IOException: Broken pipe
  187. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  188. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  189. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  190. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  191. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  192. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  193. ... 14 more
  194. 2013-09-27 15:49:01,416 INFO [DeadlockTest.java:110] : message count=70191
  195. 2013-09-27 15:49:02,417 INFO [DeadlockTest.java:110] : message count=70826
  196. 2013-09-27 15:49:02,418 INFO [DeadlockTest.java:113] : disconnect
  197. 2013-09-27 15:49:02,419 INFO [GtfsRealtimeServlet.java:147] : client close
  198. 2013-09-27 15:49:02,420 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  199. java.io.IOException: Failed to write bytes
  200. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  201. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  202. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  203. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  204. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  205. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  206. at java.lang.Thread.run(Thread.java:724)
  207. Caused by: org.eclipse.jetty.io.EofException
  208. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  209. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  210. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  211. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  212. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  213. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  214. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  215. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  216. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  217. ... 6 more
  218. Caused by: java.io.IOException: Broken pipe
  219. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  220. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  221. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  222. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  223. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  224. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  225. ... 14 more
  226. 2013-09-27 15:49:02,422 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  227. 2013-09-27 15:49:02,423 INFO [DeadlockTest.java:103] : connect
  228. 2013-09-27 15:49:02,426 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  229. 2013-09-27 15:49:02,430 INFO [GtfsRealtimeServlet.java:133] : client connect
  230. 2013-09-27 15:49:03,427 INFO [DeadlockTest.java:110] : message count=59300
  231. 2013-09-27 15:49:04,429 INFO [DeadlockTest.java:110] : message count=73732
  232. 2013-09-27 15:49:04,430 INFO [DeadlockTest.java:113] : disconnect
  233. 2013-09-27 15:49:04,431 INFO [GtfsRealtimeServlet.java:147] : client close
  234. 2013-09-27 15:49:04,432 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  235. java.io.IOException: Failed to write bytes
  236. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  237. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  238. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  239. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  240. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  241. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  242. at java.lang.Thread.run(Thread.java:724)
  243. Caused by: org.eclipse.jetty.io.EofException
  244. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  245. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
  246. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  247. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  248. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  249. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  250. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  251. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  252. ... 1 more
  253. Caused by: java.io.IOException: Broken pipe
  254. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  255. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  256. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  257. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  258. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  259. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  260. ... 8 more
  261. 2013-09-27 15:49:04,437 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  262. 2013-09-27 15:49:04,437 INFO [DeadlockTest.java:103] : connect
  263. 2013-09-27 15:49:04,441 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  264. 2013-09-27 15:49:04,454 INFO [GtfsRealtimeServlet.java:133] : client connect
  265. 2013-09-27 15:49:05,448 INFO [DeadlockTest.java:110] : message count=67177
  266. 2013-09-27 15:49:06,449 INFO [DeadlockTest.java:110] : message count=71796
  267. 2013-09-27 15:49:06,450 INFO [DeadlockTest.java:113] : disconnect
  268. 2013-09-27 15:49:06,452 INFO [GtfsRealtimeServlet.java:147] : client close
  269. 2013-09-27 15:49:06,453 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  270. java.io.IOException: Failed to write bytes
  271. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  272. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  273. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  274. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  275. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  276. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  277. at java.lang.Thread.run(Thread.java:724)
  278. Caused by: org.eclipse.jetty.io.EofException
  279. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  280. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  281. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  282. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  283. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  284. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  285. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  286. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  287. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  288. ... 6 more
  289. Caused by: java.io.IOException: Broken pipe
  290. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  291. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  292. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  293. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  294. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  295. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  296. ... 14 more
  297. 2013-09-27 15:49:06,456 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  298. 2013-09-27 15:49:06,456 INFO [DeadlockTest.java:103] : connect
  299. 2013-09-27 15:49:06,459 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  300. 2013-09-27 15:49:06,463 INFO [GtfsRealtimeServlet.java:133] : client connect
  301. 2013-09-27 15:49:07,460 INFO [DeadlockTest.java:110] : message count=72852
  302. 2013-09-27 15:49:08,461 INFO [DeadlockTest.java:110] : message count=73250
  303. 2013-09-27 15:49:08,463 INFO [DeadlockTest.java:113] : disconnect
  304. 2013-09-27 15:49:08,464 INFO [GtfsRealtimeServlet.java:147] : client close
  305. 2013-09-27 15:49:08,466 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  306. java.io.IOException: Failed to write bytes
  307. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  308. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  309. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  310. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  311. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  312. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  313. at java.lang.Thread.run(Thread.java:724)
  314. Caused by: org.eclipse.jetty.io.EofException
  315. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  316. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  317. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  318. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  319. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  320. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  321. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  322. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  323. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  324. ... 6 more
  325. Caused by: java.io.IOException: Broken pipe
  326. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  327. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  328. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  329. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  330. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  331. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  332. ... 14 more
  333. 2013-09-27 15:49:08,470 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  334. 2013-09-27 15:49:08,470 INFO [DeadlockTest.java:103] : connect
  335. 2013-09-27 15:49:08,472 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  336. 2013-09-27 15:49:08,478 INFO [GtfsRealtimeServlet.java:133] : client connect
  337. 2013-09-27 15:49:09,475 INFO [DeadlockTest.java:110] : message count=69484
  338. 2013-09-27 15:49:10,476 INFO [DeadlockTest.java:110] : message count=75562
  339. 2013-09-27 15:49:10,476 INFO [DeadlockTest.java:113] : disconnect
  340. 2013-09-27 15:49:10,477 INFO [GtfsRealtimeServlet.java:147] : client close
  341. 2013-09-27 15:49:10,478 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  342. java.io.IOException: Failed to write bytes
  343. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  344. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  345. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  346. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  347. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  348. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  349. at java.lang.Thread.run(Thread.java:724)
  350. Caused by: org.eclipse.jetty.io.EofException
  351. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  352. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
  353. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  354. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  355. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  356. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  357. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  358. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  359. ... 1 more
  360. Caused by: java.io.IOException: Broken pipe
  361. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  362. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  363. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  364. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  365. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  366. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  367. ... 8 more
  368. 2013-09-27 15:49:10,482 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  369. 2013-09-27 15:49:10,483 INFO [DeadlockTest.java:103] : connect
  370. 2013-09-27 15:49:10,485 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  371. 2013-09-27 15:49:10,490 INFO [GtfsRealtimeServlet.java:133] : client connect
  372. 2013-09-27 15:49:11,486 INFO [DeadlockTest.java:110] : message count=73473
  373. 2013-09-27 15:49:12,487 INFO [DeadlockTest.java:110] : message count=73523
  374. 2013-09-27 15:49:12,488 INFO [DeadlockTest.java:113] : disconnect
  375. 2013-09-27 15:49:12,490 INFO [GtfsRealtimeServlet.java:147] : client close
  376. 2013-09-27 15:49:12,491 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  377. java.io.IOException: Failed to write bytes
  378. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  379. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  380. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  381. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  382. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  383. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  384. at java.lang.Thread.run(Thread.java:724)
  385. Caused by: org.eclipse.jetty.io.EofException
  386. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  387. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
  388. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  389. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  390. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  391. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  392. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  393. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  394. ... 1 more
  395. Caused by: java.io.IOException: Broken pipe
  396. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  397. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  398. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  399. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  400. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  401. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  402. ... 8 more
  403. 2013-09-27 15:49:12,497 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  404. 2013-09-27 15:49:12,498 INFO [DeadlockTest.java:103] : connect
  405. 2013-09-27 15:49:12,501 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  406. 2013-09-27 15:49:12,516 INFO [GtfsRealtimeServlet.java:133] : client connect
  407. 2013-09-27 15:49:13,502 INFO [DeadlockTest.java:110] : message count=69342
  408. 2013-09-27 15:49:14,503 INFO [DeadlockTest.java:110] : message count=73932
  409. 2013-09-27 15:49:14,504 INFO [DeadlockTest.java:113] : disconnect
  410. 2013-09-27 15:49:14,505 INFO [GtfsRealtimeServlet.java:147] : client close
  411. 2013-09-27 15:49:14,508 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  412. java.io.IOException: Failed to write bytes
  413. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  414. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  415. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  416. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  417. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  418. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  419. at java.lang.Thread.run(Thread.java:724)
  420. Caused by: org.eclipse.jetty.io.EofException
  421. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  422. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  423. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  424. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  425. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  426. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  427. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  428. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  429. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  430. ... 6 more
  431. Caused by: java.io.IOException: Broken pipe
  432. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  433. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  434. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  435. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  436. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  437. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  438. ... 14 more
  439. 2013-09-27 15:49:14,512 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  440. 2013-09-27 15:49:14,513 INFO [DeadlockTest.java:103] : connect
  441. 2013-09-27 15:49:14,516 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  442. 2013-09-27 15:49:14,524 INFO [GtfsRealtimeServlet.java:133] : client connect
  443. 2013-09-27 15:49:15,517 INFO [DeadlockTest.java:110] : message count=70187
  444. 2013-09-27 15:49:16,518 INFO [DeadlockTest.java:110] : message count=73385
  445. 2013-09-27 15:49:16,519 INFO [DeadlockTest.java:113] : disconnect
  446. 2013-09-27 15:49:16,526 INFO [GtfsRealtimeServlet.java:147] : client close
  447. 2013-09-27 15:49:16,537 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  448. 2013-09-27 15:49:16,537 INFO [DeadlockTest.java:103] : connect
  449. 2013-09-27 15:49:16,542 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  450. 2013-09-27 15:49:16,552 INFO [GtfsRealtimeServlet.java:133] : client connect
  451. 2013-09-27 15:49:17,543 INFO [DeadlockTest.java:110] : message count=71129
  452. 2013-09-27 15:49:18,544 INFO [DeadlockTest.java:110] : message count=73530
  453. 2013-09-27 15:49:18,545 INFO [DeadlockTest.java:113] : disconnect
  454. 2013-09-27 15:49:18,546 INFO [GtfsRealtimeServlet.java:147] : client close
  455. 2013-09-27 15:49:18,547 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  456. java.io.IOException: Failed to write bytes
  457. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  458. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  459. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  460. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  461. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  462. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  463. at java.lang.Thread.run(Thread.java:724)
  464. Caused by: org.eclipse.jetty.io.EofException
  465. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  466. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  467. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  468. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  469. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  470. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  471. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  472. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  473. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  474. ... 6 more
  475. Caused by: java.io.IOException: Broken pipe
  476. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  477. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  478. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  479. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  480. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  481. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  482. ... 14 more
  483. 2013-09-27 15:49:18,562 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  484. 2013-09-27 15:49:18,563 INFO [DeadlockTest.java:103] : connect
  485. 2013-09-27 15:49:18,570 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  486. 2013-09-27 15:49:18,578 INFO [GtfsRealtimeServlet.java:133] : client connect
  487. 2013-09-27 15:49:19,571 INFO [DeadlockTest.java:110] : message count=73609
  488. 2013-09-27 15:49:20,572 INFO [DeadlockTest.java:110] : message count=72170
  489. 2013-09-27 15:49:20,573 INFO [DeadlockTest.java:113] : disconnect
  490. 2013-09-27 15:49:20,575 INFO [GtfsRealtimeServlet.java:147] : client close
  491. 2013-09-27 15:49:20,577 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  492. java.io.IOException: Failed to write bytes
  493. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  494. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  495. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  496. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  497. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  498. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  499. at java.lang.Thread.run(Thread.java:724)
  500. Caused by: org.eclipse.jetty.io.EofException
  501. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  502. at org.eclipse.jetty.io.WriteFlusher.write(WriteFlusher.java:335)
  503. at org.eclipse.jetty.io.AbstractEndPoint.write(AbstractEndPoint.java:125)
  504. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.write(AbstractWebSocketConnection.java:654)
  505. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.flush(AbstractWebSocketConnection.java:348)
  506. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:540)
  507. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.outgoingFrame(ExtensionStack.java:236)
  508. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendAsyncFrame(WebSocketRemoteEndpoint.java:88)
  509. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:55)
  510. ... 6 more
  511. Caused by: java.io.IOException: Broken pipe
  512. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  513. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  514. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  515. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  516. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  517. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  518. ... 14 more
  519. 2013-09-27 15:49:20,580 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  520. 2013-09-27 15:49:20,581 INFO [DeadlockTest.java:103] : connect
  521. 2013-09-27 15:49:20,585 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  522. 2013-09-27 15:49:20,597 INFO [GtfsRealtimeServlet.java:133] : client connect
  523. 2013-09-27 15:49:21,586 INFO [DeadlockTest.java:110] : message count=69857
  524. 2013-09-27 15:49:22,587 INFO [DeadlockTest.java:110] : message count=73194
  525. 2013-09-27 15:49:22,588 INFO [DeadlockTest.java:113] : disconnect
  526. 2013-09-27 15:49:22,589 ERROR [GtfsRealtimeServlet.java:181] : error sending message to remote WebSocket client
  527. java.io.IOException: Failed to write bytes
  528. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.blockingWrite(WebSocketRemoteEndpoint.java:62)
  529. at org.eclipse.jetty.websocket.common.WebSocketRemoteEndpoint.sendBytes(WebSocketRemoteEndpoint.java:109)
  530. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:178)
  531. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  532. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  533. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  534. at java.lang.Thread.run(Thread.java:724)
  535. Caused by: org.eclipse.jetty.io.EofException
  536. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:186)
  537. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:400)
  538. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  539. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  540. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  541. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  542. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  543. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  544. ... 1 more
  545. Caused by: java.io.IOException: Broken pipe
  546. at sun.nio.ch.FileDispatcherImpl.write0(Native Method)
  547. at sun.nio.ch.SocketDispatcher.write(SocketDispatcher.java:47)
  548. at sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:94)
  549. at sun.nio.ch.IOUtil.write(IOUtil.java:65)
  550. at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:466)
  551. at org.eclipse.jetty.io.ChannelEndPoint.flush(ChannelEndPoint.java:165)
  552. ... 8 more
  553. 2013-09-27 15:49:22,590 INFO [GtfsRealtimeServlet.java:147] : client close
  554. 2013-09-27 15:49:22,600 INFO [WebSocketClient.java:211] : Stopped org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  555. 2013-09-27 15:49:22,600 INFO [DeadlockTest.java:103] : connect
  556. 2013-09-27 15:49:22,604 INFO [WebSocketClient.java:196] : Started org.eclipse.jetty.websocket.client.WebSocketClient@547fcdfc
  557. 2013-09-27 15:49:22,608 INFO [GtfsRealtimeServlet.java:133] : client connect
  558. 2013-09-27 15:49:23,605 INFO [DeadlockTest.java:110] : message count=0
  559. 2013-09-27 15:49:28,608 INFO [AbstractConnector.java:299] : Stopped ServerConnector@1332fa84{HTTP/1.1}{0.0.0.0:9900}
  560. ^\2013-09-27 15:49:31
  561. Full thread dump OpenJDK 64-Bit Server VM (23.7-b01 mixed mode):
  562.  
  563. "Thread-2" prio=10 tid=0x00007f1bd0ad8800 nid=0x2360 runnable [0x00007f1bbe690000]
  564. java.lang.Thread.State: RUNNABLE
  565. at java.io.FileInputStream.readBytes(Native Method)
  566. at java.io.FileInputStream.read(FileInputStream.java:242)
  567. at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
  568. at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
  569. - locked <0x00000000ee478bc8> (a java.lang.UNIXProcess$ProcessPipeInputStream)
  570. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
  571. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
  572. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
  573. - locked <0x00000000ee487030> (a java.io.InputStreamReader)
  574. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  575. at java.io.BufferedReader.fill(BufferedReader.java:154)
  576. at java.io.BufferedReader.readLine(BufferedReader.java:317)
  577. - locked <0x00000000ee487030> (a java.io.InputStreamReader)
  578. at java.io.BufferedReader.readLine(BufferedReader.java:382)
  579. at org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:129)
  580.  
  581. "Thread-1" prio=10 tid=0x00007f1bd0ae1000 nid=0x235f runnable [0x00007f1bbe791000]
  582. java.lang.Thread.State: RUNNABLE
  583. at java.io.FileInputStream.readBytes(Native Method)
  584. at java.io.FileInputStream.read(FileInputStream.java:242)
  585. at java.io.BufferedInputStream.read1(BufferedInputStream.java:273)
  586. at java.io.BufferedInputStream.read(BufferedInputStream.java:334)
  587. - locked <0x00000000ee476b10> (a java.lang.UNIXProcess$ProcessPipeInputStream)
  588. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:283)
  589. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:325)
  590. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:177)
  591. - locked <0x00000000ee484528> (a java.io.InputStreamReader)
  592. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  593. at java.io.BufferedReader.fill(BufferedReader.java:154)
  594. at java.io.BufferedReader.readLine(BufferedReader.java:317)
  595. - locked <0x00000000ee484528> (a java.io.InputStreamReader)
  596. at java.io.BufferedReader.readLine(BufferedReader.java:382)
  597. at org.codehaus.plexus.util.cli.StreamPumper.run(StreamPumper.java:129)
  598.  
  599. "ThreadedStreamConsumer" prio=10 tid=0x00007f1bd0ace800 nid=0x235c waiting on condition [0x00007f1bbe892000]
  600. java.lang.Thread.State: WAITING (parking)
  601. at sun.misc.Unsafe.park(Native Method)
  602. - parking to wait for <0x00000000ee444908> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  603. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  604. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  605. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  606. at org.apache.maven.plugin.surefire.util.internal.Java15BlockingQueue.take(Java15BlockingQueue.java:41)
  607. at org.apache.maven.plugin.surefire.booterclient.output.ThreadedStreamConsumer$Pumper.run(ThreadedStreamConsumer.java:68)
  608. at java.lang.Thread.run(Thread.java:724)
  609.  
  610. "resolver-4" daemon prio=10 tid=0x00007f1bd094c800 nid=0x235b waiting on condition [0x00007f1bbe993000]
  611. java.lang.Thread.State: WAITING (parking)
  612. at sun.misc.Unsafe.park(Native Method)
  613. - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  614. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  615. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  616. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  617. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  618. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  619. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  620. at java.lang.Thread.run(Thread.java:724)
  621.  
  622. "resolver-3" daemon prio=10 tid=0x00007f1bd0946800 nid=0x235a waiting on condition [0x00007f1bbea94000]
  623. java.lang.Thread.State: WAITING (parking)
  624. at sun.misc.Unsafe.park(Native Method)
  625. - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  626. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  627. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  628. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  629. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  630. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  631. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  632. at java.lang.Thread.run(Thread.java:724)
  633.  
  634. "resolver-2" daemon prio=10 tid=0x00007f1bd096b800 nid=0x2359 waiting on condition [0x00007f1bbeb95000]
  635. java.lang.Thread.State: WAITING (parking)
  636. at sun.misc.Unsafe.park(Native Method)
  637. - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  638. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  639. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  640. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  641. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  642. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  643. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  644. at java.lang.Thread.run(Thread.java:724)
  645.  
  646. "resolver-1" daemon prio=10 tid=0x00007f1bd0971000 nid=0x2358 waiting on condition [0x00007f1bbec96000]
  647. java.lang.Thread.State: WAITING (parking)
  648. at sun.misc.Unsafe.park(Native Method)
  649. - parking to wait for <0x00000000f03e8f18> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  650. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  651. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  652. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  653. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  654. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  655. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  656. at java.lang.Thread.run(Thread.java:724)
  657.  
  658. "process reaper" daemon prio=10 tid=0x00007f1bd0725000 nid=0x2356 runnable [0x00007f1bc4052000]
  659. java.lang.Thread.State: RUNNABLE
  660. at java.lang.UNIXProcess.waitForProcessExit(Native Method)
  661. at java.lang.UNIXProcess.access$200(UNIXProcess.java:54)
  662. at java.lang.UNIXProcess$3.run(UNIXProcess.java:174)
  663. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  664. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  665. at java.lang.Thread.run(Thread.java:724)
  666.  
  667. "Service Thread" daemon prio=10 tid=0x00007f1bd0113000 nid=0x2353 runnable [0x0000000000000000]
  668. java.lang.Thread.State: RUNNABLE
  669.  
  670. "C2 CompilerThread1" daemon prio=10 tid=0x00007f1bd0111000 nid=0x2352 waiting on condition [0x0000000000000000]
  671. java.lang.Thread.State: RUNNABLE
  672.  
  673. "C2 CompilerThread0" daemon prio=10 tid=0x00007f1bd010e000 nid=0x2351 waiting on condition [0x0000000000000000]
  674. java.lang.Thread.State: RUNNABLE
  675.  
  676. "Signal Dispatcher" daemon prio=10 tid=0x00007f1bd010b800 nid=0x2350 waiting on condition [0x0000000000000000]
  677. java.lang.Thread.State: RUNNABLE
  678.  
  679. "Finalizer" daemon prio=10 tid=0x00007f1bd00b2000 nid=0x234f in Object.wait() [0x00007f1bc4deb000]
  680. java.lang.Thread.State: WAITING (on object monitor)
  681. at java.lang.Object.wait(Native Method)
  682. - waiting on <0x00000000f03fb6b8> (a java.lang.ref.ReferenceQueue$Lock)
  683. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  684. - locked <0x00000000f03fb6b8> (a java.lang.ref.ReferenceQueue$Lock)
  685. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  686. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
  687.  
  688. "Reference Handler" daemon prio=10 tid=0x00007f1bd00b0000 nid=0x234e in Object.wait() [0x00007f1bc4eec000]
  689. java.lang.Thread.State: WAITING (on object monitor)
  690. at java.lang.Object.wait(Native Method)
  691. - waiting on <0x00000000f03fb1a8> (a java.lang.ref.Reference$Lock)
  692. at java.lang.Object.wait(Object.java:503)
  693. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  694. - locked <0x00000000f03fb1a8> (a java.lang.ref.Reference$Lock)
  695.  
  696. "main" prio=10 tid=0x00007f1bd0009000 nid=0x2348 in Object.wait() [0x00007f1bd7815000]
  697. java.lang.Thread.State: WAITING (on object monitor)
  698. at java.lang.Object.wait(Native Method)
  699. - waiting on <0x00000000ee474858> (a java.lang.UNIXProcess)
  700. at java.lang.Object.wait(Object.java:503)
  701. at java.lang.UNIXProcess.waitFor(UNIXProcess.java:210)
  702. - locked <0x00000000ee474858> (a java.lang.UNIXProcess)
  703. at org.codehaus.plexus.util.cli.CommandLineUtils$1.call(CommandLineUtils.java:172)
  704. at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:113)
  705. at org.codehaus.plexus.util.cli.CommandLineUtils.executeCommandLine(CommandLineUtils.java:86)
  706. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.fork(ForkStarter.java:276)
  707. at org.apache.maven.plugin.surefire.booterclient.ForkStarter.run(ForkStarter.java:113)
  708. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeProvider(AbstractSurefireMojo.java:199)
  709. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAllProviders(AbstractSurefireMojo.java:176)
  710. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.executeAfterPreconditionsChecked(AbstractSurefireMojo.java:135)
  711. at org.apache.maven.plugin.surefire.AbstractSurefireMojo.execute(AbstractSurefireMojo.java:98)
  712. at org.apache.maven.plugin.DefaultBuildPluginManager.executeMojo(DefaultBuildPluginManager.java:101)
  713. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:209)
  714. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:153)
  715. at org.apache.maven.lifecycle.internal.MojoExecutor.execute(MojoExecutor.java:145)
  716. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:84)
  717. at org.apache.maven.lifecycle.internal.LifecycleModuleBuilder.buildProject(LifecycleModuleBuilder.java:59)
  718. at org.apache.maven.lifecycle.internal.LifecycleStarter.singleThreadedBuild(LifecycleStarter.java:183)
  719. at org.apache.maven.lifecycle.internal.LifecycleStarter.execute(LifecycleStarter.java:161)
  720. at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:320)
  721. at org.apache.maven.DefaultMaven.execute(DefaultMaven.java:156)
  722. at org.apache.maven.cli.MavenCli.execute(MavenCli.java:537)
  723. at org.apache.maven.cli.MavenCli.doMain(MavenCli.java:196)
  724. at org.apache.maven.cli.MavenCli.main(MavenCli.java:141)
  725. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  726. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  727. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  728. at java.lang.reflect.Method.invoke(Method.java:606)
  729. at org.codehaus.plexus.classworlds.launcher.Launcher.launchEnhanced(Launcher.java:290)
  730. at org.codehaus.plexus.classworlds.launcher.Launcher.launch(Launcher.java:230)
  731. at org.codehaus.plexus.classworlds.launcher.Launcher.mainWithExitCode(Launcher.java:409)
  732. at org.codehaus.plexus.classworlds.launcher.Launcher.main(Launcher.java:352)
  733.  
  734. "VM Thread" prio=10 tid=0x00007f1bd00a7800 nid=0x234d runnable
  735.  
  736. "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f1bd0017000 nid=0x2349 runnable
  737.  
  738. "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f1bd0018800 nid=0x234a runnable
  739.  
  740. "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f1bd001a800 nid=0x234b runnable
  741.  
  742. "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f1bd001c800 nid=0x234c runnable
  743.  
  744. "VM Periodic Task Thread" prio=10 tid=0x00007f1bd011e000 nid=0x2354 waiting on condition
  745.  
  746. 2013-09-27 15:49:31
  747. Full thread dump OpenJDK 64-Bit Server VM (23.7-b01 mixed mode):
  748. "WebSocketClient@1417661948-scheduler" prio=10 tid=0x00007f86bc19f000 nid=0x2538 waiting on condition [0x00007f866edec000]
  749. java.lang.Thread.State: TIMED_WAITING (parking)
  750. at sun.misc.Unsafe.park(Native Method)
  751. - parking to wait for <0x00000000efcb0c70> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  752. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  753. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  754. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
  755. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  756. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  757. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  758. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  759. at java.lang.Thread.run(Thread.java:724)
  760. "WebSocketClient@1417661948-465" prio=10 tid=0x00007f86bc19e000 nid=0x2537 waiting on condition [0x00007f866eeed000]
  761. java.lang.Thread.State: TIMED_WAITING (parking)
  762. at sun.misc.Unsafe.park(Native Method)
  763. - parking to wait for <0x00000000c5d41460> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  764. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  765. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  766. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  767. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  768. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  769. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  770. at java.lang.Thread.run(Thread.java:724)
  771. "WebSocketClient@1417661948-464" prio=10 tid=0x00007f868800e000 nid=0x2536 waiting on condition [0x00007f866efee000]
  772. java.lang.Thread.State: TIMED_WAITING (parking)
  773. at sun.misc.Unsafe.park(Native Method)
  774. - parking to wait for <0x00000000c5d41460> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  775. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  776. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  777. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  778. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  779. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  780. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  781. at java.lang.Thread.run(Thread.java:724)
  782. "WebSocketClient@1417661948-463-selector-1" prio=10 tid=0x00007f86c0004000 nid=0x2535 runnable [0x00007f866f7f6000]
  783. java.lang.Thread.State: RUNNABLE
  784. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  785. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  786. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  787. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  788. - locked <0x00000000f0f8eb08> (a sun.nio.ch.Util$2)
  789. - locked <0x00000000f0f8eaf8> (a java.util.Collections$UnmodifiableSet)
  790. - locked <0x00000000f0f8e8d8> (a sun.nio.ch.EPollSelectorImpl)
  791. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  792. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  793. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  794. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  795. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  796. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  797. at java.lang.Thread.run(Thread.java:724)
  798. "WebSocketClient@1417661948-462-selector-0" prio=10 tid=0x00007f86d800c000 nid=0x2534 runnable [0x00007f866f1f0000]
  799. java.lang.Thread.State: RUNNABLE
  800. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  801. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  802. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  803. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  804. - locked <0x00000000f0f8dc20> (a sun.nio.ch.Util$2)
  805. - locked <0x00000000f0f8dc10> (a java.util.Collections$UnmodifiableSet)
  806. - locked <0x00000000f0f8d9f0> (a sun.nio.ch.EPollSelectorImpl)
  807. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  808. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  809. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  810. JNI global references: 190
  811.  
  812. Heap
  813. PSYoungGen total 62400K, used 35790K [0x00000000ec760000, 0x00000000f4b00000, 0x0000000100000000)
  814. eden space 59904K, 55% used [0x00000000ec760000,0x00000000ee7e3a30,0x00000000f01e0000)
  815. from space 2496K, 100% used [0x00000000f01e0000,0x00000000f0450000,0x00000000f0450000)
  816. to space 7488K, 0% used [0x00000000f43b0000,0x00000000f43b0000,0x00000000f4b00000)
  817. ParOldGen total 40064K, used 9603K [0x00000000c5600000, 0x00000000c7d20000, 0x00000000ec760000)
  818. object space 40064K, 23% used [0x00000000c5600000,0x00000000c5f60e58,0x00000000c7d20000)
  819. PSPermGen total 21248K, used 16386K [0x00000000bb000000, 0x00000000bc4c0000, 0x00000000c5600000)
  820. object space 21248K, 77% used [0x00000000bb000000,0x00000000bc000818,0x00000000bc4c0000)
  821.  
  822. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  823. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  824. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  825. at java.lang.Thread.run(Thread.java:724)
  826. "WebSocketClient@1417661948-461-selector-1" prio=10 tid=0x00007f867000a800 nid=0x2533 runnable [0x00007f866faf9000]
  827. java.lang.Thread.State: RUNNABLE
  828. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  829. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  830. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  831. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  832. - locked <0x00000000f0f8caf0> (a sun.nio.ch.Util$2)
  833. - locked <0x00000000f0f8cae0> (a java.util.Collections$UnmodifiableSet)
  834. - locked <0x00000000f0f8c8c0> (a sun.nio.ch.EPollSelectorImpl)
  835. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  836. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  837. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  838. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  839. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  840. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  841. at java.lang.Thread.run(Thread.java:724)
  842. "WebSocketClient@1417661948-460-selector-0" prio=10 tid=0x00007f86dc01b800 nid=0x2532 runnable [0x00007f866f0ef000]
  843. java.lang.Thread.State: RUNNABLE
  844. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  845. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  846. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  847. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  848. - locked <0x00000000f0f8bc28> (a sun.nio.ch.Util$2)
  849. - locked <0x00000000f0f8bc18> (a java.util.Collections$UnmodifiableSet)
  850. - locked <0x00000000f0f8b9f8> (a sun.nio.ch.EPollSelectorImpl)
  851. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  852. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  853. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  854. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  855. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  856. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  857. at java.lang.Thread.run(Thread.java:724)
  858. "WebSocketClient@1417661948-459-selector-1" prio=10 tid=0x00007f8690002000 nid=0x2531 runnable [0x00007f866f9f8000]
  859. java.lang.Thread.State: RUNNABLE
  860. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  861. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  862. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  863. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  864. - locked <0x00000000f0f8ab30> (a sun.nio.ch.Util$2)
  865. - locked <0x00000000f0f8ab20> (a java.util.Collections$UnmodifiableSet)
  866. - locked <0x00000000f0f8a900> (a sun.nio.ch.EPollSelectorImpl)
  867. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  868. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  869. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  870. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  871. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  872. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  873. at java.lang.Thread.run(Thread.java:724)
  874. "WebSocketClient@1417661948-458-selector-0" prio=10 tid=0x00007f86a800b000 nid=0x2530 runnable [0x00007f866f2f1000]
  875. java.lang.Thread.State: RUNNABLE
  876. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  877. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  878. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  879. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  880. - locked <0x00000000f0f89c38> (a sun.nio.ch.Util$2)
  881. - locked <0x00000000f0f89c28> (a java.util.Collections$UnmodifiableSet)
  882. - locked <0x00000000f0f89a08> (a sun.nio.ch.EPollSelectorImpl)
  883. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  884. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  885. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  886. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  887. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  888. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  889. at java.lang.Thread.run(Thread.java:724)
  890. "WebSocketClient@1417661948-457-selector-1" prio=10 tid=0x00007f8694003800 nid=0x252f runnable [0x00007f866fcfb000]
  891. java.lang.Thread.State: RUNNABLE
  892. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  893. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  894. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  895. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  896. - locked <0x00000000f0f88b30> (a sun.nio.ch.Util$2)
  897. - locked <0x00000000f0f88b20> (a java.util.Collections$UnmodifiableSet)
  898. - locked <0x00000000f0f88900> (a sun.nio.ch.EPollSelectorImpl)
  899. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  900. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  901. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  902. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  903. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  904. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  905. at java.lang.Thread.run(Thread.java:724)
  906. "WebSocketClient@1417661948-456-selector-0" prio=10 tid=0x00007f86a0004000 nid=0x252e runnable [0x00007f866f5f4000]
  907. java.lang.Thread.State: RUNNABLE
  908. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  909. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  910. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  911. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  912. - locked <0x00000000f0f87c40> (a sun.nio.ch.Util$2)
  913. - locked <0x00000000f0f87c30> (a java.util.Collections$UnmodifiableSet)
  914. - locked <0x00000000f0f87a10> (a sun.nio.ch.EPollSelectorImpl)
  915. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  916. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  917. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  918. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  919. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  920. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  921. at java.lang.Thread.run(Thread.java:724)
  922. "WebSocketClient@1417661948-455-selector-1" prio=10 tid=0x00007f868c003000 nid=0x252d runnable [0x00007f86e0387000]
  923. java.lang.Thread.State: RUNNABLE
  924. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  925. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  926. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  927. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  928. - locked <0x00000000f0c67400> (a sun.nio.ch.Util$2)
  929. - locked <0x00000000f0c673f0> (a java.util.Collections$UnmodifiableSet)
  930. - locked <0x00000000f0c671d0> (a sun.nio.ch.EPollSelectorImpl)
  931. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  932. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  933. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  934. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  935. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  936. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  937. at java.lang.Thread.run(Thread.java:724)
  938. "WebSocketClient@1417661948-454-selector-0" prio=10 tid=0x00007f8684004000 nid=0x252c runnable [0x00007f866fdfc000]
  939. java.lang.Thread.State: RUNNABLE
  940. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  941. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  942. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  943. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  944. - locked <0x00000000f0c66d58> (a sun.nio.ch.Util$2)
  945. - locked <0x00000000f0c66d48> (a java.util.Collections$UnmodifiableSet)
  946. - locked <0x00000000f0c662e0> (a sun.nio.ch.EPollSelectorImpl)
  947. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  948. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  949. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  950. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  951. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  952. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  953. at java.lang.Thread.run(Thread.java:724)
  954. "WebSocketClient@1417661948-453-selector-1" prio=10 tid=0x00007f86b4004000 nid=0x252b runnable [0x00007f86e1195000]
  955. java.lang.Thread.State: RUNNABLE
  956. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  957. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  958. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  959. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  960. - locked <0x00000000f0c65c38> (a sun.nio.ch.Util$2)
  961. - locked <0x00000000f0ad5860> (a java.util.Collections$UnmodifiableSet)
  962. - locked <0x00000000f0ad5640> (a sun.nio.ch.EPollSelectorImpl)
  963. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  964. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  965. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  966. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  967. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  968. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  969. at java.lang.Thread.run(Thread.java:724)
  970. "WebSocketClient@1417661948-452-selector-0" prio=10 tid=0x00007f868000a800 nid=0x252a runnable [0x00007f86e0589000]
  971. java.lang.Thread.State: RUNNABLE
  972. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  973. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  974. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  975. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  976. - locked <0x00000000f0ad51c8> (a sun.nio.ch.Util$2)
  977. - locked <0x00000000f0ad51b8> (a java.util.Collections$UnmodifiableSet)
  978. - locked <0x00000000f0ad4778> (a sun.nio.ch.EPollSelectorImpl)
  979. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  980. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  981. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  982. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  983. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  984. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  985. at java.lang.Thread.run(Thread.java:724)
  986. "WebSocketClient@1417661948-451-selector-1" prio=10 tid=0x00007f867c003000 nid=0x2529 runnable [0x00007f866f3f2000]
  987. java.lang.Thread.State: RUNNABLE
  988. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  989. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  990. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  991. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  992. - locked <0x00000000f0ad40d0> (a sun.nio.ch.Util$2)
  993. - locked <0x00000000f0ad40c0> (a java.util.Collections$UnmodifiableSet)
  994. - locked <0x00000000f09432c8> (a sun.nio.ch.EPollSelectorImpl)
  995. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  996. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  997. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  998. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  999. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1000. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1001. at java.lang.Thread.run(Thread.java:724)
  1002. "WebSocketClient@1417661948-450-selector-0" prio=10 tid=0x00007f86cc009800 nid=0x2528 runnable [0x00007f866f6f5000]
  1003. java.lang.Thread.State: RUNNABLE
  1004. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1005. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1006. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1007. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1008. - locked <0x00000000f0942e50> (a sun.nio.ch.Util$2)
  1009. - locked <0x00000000f0942e40> (a java.util.Collections$UnmodifiableSet)
  1010. - locked <0x00000000f0942c20> (a sun.nio.ch.EPollSelectorImpl)
  1011. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1012. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1013. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1014. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1015. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1016. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1017. at java.lang.Thread.run(Thread.java:724)
  1018. "WebSocketClient@1417661948-449-selector-1" prio=10 tid=0x00007f86bc0fd800 nid=0x2527 runnable [0x00007f86e0286000]
  1019. java.lang.Thread.State: RUNNABLE
  1020. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1021. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1022. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1023. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1024. - locked <0x00000000f0941d20> (a sun.nio.ch.Util$2)
  1025. - locked <0x00000000f0941d10> (a java.util.Collections$UnmodifiableSet)
  1026. - locked <0x00000000f0941af0> (a sun.nio.ch.EPollSelectorImpl)
  1027. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1028. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1029. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1030. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1031. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1032. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1033. at java.lang.Thread.run(Thread.java:724)
  1034. "WebSocketClient@1417661948-448-selector-0" prio=10 tid=0x00007f868800d000 nid=0x2526 runnable [0x00007f86e0e92000]
  1035. java.lang.Thread.State: RUNNABLE
  1036. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1037. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1038. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1039. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1040. - locked <0x00000000f07b12a0> (a sun.nio.ch.Util$2)
  1041. - locked <0x00000000f07b1290> (a java.util.Collections$UnmodifiableSet)
  1042. - locked <0x00000000f07b1070> (a sun.nio.ch.EPollSelectorImpl)
  1043. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1044. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1045. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1046. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1047. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1048. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1049. at java.lang.Thread.run(Thread.java:724)
  1050. "WebSocketClient@1417661948-447-selector-1" prio=10 tid=0x00007f86c0003000 nid=0x2525 runnable [0x00007f866fbfa000]
  1051. java.lang.Thread.State: RUNNABLE
  1052. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1053. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1054. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1055. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1056. - locked <0x00000000f07b01a0> (a sun.nio.ch.Util$2)
  1057. - locked <0x00000000f07b0190> (a java.util.Collections$UnmodifiableSet)
  1058. - locked <0x00000000f07aff70> (a sun.nio.ch.EPollSelectorImpl)
  1059. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1060. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1061. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1062. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1063. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1064. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1065. at java.lang.Thread.run(Thread.java:724)
  1066. "WebSocketClient@1417661948-446-selector-0" prio=10 tid=0x00007f86d8002000 nid=0x2524 runnable [0x00007f86e0c90000]
  1067. java.lang.Thread.State: RUNNABLE
  1068. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1069. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1070. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1071. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1072. - locked <0x00000000f061f738> (a sun.nio.ch.Util$2)
  1073. - locked <0x00000000f061f728> (a java.util.Collections$UnmodifiableSet)
  1074. - locked <0x00000000f061f508> (a sun.nio.ch.EPollSelectorImpl)
  1075. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1076. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1077. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1078. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1079. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1080. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1081. at java.lang.Thread.run(Thread.java:724)
  1082. "WebSocketClient@1417661948-445-selector-1" prio=10 tid=0x00007f8670008800 nid=0x2523 runnable [0x00007f86e1094000]
  1083. java.lang.Thread.State: RUNNABLE
  1084. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1085. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1086. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1087. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1088. - locked <0x00000000f061e640> (a sun.nio.ch.Util$2)
  1089. - locked <0x00000000f061e630> (a java.util.Collections$UnmodifiableSet)
  1090. - locked <0x00000000f061e410> (a sun.nio.ch.EPollSelectorImpl)
  1091. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1092. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1093. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1094. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1095. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1096. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1097. at java.lang.Thread.run(Thread.java:724)
  1098. "WebSocketClient@1417661948-444-selector-0" prio=10 tid=0x00007f86dc013000 nid=0x2522 runnable [0x00007f86e078b000]
  1099. java.lang.Thread.State: RUNNABLE
  1100. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1101. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1102. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1103. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1104. - locked <0x00000000f048dba8> (a sun.nio.ch.Util$2)
  1105. - locked <0x00000000f048db98> (a java.util.Collections$UnmodifiableSet)
  1106. - locked <0x00000000f048d978> (a sun.nio.ch.EPollSelectorImpl)
  1107. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1108. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1109. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1110. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1111. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1112. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1113. at java.lang.Thread.run(Thread.java:724)
  1114. "WebSocketClient@1417661948-443-selector-1" prio=10 tid=0x00007f8690006800 nid=0x2521 runnable [0x00007f86e098d000]
  1115. java.lang.Thread.State: RUNNABLE
  1116. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1117. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1118. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1119. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1120. - locked <0x00000000f02fcf00> (a sun.nio.ch.Util$2)
  1121. - locked <0x00000000f02fcef0> (a java.util.Collections$UnmodifiableSet)
  1122. - locked <0x00000000f02fccd0> (a sun.nio.ch.EPollSelectorImpl)
  1123. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1124. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1125. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1126. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1127. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1128. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1129. at java.lang.Thread.run(Thread.java:724)
  1130. "WebSocketClient@1417661948-442-selector-0" prio=10 tid=0x00007f86a800a800 nid=0x2520 runnable [0x00007f86e0185000]
  1131. java.lang.Thread.State: RUNNABLE
  1132. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1133. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1134. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1135. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1136. - locked <0x00000000f02fc010> (a sun.nio.ch.Util$2)
  1137. - locked <0x00000000f02fc000> (a java.util.Collections$UnmodifiableSet)
  1138. - locked <0x00000000f02fbde0> (a sun.nio.ch.EPollSelectorImpl)
  1139. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1140. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1141. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1142. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1143. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1144. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1145. at java.lang.Thread.run(Thread.java:724)
  1146. "WebSocketClient@1417661948-441-selector-1" prio=10 tid=0x00007f8694002800 nid=0x251f runnable [0x00007f86e1296000]
  1147. java.lang.Thread.State: RUNNABLE
  1148. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1149. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1150. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1151. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1152. - locked <0x00000000f016b370> (a sun.nio.ch.Util$2)
  1153. - locked <0x00000000f016b360> (a java.util.Collections$UnmodifiableSet)
  1154. - locked <0x00000000f016b140> (a sun.nio.ch.EPollSelectorImpl)
  1155. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1156. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1157. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1158. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1159. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1160. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1161. at java.lang.Thread.run(Thread.java:724)
  1162. "WebSocketClient@1417661948-440-selector-0" prio=10 tid=0x00007f86a0005000 nid=0x251e runnable [0x00007f86e088c000]
  1163. java.lang.Thread.State: RUNNABLE
  1164. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1165. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1166. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1167. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1168. - locked <0x00000000f016acc8> (a sun.nio.ch.Util$2)
  1169. - locked <0x00000000f016acb8> (a java.util.Collections$UnmodifiableSet)
  1170. - locked <0x00000000f016a250> (a sun.nio.ch.EPollSelectorImpl)
  1171. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1172. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1173. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1174. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1175. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1176. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1177. at java.lang.Thread.run(Thread.java:724)
  1178. "WebSocketClient@1417661948-439-selector-1" prio=10 tid=0x00007f868c002800 nid=0x251d runnable [0x00007f86e1397000]
  1179. java.lang.Thread.State: RUNNABLE
  1180. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1181. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1182. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1183. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1184. - locked <0x00000000f0169ba8> (a sun.nio.ch.Util$2)
  1185. - locked <0x00000000f0169370> (a java.util.Collections$UnmodifiableSet)
  1186. - locked <0x00000000f0169150> (a sun.nio.ch.EPollSelectorImpl)
  1187. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1188. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1189. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1190. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1191. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1192. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1193. at java.lang.Thread.run(Thread.java:724)
  1194. "WebSocketClient@1417661948-438-selector-0" prio=10 tid=0x00007f8684002000 nid=0x251c runnable [0x00007f866f8f7000]
  1195. java.lang.Thread.State: RUNNABLE
  1196. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1197. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1198. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1199. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1200. - locked <0x00000000f0168cd8> (a sun.nio.ch.Util$2)
  1201. - locked <0x00000000f0168cc8> (a java.util.Collections$UnmodifiableSet)
  1202. - locked <0x00000000f0168288> (a sun.nio.ch.EPollSelectorImpl)
  1203. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1204. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1205. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1206. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1207. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1208. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1209. at java.lang.Thread.run(Thread.java:724)
  1210. "WebSocketClient@1417661948-437-selector-1" prio=10 tid=0x00007f86f44e6000 nid=0x251b runnable [0x00007f86e1498000]
  1211. java.lang.Thread.State: RUNNABLE
  1212. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1213. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1214. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1215. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1216. - locked <0x00000000f0167be0> (a sun.nio.ch.Util$2)
  1217. - locked <0x00000000f0167bd0> (a java.util.Collections$UnmodifiableSet)
  1218. - locked <0x00000000f0166978> (a sun.nio.ch.EPollSelectorImpl)
  1219. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1220. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1221. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1222. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1223. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1224. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1225. at java.lang.Thread.run(Thread.java:724)
  1226. "WebSocketClient@1417661948-436-selector-0" prio=10 tid=0x00007f86f429e800 nid=0x251a runnable [0x00007f86e068a000]
  1227. java.lang.Thread.State: RUNNABLE
  1228. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1229. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1230. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1231. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1232. - locked <0x00000000f0166500> (a sun.nio.ch.Util$2)
  1233. - locked <0x00000000f01664f0> (a java.util.Collections$UnmodifiableSet)
  1234. - locked <0x00000000f01662d0> (a sun.nio.ch.EPollSelectorImpl)
  1235. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1236. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1237. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1238. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1239. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1240. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1241. at java.lang.Thread.run(Thread.java:724)
  1242. "WebSocketClient@1417661948-435-selector-1" prio=10 tid=0x00007f86f425c000 nid=0x2519 runnable [0x00007f86e0b8f000]
  1243. java.lang.Thread.State: RUNNABLE
  1244. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1245. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1246. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1247. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1248. - locked <0x00000000f01653d0> (a sun.nio.ch.Util$2)
  1249. - locked <0x00000000f01653c0> (a java.util.Collections$UnmodifiableSet)
  1250. - locked <0x00000000f01651a0> (a sun.nio.ch.EPollSelectorImpl)
  1251. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1252. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1253. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1254. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1255. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1256. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1257. at java.lang.Thread.run(Thread.java:724)
  1258. "WebSocketClient@1417661948-434-selector-0" prio=10 tid=0x00007f86f44e4000 nid=0x2518 runnable [0x00007f86e0d91000]
  1259. java.lang.Thread.State: RUNNABLE
  1260. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1261. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1262. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1263. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1264. - locked <0x00000000f01644f0> (a sun.nio.ch.Util$2)
  1265. - locked <0x00000000f01644e0> (a java.util.Collections$UnmodifiableSet)
  1266. - locked <0x00000000f01642c0> (a sun.nio.ch.EPollSelectorImpl)
  1267. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1268. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1269. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1270. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1271. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1272. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1273. at java.lang.Thread.run(Thread.java:724)
  1274. "WebSocketClient@1417661948-433-selector-1" prio=10 tid=0x00007f86f44e2000 nid=0x2517 runnable [0x00007f866fefd000]
  1275. java.lang.Thread.State: RUNNABLE
  1276. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1277. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1278. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1279. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1280. - locked <0x00000000f01633f0> (a sun.nio.ch.Util$2)
  1281. - locked <0x00000000f01633e0> (a java.util.Collections$UnmodifiableSet)
  1282. - locked <0x00000000f01631c0> (a sun.nio.ch.EPollSelectorImpl)
  1283. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1284. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1285. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1286. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1287. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1288. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1289. at java.lang.Thread.run(Thread.java:724)
  1290. "WebSocketClient@1417661948-432-selector-0" prio=10 tid=0x00007f86f429d000 nid=0x2516 runnable [0x00007f86e0488000]
  1291. java.lang.Thread.State: RUNNABLE
  1292. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1293. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1294. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1295. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1296. - locked <0x00000000f0162528> (a sun.nio.ch.Util$2)
  1297. - locked <0x00000000f0162518> (a java.util.Collections$UnmodifiableSet)
  1298. - locked <0x00000000f01622f8> (a sun.nio.ch.EPollSelectorImpl)
  1299. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1300. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1301. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1302. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1303. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1304. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1305. at java.lang.Thread.run(Thread.java:724)
  1306. "WebSocketClient@1417661948-431-selector-1" prio=10 tid=0x00007f86f425a000 nid=0x2515 runnable [0x00007f86e0f93000]
  1307. java.lang.Thread.State: RUNNABLE
  1308. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1309. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1310. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1311. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1312. - locked <0x00000000f0161430> (a sun.nio.ch.Util$2)
  1313. - locked <0x00000000f0161420> (a java.util.Collections$UnmodifiableSet)
  1314. - locked <0x00000000f0161200> (a sun.nio.ch.EPollSelectorImpl)
  1315. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1316. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1317. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1318. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1319. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1320. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1321. at java.lang.Thread.run(Thread.java:724)
  1322. "WebSocketClient@1417661948-430-selector-0" prio=10 tid=0x00007f86f45e1000 nid=0x2514 runnable [0x00007f866f4f3000]
  1323. java.lang.Thread.State: RUNNABLE
  1324. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1325. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1326. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1327. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1328. - locked <0x00000000effd0a68> (a sun.nio.ch.Util$2)
  1329. - locked <0x00000000effd0a58> (a java.util.Collections$UnmodifiableSet)
  1330. - locked <0x00000000effd0838> (a sun.nio.ch.EPollSelectorImpl)
  1331. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1332. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1333. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1334. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1335. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1336. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1337. at java.lang.Thread.run(Thread.java:724)
  1338. "qtp1540870927-147" prio=10 tid=0x00007f86c835b000 nid=0x23f3 waiting for monitor entry [0x00007f866fffe000]
  1339. java.lang.Thread.State: BLOCKED (on object monitor)
  1340. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.getFeed(GtfsRealtimeExporterImpl.java:115)
  1341. - waiting to lock <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
  1342. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.addIncrementalListener(GtfsRealtimeExporterImpl.java:137)
  1343. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onOpen(GtfsRealtimeServlet.java:142)
  1344. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  1345. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1346. at java.lang.reflect.Method.invoke(Method.java:606)
  1347. at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
  1348. at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onConnect(AnnotatedEventDriver.java:125)
  1349. at org.eclipse.jetty.websocket.common.events.EventDriver.openSession(EventDriver.java:168)
  1350. at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:382)
  1351. at org.eclipse.jetty.websocket.server.WebSocketServerFactory.sessionOpened(WebSocketServerFactory.java:351)
  1352. at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:74)
  1353. at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:376)
  1354. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:335)
  1355. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
  1356. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
  1357. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1358. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1359. at java.lang.Thread.run(Thread.java:724)
  1360. "Thread-42" prio=10 tid=0x00007f86f4259800 nid=0x2397 waiting for monitor entry [0x00007f86e21a5000]
  1361. java.lang.Thread.State: BLOCKED (on object monitor)
  1362. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.disconnect(AbstractWebSocketConnection.java:254)
  1363. - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
  1364. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:453)
  1365. at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
  1366. at org.eclipse.jetty.websocket.common.io.IOState.onCloseLocal(IOState.java:236)
  1367. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.enqueClose(AbstractWebSocketConnection.java:288)
  1368. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:229)
  1369. at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:119)
  1370. at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:107)
  1371. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:188)
  1372. - locked <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
  1373. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  1374. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  1375. - locked <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
  1376. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  1377. at java.lang.Thread.run(Thread.java:724)
  1378. "qtp1540870927-54" prio=10 tid=0x00007f86f47a0800 nid=0x2395 waiting for monitor entry [0x00007f86e169a000]
  1379. java.lang.Thread.State: BLOCKED (on object monitor)
  1380. at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.enqueue(WriteBytesProvider.java:125)
  1381. - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
  1382. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.outgoingFrame(AbstractWebSocketConnection.java:538)
  1383. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:458)
  1384. at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
  1385. at org.eclipse.jetty.websocket.common.io.IOState.onCloseRemote(IOState.java:300)
  1386. at org.eclipse.jetty.websocket.common.events.EventDriver.incomingFrame(EventDriver.java:106)
  1387. at org.eclipse.jetty.websocket.common.WebSocketSession.incomingFrame(WebSocketSession.java:312)
  1388. at org.eclipse.jetty.websocket.common.extensions.ExtensionStack.incomingFrame(ExtensionStack.java:203)
  1389. at org.eclipse.jetty.websocket.common.Parser.notifyFrame(Parser.java:200)
  1390. at org.eclipse.jetty.websocket.common.Parser.parse(Parser.java:237)
  1391. - locked <0x00000000c604a860> (a org.eclipse.jetty.websocket.common.Parser)
  1392. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.read(AbstractWebSocketConnection.java:567)
  1393. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onFillable(AbstractWebSocketConnection.java:475)
  1394. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
  1395. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1396. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1397. at java.lang.Thread.run(Thread.java:724)
  1398. "qtp1540870927-51-selector-3" prio=10 tid=0x00007f86f47a8000 nid=0x2392 waiting for monitor entry [0x00007f86e20a3000]
  1399. java.lang.Thread.State: BLOCKED (on object monitor)
  1400. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onClose(GtfsRealtimeServlet.java:150)
  1401. - waiting to lock <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
  1402. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1403. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1404. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1405. at java.lang.reflect.Method.invoke(Method.java:606)
  1406. at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
  1407. at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onClose(AnnotatedEventDriver.java:116)
  1408. at org.eclipse.jetty.websocket.common.WebSocketSession.notifyClose(WebSocketSession.java:341)
  1409. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$FlushCallback.failed(AbstractWebSocketConnection.java:100)
  1410. at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failAll(WriteBytesProvider.java:191)
  1411. - locked <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
  1412. at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failed(WriteBytesProvider.java:207)
  1413. at org.eclipse.jetty.io.WriteFlusher$PendingState.fail(WriteFlusher.java:259)
  1414. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:427)
  1415. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  1416. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  1417. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  1418. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1419. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1420. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1421. at java.lang.Thread.run(Thread.java:724)
  1422. "pool-2-thread-1" prio=10 tid=0x00007f86f4807800 nid=0x238b waiting on condition [0x00007f86e26aa000]
  1423. java.lang.Thread.State: WAITING (parking)
  1424. at sun.misc.Unsafe.park(Native Method)
  1425. - parking to wait for <0x00000000c5c84bf8> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1426. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  1427. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  1428. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
  1429. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  1430. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  1431. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  1432. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1433. at java.lang.Thread.run(Thread.java:724)
  1434. "WebSocketClient@474767460-scheduler" prio=10 tid=0x00007f8680008000 nid=0x2380 waiting on condition [0x00007f86e179b000]
  1435. java.lang.Thread.State: TIMED_WAITING (parking)
  1436. at sun.misc.Unsafe.park(Native Method)
  1437. - parking to wait for <0x00000000c5caf728> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1438. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1439. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1440. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
  1441. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  1442. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  1443. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  1444. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  1445. at java.lang.Thread.run(Thread.java:724)
  1446. "WebSocketClient@474767460-28" prio=10 tid=0x00007f86f4822000 nid=0x237f waiting on condition [0x00007f86e189c000]
  1447. java.lang.Thread.State: TIMED_WAITING (parking)
  1448. at sun.misc.Unsafe.park(Native Method)
  1449. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1450. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1451. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1452. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1453. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1454. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1455. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1456. at java.lang.Thread.run(Thread.java:724)
  1457. "WebSocketClient@474767460-27" prio=10 tid=0x00007f86f4820000 nid=0x237e waiting on condition [0x00007f86e199d000]
  1458. java.lang.Thread.State: TIMED_WAITING (parking)
  1459. at sun.misc.Unsafe.park(Native Method)
  1460. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1461. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1462. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1463. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1464. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1465. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1466. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1467. at java.lang.Thread.run(Thread.java:724)
  1468. "WebSocketClient@474767460-26" prio=10 tid=0x00007f86f481e000 nid=0x237d waiting on condition [0x00007f86e1a9e000]
  1469. java.lang.Thread.State: TIMED_WAITING (parking)
  1470. at sun.misc.Unsafe.park(Native Method)
  1471. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1472. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1473. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1474. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1475. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1476. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1477. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1478. at java.lang.Thread.run(Thread.java:724)
  1479. "WebSocketClient@474767460-25" prio=10 tid=0x00007f86f481c800 nid=0x237c waiting on condition [0x00007f86e1b9f000]
  1480. java.lang.Thread.State: TIMED_WAITING (parking)
  1481. at sun.misc.Unsafe.park(Native Method)
  1482. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1483. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1484. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1485. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1486. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1487. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1488. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1489. at java.lang.Thread.run(Thread.java:724)
  1490. "WebSocketClient@474767460-24" prio=10 tid=0x00007f86f481b000 nid=0x237b waiting on condition [0x00007f86e1ca0000]
  1491. java.lang.Thread.State: TIMED_WAITING (parking)
  1492. at sun.misc.Unsafe.park(Native Method)
  1493. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1494. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1495. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1496. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1497. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1498. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1499. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1500. at java.lang.Thread.run(Thread.java:724)
  1501. "WebSocketClient@474767460-23" prio=10 tid=0x00007f86f4819800 nid=0x237a waiting on condition [0x00007f86e1da1000]
  1502. java.lang.Thread.State: TIMED_WAITING (parking)
  1503. at sun.misc.Unsafe.park(Native Method)
  1504. - parking to wait for <0x00000000c5caee50> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)
  1505. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  1506. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  1507. at org.eclipse.jetty.util.BlockingArrayQueue.poll(BlockingArrayQueue.java:390)
  1508. at org.eclipse.jetty.util.thread.QueuedThreadPool.idleJobPoll(QueuedThreadPool.java:509)
  1509. at org.eclipse.jetty.util.thread.QueuedThreadPool.access$700(QueuedThreadPool.java:48)
  1510. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:563)
  1511. at java.lang.Thread.run(Thread.java:724)
  1512. "WebSocketClient@474767460-22-selector-0" prio=10 tid=0x00007f86f4818000 nid=0x2379 runnable [0x00007f86e1ea2000]
  1513. java.lang.Thread.State: RUNNABLE
  1514. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1515. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1516. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1517. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1518. - locked <0x00000000c5cb7040> (a sun.nio.ch.Util$2)
  1519. - locked <0x00000000c5cb7030> (a java.util.Collections$UnmodifiableSet)
  1520. - locked <0x00000000c5caf1a8> (a sun.nio.ch.EPollSelectorImpl)
  1521. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1522. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1523. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1524. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1525. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1526. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1527. at java.lang.Thread.run(Thread.java:724)
  1528. "WebSocketClient@474767460-21-selector-1" prio=10 tid=0x00007f86f4817000 nid=0x2378 runnable [0x00007f86e1fa3000]
  1529. java.lang.Thread.State: RUNNABLE
  1530. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  1531. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  1532. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  1533. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  1534. - locked <0x00000000c5cb5be0> (a sun.nio.ch.Util$2)
  1535. - locked <0x00000000c5cb5bd0> (a java.util.Collections$UnmodifiableSet)
  1536. - locked <0x00000000c5cb59a0> (a sun.nio.ch.EPollSelectorImpl)
  1537. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  1538. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:102)
  1539. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:444)
  1540. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1541. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1542. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1543. at java.lang.Thread.run(Thread.java:724)
  1544. "DateCache" daemon prio=10 tid=0x00007f86f478e000 nid=0x236f in Object.wait() [0x00007f86e28ac000]
  1545. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1546. at java.lang.Object.wait(Native Method)
  1547. - waiting on <0x00000000c5d11540> (a java.util.TaskQueue)
  1548. at java.util.TimerThread.mainLoop(Timer.java:552)
  1549. - locked <0x00000000c5d11540> (a java.util.TaskQueue)
  1550. at java.util.TimerThread.run(Timer.java:505)
  1551. "com.google.inject.internal.util.$Finalizer" daemon prio=10 tid=0x00007f86f467d000 nid=0x236e in Object.wait() [0x00007f86e8104000]
  1552. java.lang.Thread.State: WAITING (on object monitor)
  1553. at java.lang.Object.wait(Native Method)
  1554. - waiting on <0x00000000c5b5e018> (a java.lang.ref.ReferenceQueue$Lock)
  1555. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  1556. - locked <0x00000000c5b5e018> (a java.lang.ref.ReferenceQueue$Lock)
  1557. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  1558. at com.google.inject.internal.util.$Finalizer.run(Finalizer.java:114)
  1559. "Service Thread" daemon prio=10 tid=0x00007f86f41da000 nid=0x236c runnable [0x0000000000000000]
  1560. java.lang.Thread.State: RUNNABLE
  1561. "C2 CompilerThread1" daemon prio=10 tid=0x00007f86f41d8000 nid=0x236b waiting on condition [0x0000000000000000]
  1562. java.lang.Thread.State: RUNNABLE
  1563. "C2 CompilerThread0" daemon prio=10 tid=0x00007f86f41d5000 nid=0x236a waiting on condition [0x0000000000000000]
  1564. java.lang.Thread.State: RUNNABLE
  1565. "Signal Dispatcher" daemon prio=10 tid=0x00007f86f41d3000 nid=0x2369 waiting on condition [0x0000000000000000]
  1566. java.lang.Thread.State: RUNNABLE
  1567. "Finalizer" daemon prio=10 tid=0x00007f86f4179800 nid=0x2368 in Object.wait() [0x00007f86e89d3000]
  1568. java.lang.Thread.State: WAITING (on object monitor)
  1569. at java.lang.Object.wait(Native Method)
  1570. - waiting on <0x00000000c5b871c8> (a java.lang.ref.ReferenceQueue$Lock)
  1571. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  1572. - locked <0x00000000c5b871c8> (a java.lang.ref.ReferenceQueue$Lock)
  1573. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  1574. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
  1575. "Reference Handler" daemon prio=10 tid=0x00007f86f4177000 nid=0x2367 in Object.wait() [0x00007f86e8ad4000]
  1576. java.lang.Thread.State: WAITING (on object monitor)
  1577. at java.lang.Object.wait(Native Method)
  1578. - waiting on <0x00000000c5b86da8> (a java.lang.ref.Reference$Lock)
  1579. at java.lang.Object.wait(Object.java:503)
  1580. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  1581. - locked <0x00000000c5b86da8> (a java.lang.ref.Reference$Lock)
  1582. "main" prio=10 tid=0x00007f86f4009000 nid=0x2361 in Object.wait() [0x00007f86fb429000]
  1583. java.lang.Thread.State: TIMED_WAITING (on object monitor)
  1584. at java.lang.Object.wait(Native Method)
  1585. - waiting on <0x00000000c5d1be88> (a java.lang.Thread)
  1586. at java.lang.Thread.join(Thread.java:1268)
  1587. - locked <0x00000000c5d1be88> (a java.lang.Thread)
  1588. at org.eclipse.jetty.util.thread.QueuedThreadPool.doStop(QueuedThreadPool.java:137)
  1589. at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90)
  1590. - locked <0x00000000c5d1b288> (a java.lang.Object)
  1591. at org.eclipse.jetty.util.component.ContainerLifeCycle.stop(ContainerLifeCycle.java:119)
  1592. at org.eclipse.jetty.util.component.ContainerLifeCycle.doStop(ContainerLifeCycle.java:138)
  1593. at org.eclipse.jetty.server.handler.AbstractHandler.doStop(AbstractHandler.java:69)
  1594. at org.eclipse.jetty.server.Server.doStop(Server.java:409)
  1595. at org.eclipse.jetty.util.component.AbstractLifeCycle.stop(AbstractLifeCycle.java:90)
  1596. - locked <0x00000000c5d161e0> (a java.lang.Object)
  1597. at org.onebusaway.guice.jetty_exporter.JettyExporterServiceImpl.stop(JettyExporterServiceImpl.java:79)
  1598. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1599. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1600. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1601. at java.lang.reflect.Method.invoke(Method.java:606)
  1602. at org.onebusaway.guice.jsr250.JSR250Module$ObjectAndMethod.execute(JSR250Module.java:139)
  1603. at org.onebusaway.guice.jsr250.JSR250Module$LifecycleServiceImpl.stop(JSR250Module.java:220)
  1604. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest.after(DeadlockTest.java:67)
  1605. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1606. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1607. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1608. at java.lang.reflect.Method.invoke(Method.java:606)
  1609. at org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:44)
  1610. at org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:15)
  1611. at org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:41)
  1612. at org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:37)
  1613. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:76)
  1614. at org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:50)
  1615. at org.junit.runners.ParentRunner$3.run(ParentRunner.java:193)
  1616. at org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:52)
  1617. at org.junit.runners.ParentRunner.runChildren(ParentRunner.java:191)
  1618. at org.junit.runners.ParentRunner.access$000(ParentRunner.java:42)
  1619. at org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:184)
  1620. at org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:28)
  1621. at org.junit.runners.ParentRunner.run(ParentRunner.java:236)
  1622. at org.apache.maven.surefire.junit4.JUnit4Provider.execute(JUnit4Provider.java:236)
  1623. at org.apache.maven.surefire.junit4.JUnit4Provider.executeTestSet(JUnit4Provider.java:134)
  1624. at org.apache.maven.surefire.junit4.JUnit4Provider.invoke(JUnit4Provider.java:113)
  1625. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1626. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1627. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1628. at java.lang.reflect.Method.invoke(Method.java:606)
  1629. at org.apache.maven.surefire.util.ReflectionUtils.invokeMethodWithArray(ReflectionUtils.java:189)
  1630. at org.apache.maven.surefire.booter.ProviderFactory$ProviderProxy.invoke(ProviderFactory.java:165)
  1631. at org.apache.maven.surefire.booter.ProviderFactory.invokeProvider(ProviderFactory.java:85)
  1632. at org.apache.maven.surefire.booter.ForkedBooter.runSuitesInProcess(ForkedBooter.java:103)
  1633. at org.apache.maven.surefire.booter.ForkedBooter.main(ForkedBooter.java:74)
  1634. "VM Thread" prio=10 tid=0x00007f86f416e800 nid=0x2366 runnable
  1635. "GC task thread#0 (ParallelGC)" prio=10 tid=0x00007f86f4017000 nid=0x2362 runnable
  1636. "GC task thread#1 (ParallelGC)" prio=10 tid=0x00007f86f4019000 nid=0x2363 runnable
  1637. "GC task thread#2 (ParallelGC)" prio=10 tid=0x00007f86f401a800 nid=0x2364 runnable
  1638. "GC task thread#3 (ParallelGC)" prio=10 tid=0x00007f86f401c800 nid=0x2365 runnable
  1639. "VM Periodic Task Thread" prio=10 tid=0x00007f86f41e5000 nid=0x236d waiting on condition
  1640. JNI global references: 303
  1641. Found one Java-level deadlock:
  1642. =============================
  1643. "qtp1540870927-147":
  1644. waiting to lock monitor 0x00007f8688005df8 (object 0x00000000c5d3ab60, a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl),
  1645. which is held by "Thread-42"
  1646. "Thread-42":
  1647. waiting to lock monitor 0x00007f86a4002650 (object 0x00000000c6042f08, a org.eclipse.jetty.websocket.common.io.WriteBytesProvider),
  1648. which is held by "qtp1540870927-51-selector-3"
  1649. "qtp1540870927-51-selector-3":
  1650. waiting to lock monitor 0x00007f86b001f0d0 (object 0x00000000c6042fa8, a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket),
  1651. which is held by "Thread-42"
  1652. Java stack information for the threads listed above:
  1653. ===================================================
  1654. "qtp1540870927-147":
  1655. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.getFeed(GtfsRealtimeExporterImpl.java:115)
  1656. - waiting to lock <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
  1657. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.addIncrementalListener(GtfsRealtimeExporterImpl.java:137)
  1658. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onOpen(GtfsRealtimeServlet.java:142)
  1659. at sun.reflect.GeneratedMethodAccessor7.invoke(Unknown Source)
  1660. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1661. at java.lang.reflect.Method.invoke(Method.java:606)
  1662. at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
  1663. at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onConnect(AnnotatedEventDriver.java:125)
  1664. at org.eclipse.jetty.websocket.common.events.EventDriver.openSession(EventDriver.java:168)
  1665. at org.eclipse.jetty.websocket.common.WebSocketSession.open(WebSocketSession.java:382)
  1666. at org.eclipse.jetty.websocket.server.WebSocketServerFactory.sessionOpened(WebSocketServerFactory.java:351)
  1667. at org.eclipse.jetty.websocket.server.WebSocketServerConnection.onOpen(WebSocketServerConnection.java:74)
  1668. at org.eclipse.jetty.server.HttpConnection.completed(HttpConnection.java:376)
  1669. at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:335)
  1670. at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:229)
  1671. at org.eclipse.jetty.io.AbstractConnection$ReadCallback.run(AbstractConnection.java:358)
  1672. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1673. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1674. at java.lang.Thread.run(Thread.java:724)
  1675. "Thread-42":
  1676. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.disconnect(AbstractWebSocketConnection.java:254)
  1677. - waiting to lock <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
  1678. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.onConnectionStateChange(AbstractWebSocketConnection.java:453)
  1679. at org.eclipse.jetty.websocket.common.io.IOState.notifyStateListeners(IOState.java:145)
  1680. at org.eclipse.jetty.websocket.common.io.IOState.onCloseLocal(IOState.java:236)
  1681. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.enqueClose(AbstractWebSocketConnection.java:288)
  1682. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection.close(AbstractWebSocketConnection.java:229)
  1683. at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:119)
  1684. at org.eclipse.jetty.websocket.common.WebSocketSession.close(WebSocketSession.java:107)
  1685. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.sendMessage(GtfsRealtimeServlet.java:188)
  1686. - locked <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
  1687. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.handleFeed(GtfsRealtimeServlet.java:169)
  1688. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl.handleIncrementalUpdate(GtfsRealtimeExporterImpl.java:104)
  1689. - locked <0x00000000c5d3ab60> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImpl)
  1690. at org.onebusaway.gtfs_realtime.exporter.DeadlockTest$DataSource.run(DeadlockTest.java:158)
  1691. at java.lang.Thread.run(Thread.java:724)
  1692. "qtp1540870927-51-selector-3":
  1693. at org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket.onClose(GtfsRealtimeServlet.java:150)
  1694. - waiting to lock <0x00000000c6042fa8> (a org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeServlet$DataWebSocket)
  1695. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  1696. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
  1697. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  1698. at java.lang.reflect.Method.invoke(Method.java:606)
  1699. at org.eclipse.jetty.websocket.common.events.EventMethod.call(EventMethod.java:102)
  1700. at org.eclipse.jetty.websocket.common.events.AnnotatedEventDriver.onClose(AnnotatedEventDriver.java:116)
  1701. at org.eclipse.jetty.websocket.common.WebSocketSession.notifyClose(WebSocketSession.java:341)
  1702. at org.eclipse.jetty.websocket.common.io.AbstractWebSocketConnection$FlushCallback.failed(AbstractWebSocketConnection.java:100)
  1703. at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failAll(WriteBytesProvider.java:191)
  1704. - locked <0x00000000c6042f08> (a org.eclipse.jetty.websocket.common.io.WriteBytesProvider)
  1705. at org.eclipse.jetty.websocket.common.io.WriteBytesProvider.failed(WriteBytesProvider.java:207)
  1706. at org.eclipse.jetty.io.WriteFlusher$PendingState.fail(WriteFlusher.java:259)
  1707. at org.eclipse.jetty.io.WriteFlusher.completeWrite(WriteFlusher.java:427)
  1708. at org.eclipse.jetty.io.SelectChannelEndPoint.onSelected(SelectChannelEndPoint.java:111)
  1709. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.processKey(SelectorManager.java:498)
  1710. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.select(SelectorManager.java:455)
  1711. at org.eclipse.jetty.io.SelectorManager$ManagedSelector.run(SelectorManager.java:420)
  1712. at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:601)
  1713. at org.eclipse.jetty.util.thread.QueuedThreadPool$3.run(QueuedThreadPool.java:532)
  1714. at java.lang.Thread.run(Thread.java:724)
  1715. Found 1 deadlock.
  1716. Heap
  1717. PSYoungGen total 319936K, used 112008K [0x00000000ec760000, 0x0000000100000000, 0x0000000100000000)
  1718. eden space 319744K, 35% used [0x00000000ec760000,0x00000000f34aa048,0x00000000fffa0000)
  1719. from space 192K, 50% used [0x00000000fffd0000,0x00000000fffe8000,0x0000000100000000)
  1720. to space 192K, 0% used [0x00000000fffa0000,0x00000000fffa0000,0x00000000fffd0000)
  1721. ParOldGen total 40064K, used 10595K [0x00000000c5600000, 0x00000000c7d20000, 0x00000000ec760000)
  1722. object space 40064K, 26% used [0x00000000c5600000,0x00000000c6058ce0,0x00000000c7d20000)
  1723. PSPermGen total 21248K, used 16118K [0x00000000bb000000, 0x00000000bc4c0000, 0x00000000c5600000)
  1724. object space 21248K, 75% used [0x00000000bb000000,0x00000000bbfbd958,0x00000000bc4c0000)
  1725. 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]
  1726. 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]
  1727. 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]
  1728. Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 68.436 sec <<< FAILURE!
  1729. Running org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeExporterImplTest
  1730. Tests run: 2, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.001 sec
  1731. Running org.onebusaway.gtfs_realtime.exporter.GtfsRealtimeFileWriterTest
  1732. Tests run: 1, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.136 sec
  1733.  
  1734. Results :
  1735.  
  1736. Failed tests: testIncrementalFeed(org.onebusaway.gtfs_realtime.exporter.DeadlockTest)
  1737.  
  1738. Tests run: 6, Failures: 1, Errors: 0, Skipped: 0
  1739.  
  1740. [INFO] ------------------------------------------------------------------------
  1741. [INFO] BUILD FAILURE
  1742. [INFO] ------------------------------------------------------------------------
  1743. [INFO] Total time: 1:24.837s
  1744. [INFO] Finished at: Fri Sep 27 15:49:59 CEST 2013
  1745. [INFO] Final Memory: 9M/162M
  1746. [INFO] ------------------------------------------------------------------------
  1747. [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.
  1748. [ERROR]
  1749. [ERROR] Please refer to /home/thomas/Documents/Eclipse/onebusaway-gtfs-realtime-exporter/target/surefire-reports for the individual test results.
  1750. [ERROR] -> [Help 1]
  1751. [ERROR]
  1752. [ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
  1753. [ERROR] Re-run Maven using the -X switch to enable full debug logging.
  1754. [ERROR]
  1755. [ERROR] For more information about the errors and possible solutions, please read the following articles:
  1756. [ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoFailureException
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement