Advertisement
Guest User

Untitled

a guest
Aug 31st, 2013
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.05 KB | None | 0 0
  1. 2013-08-30 23:02:57 [INFO] [TickThreading] Activating mod TickThreading
  2. 2013-08-30 23:02:59 [INFO] [TickThreading] Started TT metrics reporting. This can be disabled in PluginMetrics.cfg
  3. 2013-08-30 23:03:02 [INFO] [TickThreading] Skipping version tick handler c com.pahimar.ee3.core.handlers.VersionCheckTickHandler com.pahimar.ee3.core.handlers.VersionCheckTickHandler@20986a04
  4. 2013-08-30 23:03:20 [SEVERE] [TickThreading] TickThreading v1.0.0.2104 for MC1.4.7 on 1.4.7 tickthreading,mcpc,spigot,craftbukkit,forge,fml - 1.7.0_25-b15 is installed on this server!
  5. If anything breaks, check if it is still broken without TickThreading
  6. We don't want to annoy mod devs with issue reports caused by TickThreading.
  7. Seriously, please don't.
  8. If it's only broken with TickThreading, report it at https://github.com/nallar/TickThreading/issues/new
  9.  
  10. Also, you really should be making regular backups. (You should be doing that even when not using TT.)
  11. 2013-08-30 23:03:42 [INFO] [TickThreading] Loaded 20/4758 persistent chunks in ftb/0
  12. 2013-08-30 23:06:49 [SEVERE] [TickThreading] Exception ticking TileEntity c thermalexpansion.transport.tileentity.TileConduitLiquid @16674435 in ftb/0 at x, y, z: -350, 75, 32
  13. java.lang.NullPointerException
  14. at thermalexpansion.transport.tileentity.TileConduitLiquid.extractLiquid(TileConduitLiquid.java:601)
  15. at thermalexpansion.transport.GridLiquid.transferLiquid(GridLiquid.java:238)
  16. at thermalexpansion.transport.tileentity.TileConduitLiquid.g(TileConduitLiquid.java:389)
  17. at nallar.tickthreading.minecraft.tickregion.TileEntityTickRegion.doTick(TileEntityTickRegion.java:90)
  18. at nallar.tickthreading.minecraft.tickregion.TickRegion.run(TickRegion.java:35)
  19. at nallar.tickthreading.minecraft.ThreadManager$2.run(ThreadManager.java:101)
  20. at nallar.tickthreading.minecraft.ThreadManager$1.run(ThreadManager.java:43)
  21. at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  22. 2013-08-30 23:07:24 [SEVERE] [TickThreading] Exception ticking TileEntity c thermalexpansion.transport.tileentity.TileConduitLiquid @16674435 in ftb/0 at x, y, z: -350, 75, 32
  23. java.lang.NullPointerException
  24. at thermalexpansion.transport.tileentity.TileConduitLiquid.extractLiquid(TileConduitLiquid.java:601)
  25. at thermalexpansion.transport.GridLiquid.transferLiquid(GridLiquid.java:238)
  26. at thermalexpansion.transport.tileentity.TileConduitLiquid.g(TileConduitLiquid.java:389)
  27. at nallar.tickthreading.minecraft.tickregion.TileEntityTickRegion.doTick(TileEntityTickRegion.java:90)
  28. at nallar.tickthreading.minecraft.tickregion.TickRegion.run(TickRegion.java:35)
  29. at nallar.tickthreading.minecraft.ThreadManager$2.run(ThreadManager.java:101)
  30. at nallar.tickthreading.minecraft.ThreadManager$1.run(ThreadManager.java:43)
  31. at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  32. 2013-08-30 23:17:58 [SEVERE] [TickThreading] Exception ticking TileEntity c thermalexpansion.transport.tileentity.TileConduitLiquid @1889369364 in ftb/0 at x, y, z: -346, 75, 30
  33. java.lang.NullPointerException
  34. at thermalexpansion.transport.tileentity.TileConduitLiquid.extractLiquid(TileConduitLiquid.java:601)
  35. at thermalexpansion.transport.GridLiquid.transferLiquid(GridLiquid.java:238)
  36. at thermalexpansion.transport.tileentity.TileConduitLiquid.g(TileConduitLiquid.java:389)
  37. at nallar.tickthreading.minecraft.tickregion.TileEntityTickRegion.doTick(TileEntityTickRegion.java:90)
  38. at nallar.tickthreading.minecraft.tickregion.TickRegion.run(TickRegion.java:35)
  39. at nallar.tickthreading.minecraft.ThreadManager$2.run(ThreadManager.java:101)
  40. at nallar.tickthreading.minecraft.ThreadManager$1.run(ThreadManager.java:43)
  41. at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  42. 2013-08-31 01:05:18 [SEVERE] [TickThreading] Found and fixed 2 discrepancies in tile/entity lists in ftb/0
  43. tiles - invalid: 0, missing: 0, duplicate: 0, unloaded: 0
  44. entities - missing: 2, duplicate: 0, unloaded: 0
  45. Took 7ms
  46. 2013-08-31 01:29:37 [INFO] [TickThreading] Trying to unstick Entities in ftb/0 -
  47. Found 0 threads, Killed 1 threads, Already stopped 8 threads.
  48. 2013-08-31 01:29:37 [SEVERE] [TickThreading] Trying to unstick World Tick -
  49. Found 0 threads, Killed 0 threads, Already stopped 8 threads.
  50. 2013-08-31 01:29:37 [SEVERE] [TickThreading] The server appears to have deadlocked.
  51. Last tick 39s ago.
  52. Waiting ThreadManagers: Entities in ftb/0, World Tick
  53.  
  54. "Async ChunkLoader" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@723ed450
  55. at sun.misc.Unsafe.park(Native Method)
  56. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@723ed450
  57. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  58. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  59. at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  60. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  61. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  62. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  63. at nallar.tickthreading.util.FakeServerThread.run(FakeServerThread.java:16)
  64.  
  65.  
  66. "Connection #10 read thread" RUNNABLE
  67. at ic2.api.ElectricItem.discharge(ElectricItem.java:49)
  68. at gravisuite.GraviChestPlateServerProxy.onTickServer(GraviChestPlateServerProxy.java:116)
  69. at gravisuite.ServerTickHandler.tickStart(ServerTickHandler.java:64)
  70. at cpw.mods.fml.common.SingleIntervalHandler.tickStart(SingleIntervalHandler.java:16)
  71. at nallar.tickthreading.util.WrappedScheduledTickHandler.tickStart(WrappedScheduledTickHandler.java:23)
  72. at cpw.mods.fml.common.FMLCommonHandler.tickStart(FMLCommonHandler.java:57)
  73. at cpw.mods.fml.common.FMLCommonHandler.onPlayerPreTick(FMLCommonHandler.java:384)
  74. at qx.j_(EntityPlayer.java:293)
  75. at iq.g(EntityPlayerMP.java:359)
  76. at iv.a(NetServerHandler.java:499)
  77. at eb.a(Packet10Flying.java:82)
  78. - locked iv@7ae50ac8
  79. at cg.i(TcpConnection.java:348)
  80. at cg.readNetworkPacket(TcpConnection.java:72)
  81. at ch.run(ReplaceTcpReaderThread.java:22)
  82.  
  83.  
  84. "Connection #10 write thread", "Connection #36 write thread", "Connection #37 write thread" TIMED_WAITING
  85. at java.lang.Thread.sleep(Native Method)
  86. at ci.run(TcpWriterThread.java:49)
  87.  
  88.  
  89. "Connection #36 read thread" RUNNABLE
  90. at java.net.SocketInputStream.socketRead0(Native Method)
  91. at java.net.SocketInputStream.read(SocketInputStream.java:150)
  92. at java.net.SocketInputStream.read(SocketInputStream.java:121)
  93. at java.io.FilterInputStream.read(FilterInputStream.java:133)
  94. at org.bouncycastle.crypto.io.CipherInputStream.nextChunk(Unknown Source)
  95. at org.bouncycastle.crypto.io.CipherInputStream.read(Unknown Source)
  96. at java.io.FilterInputStream.read(FilterInputStream.java:83)
  97. at ef.a(Packet.java:151)
  98. at cg.i(TcpConnection.java:325)
  99. at cg.readNetworkPacket(TcpConnection.java:72)
  100. at ch.run(ReplaceTcpReaderThread.java:22)
  101.  
  102.  
  103. "Connection #37 read thread" RUNNABLE (in native)
  104. at java.net.SocketInputStream.socketRead0(Native Method)
  105. at java.net.SocketInputStream.read(SocketInputStream.java:150)
  106. at java.net.SocketInputStream.read(SocketInputStream.java:121)
  107. at java.net.SocketInputStream.read(SocketInputStream.java:203)
  108. at java.io.FilterInputStream.read(FilterInputStream.java:83)
  109. at ef.a(Packet.java:151)
  110. at cg.i(TcpConnection.java:325)
  111. at cg.readNetworkPacket(TcpConnection.java:72)
  112. at ch.run(ReplaceTcpReaderThread.java:22)
  113.  
  114.  
  115. "Connection #8 read thread" TIMED_WAITING
  116. at java.lang.Thread.sleep(Native Method)
  117. at ch.run(ReplaceTcpReaderThread.java:24)
  118.  
  119. ---- a few thousand lines of stuff related to lua
  120.  
  121. "Deadlock Detector" RUNNABLE
  122. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  123. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
  124. at nallar.tickthreading.minecraft.DeadLockDetector.checkForDeadlocks(DeadLockDetector.java:188)
  125. at nallar.tickthreading.minecraft.DeadLockDetector$1.run(DeadLockDetector.java:47)
  126. at java.lang.Thread.run(Thread.java:724)
  127.  
  128.  
  129. "DestroyJavaVM", "Signal Dispatcher" RUNNABLE
  130.  
  131.  
  132. "Dynmap Render Thread" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dab012d
  133. at sun.misc.Unsafe.park(Native Method)
  134. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7dab012d
  135. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  136. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  137. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
  138. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  139. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  140. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  141. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  142. at java.lang.Thread.run(Thread.java:724)
  143.  
  144.  
  145. "File IO Thread" TIMED_WAITING
  146. at java.lang.Thread.sleep(Native Method)
  147. at aiw.b(ThreadedFileIOBase.java:61)
  148. at aiw.run(ThreadedFileIOBase.java:27)
  149. at java.lang.Thread.run(Thread.java:724)
  150.  
  151.  
  152. "Finalizer" WAITING on java.lang.ref.ReferenceQueue$Lock@55373361
  153. at java.lang.Object.wait(Native Method)
  154. - waiting on java.lang.ref.ReferenceQueue$Lock@55373361
  155. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  156. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  157. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
  158.  
  159.  
  160. "HashSessionScavenger-0" TIMED_WAITING on java.util.TaskQueue@602ef3ac
  161. at java.lang.Object.wait(Native Method)
  162. - waiting on java.util.TaskQueue@602ef3ac
  163. at java.util.TimerThread.mainLoop(Timer.java:552)
  164. at java.util.TimerThread.run(Timer.java:505)
  165.  
  166.  
  167. "Immibis Core background task" TIMED_WAITING on java.util.TaskQueue@20a0a262
  168. at java.lang.Object.wait(Native Method)
  169. - waiting on java.util.TaskQueue@20a0a262
  170. at java.util.TimerThread.mainLoop(Timer.java:552)
  171. at java.util.TimerThread.run(Timer.java:505)
  172.  
  173.  
  174. "Java2D Disposer" WAITING on java.lang.ref.ReferenceQueue$Lock@779c22b9
  175. at java.lang.Object.wait(Native Method)
  176. - waiting on java.lang.ref.ReferenceQueue$Lock@779c22b9
  177. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  178. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  179. at sun.java2d.Disposer.run(Disposer.java:145)
  180. at java.lang.Thread.run(Thread.java:724)
  181.  
  182.  
  183. "Keep-Alive-SocketCleaner" WAITING on sun.net.www.http.KeepAliveStreamCleaner@6f31fea9
  184. at java.lang.Object.wait(Native Method)
  185. - waiting on sun.net.www.http.KeepAliveStreamCleaner@6f31fea9
  186. at sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
  187. at java.lang.Thread.run(Thread.java:724)
  188.  
  189.  
  190. "Listen thread" RUNNABLE (in native)
  191. at java.net.PlainSocketImpl.socketAccept(Native Method)
  192. at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
  193. at java.net.ServerSocket.implAccept(ServerSocket.java:530)
  194. at java.net.ServerSocket.accept(ServerSocket.java:498)
  195. at hu.run(ServerListenThread.java:83)
  196.  
  197.  
  198. "PermissionsEx-Cleaner" WAITING on java.util.TaskQueue@7e6d44b3
  199. at java.lang.Object.wait(Native Method)
  200. - waiting on java.util.TaskQueue@7e6d44b3
  201. at java.lang.Object.wait(Object.java:503)
  202. at java.util.TimerThread.mainLoop(Timer.java:526)
  203. at java.util.TimerThread.run(Timer.java:505)
  204.  
  205.  
  206. "Reference Handler" WAITING on java.lang.ref.Reference$Lock@1b0e50fc
  207. at java.lang.Object.wait(Native Method)
  208. - waiting on java.lang.ref.Reference$Lock@1b0e50fc
  209. at java.lang.Object.wait(Object.java:503)
  210. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  211.  
  212.  
  213. "Server thread" TIMED_WAITING on java.lang.Object@1f8c893
  214. at java.lang.Object.wait(Native Method)
  215. - waiting on java.lang.Object@1f8c893
  216. at nallar.tickthreading.minecraft.ThreadManager.waitForCompletion(ThreadManager.java:85)
  217. at net.minecraft.server.MinecraftServer.r(MinecraftServer.java:425)
  218. at ho.r(DedicatedServer.java:309)
  219. at net.minecraft.server.MinecraftServer.q(MinecraftServer.java:306)
  220. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:199)
  221. at fy.run(ThreadMinecraftServer.java:16)
  222.  
  223.  
  224. "Snooper Timer" TIMED_WAITING on java.util.TaskQueue@74382be7
  225. at java.lang.Object.wait(Native Method)
  226. - waiting on java.util.TaskQueue@74382be7
  227. at java.util.TimerThread.mainLoop(Timer.java:552)
  228. at java.util.TimerThread.run(Timer.java:505)
  229.  
  230.  
  231. "Spigot Metrics Gathering Thread" TIMED_WAITING
  232. at java.lang.Thread.sleep(Native Method)
  233. at org.bukkit.craftbukkit.v1_4_R1.util.TimedThread.run(TimedThread.java:29)
  234.  
  235.  
  236. "Thread-11" TIMED_WAITING
  237. at java.lang.Thread.sleep(Native Method)
  238. at appeng.common.VersionChecker.run(VersionChecker.java:51)
  239. at java.lang.Thread.run(Thread.java:724)
  240.  
  241.  
  242. "Thread-22" TIMED_WAITING on java.lang.Object@67d95c2a
  243. at java.lang.Object.wait(Native Method)
  244. - waiting on java.lang.Object@67d95c2a
  245. at org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:120)
  246. at org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9)
  247. at org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83)
  248. at java.lang.Thread.run(Thread.java:724)
  249.  
  250.  
  251. "Thread-33" RUNNABLE (in native)
  252. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  253. - locked java.net.PlainDatagramSocketImpl@17d1c1ff
  254. at java.net.DatagramSocket.receive(DatagramSocket.java:726)
  255. - locked java.net.DatagramPacket@10b77cf7
  256. - locked java.net.DatagramSocket@32aeeb89
  257. at jb.run(RConThreadQuery.java:317)
  258. at java.lang.Thread.run(Thread.java:724)
  259.  
  260.  
  261. "Thread-6" RUNNABLE (in native)
  262. at java.io.FileInputStream.readBytes(Native Method)
  263. at java.io.FileInputStream.read(FileInputStream.java:242)
  264. at java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
  265. at java.io.BufferedInputStream.read(BufferedInputStream.java:254)
  266. - locked java.io.BufferedInputStream@1204e0aa
  267. at java.io.FilterInputStream.read(FilterInputStream.java:83)
  268. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
  269. at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  270. - locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@7e39c223
  271. at org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  272. - locked org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1@7e39c223
  273. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
  274. at org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1167)
  275. at hq.run(DedicatedServerCommandThread.java:37)
  276.  
  277.  
  278. "[Pool-Cleaner]:Tomcat Connection Pool[2-599755795]" TIMED_WAITING
  279. at java.lang.Thread.sleep(Native Method)
  280. at org.apache.tomcat.jdbc.pool.ConnectionPool$PoolCleaner.run(ConnectionPool.java:1162)
  281.  
  282.  
  283. "pool-1-thread-1" WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@296ac726
  284. at sun.misc.Unsafe.park(Native Method)
  285. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@296ac726
  286. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  287. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  288. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1079)
  289. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  290. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  291. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  292. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  293. at java.lang.Thread.run(Thread.java:724)
  294.  
  295.  
  296. "pool-2-thread-56" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@6b4aa78f
  297. at sun.misc.Unsafe.park(Native Method)
  298. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@6b4aa78f
  299. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  300. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  301. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
  302. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
  303. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  304. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  305. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  306. at java.lang.Thread.run(Thread.java:724)
  307.  
  308.  
  309. "pool-4-thread-1 Selector0" RUNNABLE
  310. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  311. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:228)
  312. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:81)
  313. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  314. - locked sun.nio.ch.Util$2@4e629200
  315. - locked java.util.Collections$UnmodifiableSet@362ef524
  316. - locked sun.nio.ch.EPollSelectorImpl@58f77cfd
  317. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  318. at org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
  319. at org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
  320. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  321. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  322. at java.lang.Thread.run(Thread.java:724)
  323.  
  324. Number of locked synchronizers = 1
  325. - java.util.concurrent.ThreadPoolExecutor$Worker@43e08bbb
  326.  
  327.  
  328. "pool-4-thread-2 Acceptor0 SelectChannelConnector@0.0.0.0:8123" RUNNABLE (in native)
  329. at sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
  330. at sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
  331. - locked java.lang.Object@4eab927e
  332. at org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
  333. at org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
  334. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  335. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  336. at java.lang.Thread.run(Thread.java:724)
  337.  
  338. Number of locked synchronizers = 1
  339. - java.util.concurrent.ThreadPoolExecutor$Worker@3223e2a9
  340.  
  341.  
  342. "pool-4-thread-3" TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6c555619
  343. at sun.misc.Unsafe.park(Native Method)
  344. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6c555619
  345. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  346. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  347. at java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  348. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  349. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  350. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  351. at java.lang.Thread.run(Thread.java:724)
  352.  
  353.  
  354. "process reaper" TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@40fa3764
  355. at sun.misc.Unsafe.park(Native Method)
  356. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@40fa3764
  357. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  358. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  359. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
  360. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
  361. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  362. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  363. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  364. at java.lang.Thread.run(Thread.java:724)
  365.  
  366.  
  367. Attempting to recover without restarting.
  368. 2013-08-31 01:31:55 [SEVERE] [TickThreading] Failed to recover from the deadlock.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement