Advertisement
Kodos

Untitled

Jan 21st, 2019
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.67 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.144.jar)
  5. IELoadingPlugin (ImmersiveEngineering-core-0.12-87.jar)
  6. TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
  7. ForgelinPlugin (Forgelin-1.8.2.jar)
  8. Contact their authors BEFORE contacting forge
  9.  
  10. // I bet Cylons wouldn't have this problem.
  11.  
  12. Time: 1/14/19 7:39 PM
  13. Description: Watching Server
  14.  
  15. java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05)
  16. at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
  17. at java.util.AbstractSet.equals(AbstractSet.java:95)
  18. at java.util.Objects.equals(Objects.java:59)
  19. at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:459)
  20. at java.util.AbstractList.equals(AbstractList.java:523)
  21. at java.util.Objects.equals(Objects.java:59)
  22. at net.minecraft.nbt.NBTTagList.equals(NBTTagList.java:271)
  23. at java.util.Objects.equals(Objects.java:59)
  24. at java.util.HashMap$Node.equals(HashMap.java:312)
  25. at java.util.HashMap$EntrySet.contains(HashMap.java:1022)
  26. at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
  27. at java.util.AbstractSet.equals(AbstractSet.java:95)
  28. at java.util.Objects.equals(Objects.java:59)
  29. at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:459)
  30. at net.minecraft.item.ItemStack.func_77959_d(ItemStack.java:462)
  31. at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:438)
  32. at net.minecraft.inventory.Container.func_75142_b(Container.java:82)
  33. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:324)
  34. at net.minecraft.world.World.func_72866_a(World.java:1993)
  35. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  36. at net.minecraft.world.World.func_72870_g(World.java:1955)
  37. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
  38. at net.minecraft.world.World.func_72939_s(World.java:1734)
  39. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  40. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  41. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  42. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  43. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:526)
  44. at java.lang.Thread.run(Thread.java:748)
  45.  
  46.  
  47. A detailed walkthrough of the error, its code path and all known details is as follows:
  48. ---------------------------------------------------------------------------------------
  49.  
  50. -- Head --
  51. Thread: Server Watchdog
  52. Stacktrace:
  53. at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
  54. at java.util.AbstractSet.equals(AbstractSet.java:95)
  55. at java.util.Objects.equals(Objects.java:59)
  56. at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:459)
  57. at java.util.AbstractList.equals(AbstractList.java:523)
  58. at java.util.Objects.equals(Objects.java:59)
  59. at net.minecraft.nbt.NBTTagList.equals(NBTTagList.java:271)
  60. at java.util.Objects.equals(Objects.java:59)
  61. at java.util.HashMap$Node.equals(HashMap.java:312)
  62. at java.util.HashMap$EntrySet.contains(HashMap.java:1022)
  63. at java.util.AbstractCollection.containsAll(AbstractCollection.java:318)
  64. at java.util.AbstractSet.equals(AbstractSet.java:95)
  65. at java.util.Objects.equals(Objects.java:59)
  66. at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:459)
  67. at net.minecraft.item.ItemStack.func_77959_d(ItemStack.java:462)
  68. at net.minecraft.item.ItemStack.func_77989_b(ItemStack.java:438)
  69. at net.minecraft.inventory.Container.func_75142_b(Container.java:82)
  70. at net.minecraft.entity.player.EntityPlayerMP.func_70071_h_(EntityPlayerMP.java:324)
  71. at net.minecraft.world.World.func_72866_a(World.java:1993)
  72. at net.minecraft.world.WorldServer.func_72866_a(WorldServer.java:832)
  73. at net.minecraft.world.World.func_72870_g(World.java:1955)
  74. at net.minecraft.world.WorldServer.func_184147_l(WorldServer.java:642)
  75. at net.minecraft.world.World.func_72939_s(World.java:1734)
  76. at net.minecraft.world.WorldServer.func_72939_s(WorldServer.java:613)
  77. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:767)
  78. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:397)
  79. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:668)
  80.  
  81. -- Thread Dump --
  82. Details:
  83. Threads: "ic2-poolthread-4" Id=1019 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  84. at java.lang.Object.wait(Native Method)
  85. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  86. at java.lang.Object.wait(Object.java:502)
  87. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  88. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  89. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  90. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  91. at java.lang.Thread.run(Thread.java:748)
  92.  
  93.  
  94. "AE Compass Service" Id=188 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3c3efcb9
  95. at sun.misc.Unsafe.park(Native Method)
  96. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3c3efcb9
  97. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  98. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  99. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  100. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  101. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  102. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  103. at java.lang.Thread.run(Thread.java:748)
  104.  
  105.  
  106. "ForkJoinPool-1-worker-3" Id=88 WAITING on scala.concurrent.forkjoin.ForkJoinPool@38016fe6
  107. at sun.misc.Unsafe.park(Native Method)
  108. - waiting on scala.concurrent.forkjoin.ForkJoinPool@38016fe6
  109. at scala.concurrent.forkjoin.ForkJoinPool.scan(ForkJoinPool.java:2075)
  110. at scala.concurrent.forkjoin.ForkJoinPool.runWorker(ForkJoinPool.java:1979)
  111. at scala.concurrent.forkjoin.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:107)
  112.  
  113.  
  114. "Chunk I/O Executor Thread-1" Id=86 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d03f682
  115. at sun.misc.Unsafe.park(Native Method)
  116. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7d03f682
  117. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  118. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  119. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  120. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  121. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  122. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  123. at java.lang.Thread.run(Thread.java:748)
  124.  
  125.  
  126. "ic2-poolthread-3" Id=78 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  127. at java.lang.Object.wait(Native Method)
  128. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  129. at java.lang.Object.wait(Object.java:502)
  130. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  131. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  132. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  133. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  134. at java.lang.Thread.run(Thread.java:748)
  135.  
  136.  
  137. "ic2-poolthread-2" Id=77 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  138. at java.lang.Object.wait(Native Method)
  139. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  140. at java.lang.Object.wait(Object.java:502)
  141. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  142. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  143. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  144. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  145. at java.lang.Thread.run(Thread.java:748)
  146.  
  147.  
  148. "OpenComputers-SaveHandler-1" Id=74 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7248000
  149. at sun.misc.Unsafe.park(Native Method)
  150. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@7248000
  151. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  152. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  153. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  154. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  155. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  156. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  157. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  158. ...
  159.  
  160.  
  161. "Java2D Disposer" Id=72 WAITING on java.lang.ref.ReferenceQueue$Lock@4cb46f69
  162. at java.lang.Object.wait(Native Method)
  163. - waiting on java.lang.ref.ReferenceQueue$Lock@4cb46f69
  164. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  165. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  166. at sun.java2d.Disposer.run(Disposer.java:148)
  167. at java.lang.Thread.run(Thread.java:748)
  168.  
  169.  
  170. "Thread-27" Id=71 RUNNABLE (in native)
  171. at java.net.PlainSocketImpl.socketAccept(Native Method)
  172. at java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
  173. at java.net.ServerSocket.implAccept(ServerSocket.java:545)
  174. at java.net.ServerSocket.accept(ServerSocket.java:513)
  175. at com.forgeessentials.remote.Server.run(Server.java:94)
  176. at java.lang.Thread.run(Thread.java:748)
  177.  
  178.  
  179. "Server Watchdog" Id=70 RUNNABLE
  180. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  181. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  182. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:45)
  183. at java.lang.Thread.run(Thread.java:748)
  184.  
  185.  
  186. "File IO Thread" Id=65 RUNNABLE
  187. at java.util.zip.Deflater.deflateBytes(Native Method)
  188. at java.util.zip.Deflater.deflate(Deflater.java:444)
  189. - locked java.util.zip.ZStreamRef@7f794746
  190. at java.util.zip.Deflater.deflate(Deflater.java:366)
  191. at java.util.zip.DeflaterOutputStream.deflate(DeflaterOutputStream.java:251)
  192. at java.util.zip.DeflaterOutputStream.write(DeflaterOutputStream.java:211)
  193. at java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
  194. at java.io.BufferedOutputStream.write(BufferedOutputStream.java:126)
  195. - locked java.io.BufferedOutputStream@1d2c09cd
  196. at java.io.DataOutputStream.write(DataOutputStream.java:107)
  197. - locked java.io.DataOutputStream@3e2baee8
  198. ...
  199.  
  200.  
  201. "Netty Epoll Server IO #7" Id=61 RUNNABLE
  202. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  203. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  204. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  205. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  206. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  207. at java.lang.Thread.run(Thread.java:748)
  208.  
  209.  
  210. "Netty Epoll Server IO #6" Id=60 RUNNABLE
  211. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  212. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  213. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  214. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  215. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  216. at java.lang.Thread.run(Thread.java:748)
  217.  
  218.  
  219. "Netty Epoll Server IO #5" Id=59 RUNNABLE
  220. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  221. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  222. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  223. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  224. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  225. at java.lang.Thread.run(Thread.java:748)
  226.  
  227.  
  228. "Netty Epoll Server IO #4" Id=58 RUNNABLE
  229. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  230. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  231. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  232. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  233. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  234. at java.lang.Thread.run(Thread.java:748)
  235.  
  236.  
  237. "pool-5-thread-1" Id=57 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@510b4163
  238. at sun.misc.Unsafe.park(Native Method)
  239. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@510b4163
  240. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  241. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  242. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  243. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  244. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  245. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  246. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  247. ...
  248.  
  249.  
  250. "H2 Log Writer PLAYERLOGGER" Id=55 TIMED_WAITING on org.h2.store.WriterThread@647d6f73
  251. at java.lang.Object.wait(Native Method)
  252. - waiting on org.h2.store.WriterThread@647d6f73
  253. at org.h2.store.WriterThread.run(WriterThread.java:103)
  254. at java.lang.Thread.run(Thread.java:748)
  255.  
  256.  
  257. "Netty Epoll Server IO #3" Id=54 RUNNABLE
  258. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  259. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  260. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  261. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  262. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  263. at java.lang.Thread.run(Thread.java:748)
  264.  
  265.  
  266. "H2 File Lock Watchdog /home/admiral/Collective/ForgeEssentials/playerlogger.lock.db" Id=53 TIMED_WAITING
  267. at java.lang.Thread.sleep(Native Method)
  268. at org.h2.store.FileLock.run(FileLock.java:506)
  269. at java.lang.Thread.run(Thread.java:748)
  270.  
  271.  
  272. "Abandoned connection cleanup thread" Id=51 WAITING on java.lang.ref.ReferenceQueue$Lock@19627050
  273. at java.lang.Object.wait(Native Method)
  274. - waiting on java.lang.ref.ReferenceQueue$Lock@19627050
  275. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  276. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  277. at com.mysql.jdbc.NonRegisteringDriver$1.run(NonRegisteringDriver.java:93)
  278.  
  279.  
  280. "threadDeathWatcher-2-1" Id=50 TIMED_WAITING
  281. at java.lang.Thread.sleep(Native Method)
  282. at io.netty.util.ThreadDeathWatcher$Watcher.run(ThreadDeathWatcher.java:152)
  283. at io.netty.util.concurrent.DefaultThreadFactory$DefaultRunnableDecorator.run(DefaultThreadFactory.java:144)
  284. at java.lang.Thread.run(Thread.java:748)
  285.  
  286.  
  287. "Netty Epoll Server IO #2" Id=49 RUNNABLE
  288. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  289. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  290. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  291. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  292. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  293. at java.lang.Thread.run(Thread.java:748)
  294.  
  295.  
  296. "Netty Epoll Server IO #1" Id=48 RUNNABLE
  297. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  298. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  299. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  300. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  301. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  302. at java.lang.Thread.run(Thread.java:748)
  303.  
  304.  
  305. "Timer-3" Id=47 TIMED_WAITING on java.util.TaskQueue@7a5dd17a
  306. at java.lang.Object.wait(Native Method)
  307. - waiting on java.util.TaskQueue@7a5dd17a
  308. at java.util.TimerThread.mainLoop(Timer.java:552)
  309. at java.util.TimerThread.run(Timer.java:505)
  310.  
  311.  
  312. "PR RoutingThread #3" Id=46 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  313. at sun.misc.Unsafe.park(Native Method)
  314. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  315. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  316. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  317. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  318. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  319.  
  320.  
  321. "PR RoutingThread #2" Id=45 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  322. at sun.misc.Unsafe.park(Native Method)
  323. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  324. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  325. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  326. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  327. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  328.  
  329.  
  330. "PR RoutingThread #1" Id=44 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  331. at sun.misc.Unsafe.park(Native Method)
  332. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  333. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  334. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  335. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  336. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  337.  
  338.  
  339. "PR RoutingThread #0" Id=43 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  340. at sun.misc.Unsafe.park(Native Method)
  341. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@71d6970b
  342. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  343. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  344. at java.util.concurrent.PriorityBlockingQueue.take(PriorityBlockingQueue.java:550)
  345. at mrtjp.projectred.transportation.TableUpdateThread.run(router.scala:455)
  346.  
  347.  
  348. "ic2-poolthread-1" Id=42 WAITING on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  349. at java.lang.Object.wait(Native Method)
  350. - waiting on ic2.core.util.PriorityExecutor$FixedPriorityQueue@32f90496
  351. at java.lang.Object.wait(Object.java:502)
  352. at ic2.core.util.PriorityExecutor$FixedPriorityQueue.take(PriorityExecutor.java:143)
  353. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  354. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  355. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  356. at java.lang.Thread.run(Thread.java:748)
  357.  
  358.  
  359. "Timer-2" Id=37 WAITING on java.util.TaskQueue@7edf68b5
  360. at java.lang.Object.wait(Native Method)
  361. - waiting on java.util.TaskQueue@7edf68b5
  362. at java.lang.Object.wait(Object.java:502)
  363. at java.util.TimerThread.mainLoop(Timer.java:526)
  364. at java.util.TimerThread.run(Timer.java:505)
  365.  
  366.  
  367. "Netty Epoll Server IO #0" Id=36 RUNNABLE
  368. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  369. at io.netty.channel.epoll.Native.epollWait(Native.java:117)
  370. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:223)
  371. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:247)
  372. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:858)
  373. at java.lang.Thread.run(Thread.java:748)
  374.  
  375.  
  376. "Timer-1" Id=32 TIMED_WAITING on java.util.TaskQueue@74b577ce
  377. at java.lang.Object.wait(Native Method)
  378. - waiting on java.util.TaskQueue@74b577ce
  379. at java.util.TimerThread.mainLoop(Timer.java:552)
  380. at java.util.TimerThread.run(Timer.java:505)
  381.  
  382.  
  383. "Timer-0" Id=26 TIMED_WAITING on java.util.TaskQueue@6077be23
  384. at java.lang.Object.wait(Native Method)
  385. - waiting on java.util.TaskQueue@6077be23
  386. at java.util.TimerThread.mainLoop(Timer.java:552)
  387. at java.util.TimerThread.run(Timer.java:505)
  388.  
  389.  
  390. "JLine terminal non blocking reader thread" Id=22 RUNNABLE (in native)
  391. at java.io.FileInputStream.readBytes(Native Method)
  392. at java.io.FileInputStream.read(FileInputStream.java:255)
  393. at org.jline.utils.InputStreamReader.read(InputStreamReader.java:270)
  394. - locked java.io.FileInputStream@25dc03e9
  395. at org.jline.utils.InputStreamReader.read(InputStreamReader.java:200)
  396. - locked java.io.FileInputStream@25dc03e9
  397. at org.jline.utils.NonBlockingReader.run(NonBlockingReader.java:276)
  398. at java.lang.Thread.run(Thread.java:748)
  399.  
  400.  
  401. "Server console handler" Id=21 TIMED_WAITING on org.jline.utils.NonBlockingReader@20c35d27
  402. at java.lang.Object.wait(Native Method)
  403. - waiting on org.jline.utils.NonBlockingReader@20c35d27
  404. at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:174)
  405. at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:113)
  406. at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:132)
  407. at org.jline.keymap.BindingReader.readBinding(BindingReader.java:109)
  408. at org.jline.keymap.BindingReader.readBinding(BindingReader.java:60)
  409. at org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:724)
  410. at org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:526)
  411. ...
  412.  
  413.  
  414. "DestroyJavaVM" Id=20 RUNNABLE
  415.  
  416.  
  417. "Server thread" Id=18 RUNNABLE
  418. at java.util.AbstractCollection.containsAll(AbstractCollection.java:317)
  419. at java.util.AbstractSet.equals(AbstractSet.java:95)
  420. at java.util.Objects.equals(Objects.java:59)
  421. at net.minecraft.nbt.NBTTagCompound.equals(NBTTagCompound.java:459)
  422. at java.util.AbstractList.equals(AbstractList.java:523)
  423. at java.util.Objects.equals(Objects.java:59)
  424. at net.minecraft.nbt.NBTTagList.equals(NBTTagList.java:271)
  425. at java.util.Objects.equals(Objects.java:59)
  426. ...
  427.  
  428.  
  429. "Server Infinisleeper" Id=17 TIMED_WAITING
  430. at java.lang.Thread.sleep(Native Method)
  431. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:82)
  432.  
  433.  
  434. "Snooper Timer" Id=16 TIMED_WAITING on java.util.TaskQueue@7f9745f6
  435. at java.lang.Object.wait(Native Method)
  436. - waiting on java.util.TaskQueue@7f9745f6
  437. at java.util.TimerThread.mainLoop(Timer.java:552)
  438. at java.util.TimerThread.run(Timer.java:505)
  439.  
  440.  
  441. "Signal Dispatcher" Id=4 RUNNABLE
  442.  
  443.  
  444. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@224c7a81
  445. at java.lang.Object.wait(Native Method)
  446. - waiting on java.lang.ref.ReferenceQueue$Lock@224c7a81
  447. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  448. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  449. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  450.  
  451.  
  452. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@674ae66a
  453. at java.lang.Object.wait(Native Method)
  454. - waiting on java.lang.ref.Reference$Lock@674ae66a
  455. at java.lang.Object.wait(Object.java:502)
  456. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  457. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  458.  
  459.  
  460.  
  461. Stacktrace:
  462. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:62)
  463. at java.lang.Thread.run(Thread.java:748)
  464.  
  465. -- System Details --
  466. Details:
  467. Minecraft Version: 1.12.2
  468. Operating System: Linux (amd64) version 4.4.0-141-generic
  469. Java Version: 1.8.0_191, Oracle Corporation
  470. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  471. Memory: 1419062760 bytes (1353 MB) / 4354736128 bytes (4153 MB) up to 5126488064 bytes (4889 MB)
  472. JVM Flags: 2 total; -Xms1024M -Xmx5500M
  473. IntCache: cache: 1, tcache: 1, allocated: 2, tallocated: 96
  474. FML: MCP 9.42 Powered by Forge 14.23.5.2806 59 mods loaded, 59 mods active
  475. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  476.  
  477. | State | ID | Version | Source | Signature |
  478. |:------ |:------------------------- |:-------------------- |:--------------------------------------------- |:---------------------------------------- |
  479. | LCHIJA | minecraft | 1.12.2 | minecraft.jar | None |
  480. | LCHIJA | mcp | 9.42 | minecraft.jar | None |
  481. | LCHIJA | FML | 8.0.99.99 | forge-1.12.2-14.23.5.2806-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  482. | LCHIJA | forge | 14.23.5.2806 | forge-1.12.2-14.23.5.2806-universal.jar | e3c3d50c7c986df74c645c0ac54639741c90a557 |
  483. | LCHIJA | opencomputers|core | 1.7.3.146 | minecraft.jar | None |
  484. | LCHIJA | appliedenergistics2 | rv6-stable-4 | Applied-Energistics-2-Mod-1.12.2.jar | dfa4d3ac143316c6f32aa1a1beda1e34d42132e5 |
  485. | LCHIJA | biomesoplenty | 7.0.1.2424 | BiomesOPlenty-1.12.2-7.0.1.2424-universal.jar | None |
  486. | LCHIJA | buildcraftlib | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  487. | LCHIJA | buildcraftcore | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  488. | LCHIJA | buildcraftbuilders | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  489. | LCHIJA | buildcrafttransport | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  490. | LCHIJA | buildcraftsilicon | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  491. | LCHIJA | buildcraftenergy | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  492. | LCHIJA | ic2 | 2.8.105-ex112 | industrialcraft-2-2.8.105-ex112.jar | de041f9f6187debbc77034a344134053277aa3b0 |
  493. | LCHIJA | jei | 4.14.3.238 | jei_1.12.2-4.14.3.238.jar | None |
  494. | LCHIJA | forestry | 5.8.2.380 | forestry_1.12.2-5.8.2.380.jar | None |
  495. | LCHIJA | theoneprobe | 1.4.25 | theoneprobe-1.12-1.4.25.jar | None |
  496. | LCHIJA | buildcraftcompat | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  497. | LCHIJA | buildcraftfactory | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  498. | LCHIJA | buildcraftrobotics | 7.99.20 | buildcraft-all-7.99.20.jar | None |
  499. | LCHIJA | codechickenlib | 3.2.2.353 | CodeChickenLib-1.12.2-3.2.2.353-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  500. | LCHIJA | chickenchunks | 2.4.1.73 | ChickenChunks-1.12.2-2.4.1.73-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  501. | LCHIJA | enderstorage | 2.4.5.135 | EnderStorage-1.12.2-2.4.5.135-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  502. | LCHIJA | worldedit | 6.1.8 | worldedit-forge-mc1.12-6.1.8-dist.jar | None |
  503. | LCHIJA | forgeessentials | 12.3 | forgeessentials-1.12.2-12.3.27-server.jar | None |
  504. | LCHIJA | forgelin | 1.8.2 | Forgelin-1.8.2.jar | None |
  505. | LCHIJA | forgemultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | f1850c39b2516232a2108a7bd84d1cb5df93b261 |
  506. | LCHIJA | microblockcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  507. | LCHIJA | minecraftmultipartcbe | 2.6.0.79 | ForgeMultipart-1.12.2-2.6.0.79-universal.jar | None |
  508. | LCHIJA | mantle | 1.12-1.3.3.39 | Mantle-1.12-1.3.3.39.jar | None |
  509. | LCHIJA | tconstruct | 1.12.2-2.11.0.106 | TConstruct-1.12.2-2.11.0.106.jar | None |
  510. | LCHIJA | immersiveengineering | 0.12-87 | ImmersiveEngineering-0.12-87.jar | 4cb49fcde3b43048c9889e0a3d083225da926334 |
  511. | LCHIJA | immersivepetroleum | 1.1.9 | immersivepetroleum-1.12.2-1.1.9.jar | None |
  512. | LCHIJA | trackapi | 1.1 | TrackAPI-1.1_1.12.jar | None |
  513. | LCHIJA | immersiverailroading | 1.4.1 | ImmersiveRailroading-1.4.1_1.12.jar | None |
  514. | LCHIJA | inventorytweaks | 1.64+dev.144.88fda94 | InventoryTweaks-1.64+dev.144.jar | 55d2cd4f5f0961410bf7b91ef6c6bf00a766dcbe |
  515. | LCHIJA | ironchest | 1.12.2-7.0.40.824 | ironchest-1.12.2-7.0.40.824.jar | None |
  516. | LCHIJA | numina | 1.10.0 | ModularPowersuits-1.12.2-0.7.0.25.jar | None |
  517. | LCHIJA | powersuits | 1.12.2-0.7.0.25 | ModularPowersuits-1.12.2-0.7.0.25.jar | None |
  518. | LCHIJA | mrtjpcore | 2.1.3.35 | MrTJPCore-1.12.2-2.1.3.35-universal.jar | None |
  519. | LCHIJA | opencomputers | 1.7.3.146 | OpenComputers-MC1.12.2-1.7.3.146.jar | None |
  520. | LCHIJA | openglasses | 2.0.6 | OpenGlasses-MC1.12.2-2.0.6.jar | None |
  521. | LCHIJA | openpython | 1.0.1 | OpenPython-MC1.12.2-OC1.7-1.0.1.jar | None |
  522. | LCHIJA | projectred-core | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-Base.jar | None |
  523. | LCHIJA | projectred-compat | 1.0 | ProjectRed-1.12.2-4.9.1.92-compat.jar | None |
  524. | LCHIJA | projectred-integration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  525. | LCHIJA | projectred-transmission | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-integration.jar | None |
  526. | LCHIJA | projectred-fabrication | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-fabrication.jar | None |
  527. | LCHIJA | projectred-illumination | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-lighting.jar | None |
  528. | LCHIJA | projectred-expansion | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  529. | LCHIJA | projectred-relocation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  530. | LCHIJA | projectred-transportation | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-mechanical.jar | None |
  531. | LCHIJA | projectred-exploration | 4.9.1.92 | ProjectRed-1.12.2-4.9.1.92-world.jar | None |
  532. | LCHIJA | simpledivegear | 1.0.3 | SimpleDivingGear-1.0.3+mc+1.12.2.jar | None |
  533. | LCHIJA | tinkersoc | 0.6 | tinkersoc-0.6.jar | None |
  534. | LCHIJA | bspkrscore | at_0.9 | TreeCapitator-Mod-1.12.jar | None |
  535. | LCHIJA | treecapitator | at_0.9 | TreeCapitator-Mod-1.12.jar | None |
  536. | LCHIJA | veinminer | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  537. | LCHIJA | veinminermodsupport | 0.38.2 | VeinMiner-1.12-0.38.2.647+b31535a.jar | None |
  538.  
  539. Loaded coremods (and transformers):
  540. Inventory Tweaks Coremod (InventoryTweaks-1.64+dev.144.jar)
  541. invtweaks.forge.asm.ContainerTransformer
  542. IELoadingPlugin (ImmersiveEngineering-core-0.12-87.jar)
  543. blusunrize.immersiveengineering.common.asm.IEClassTransformer
  544. TransformerLoader (OpenComputers-MC1.12.2-1.7.3.146.jar)
  545. li.cil.oc.common.asm.ClassTransformer
  546. ForgelinPlugin (Forgelin-1.8.2.jar)
  547.  
  548. AE2 Version: stable rv6-stable-4 for Forge 14.23.5.2768
  549. ForgeEssentials: Running ForgeEssentials 12.3.27 (318695e). Modules loaded: Afterlife, Backups, Chat, Commands, Economy, JScripting, Multiworld, Permissions, PlayerLogger, Protection, Remote, SignTools, Teleport, Tickets, WEIntegrationTools, WorldBorder, factions, mapper
  550. Pulsar/tconstruct loaded Pulses:
  551. - TinkerCommons (Enabled/Forced)
  552. - TinkerWorld (Enabled/Not Forced)
  553. - TinkerTools (Enabled/Not Forced)
  554. - TinkerHarvestTools (Enabled/Forced)
  555. - TinkerMeleeWeapons (Enabled/Forced)
  556. - TinkerRangedWeapons (Enabled/Forced)
  557. - TinkerModifiers (Enabled/Forced)
  558. - TinkerSmeltery (Enabled/Not Forced)
  559. - TinkerGadgets (Enabled/Not Forced)
  560. - TinkerOredict (Enabled/Forced)
  561. - TinkerIntegration (Enabled/Forced)
  562. - TinkerFluids (Enabled/Forced)
  563. - TinkerMaterials (Enabled/Forced)
  564. - TinkerModelRegister (Enabled/Forced)
  565. - theoneprobeIntegration (Enabled/Not Forced)
  566.  
  567. AE2 Integration: IC2:ON, RC:OFF, MFR:OFF, Waila:OFF, Mekanism:OFF, OpenComputers:ON, THE_ONE_PROBE:ON, TESLA:OFF, CRAFTTWEAKER:OFF
  568. Profiler Position: N/A (disabled)
  569. Player Count: 3 / 20; [EntityPlayerMP['MACYOGI'/526474, l='SysAdmin', x=950.50, y=72.00, z=840.50], EntityPlayerMP['Admiral_Morketh'/752000, l='SysAdmin', x=260.35, y=58.00, z=-330.30], EntityPlayerMP['Somlek'/686732, l='SysAdmin', x=359.11, y=66.88, z=-373.46]]
  570. Is Modded: Definitely; Server brand changed to 'fml,forge'
  571. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement