Advertisement
Guest User

Untitled

a guest
Jan 12th, 2017
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.71 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.10.2-2202-5.1.0-BETA-2022.jar)
  5. Contact their authors BEFORE contacting forge
  6.  
  7. // My bad.
  8.  
  9. Time: 1/12/17 2:01 AM
  10. Description: Watching Server
  11.  
  12. java.lang.Error
  13. at sun.misc.Unsafe.park(Native Method)
  14. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  15. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  16. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  17. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  18. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  19. at org.spongepowered.common.service.user.SpongeUserStorageService.get(SpongeUserStorageService.java:50)
  20. at com.erigitic.config.TEAccount.getDisplayName(TEAccount.java:61)
  21. at com.erigitic.commands.BalanceTopCommand.lambda$execute$0(BalanceTopCommand.java:77)
  22. at com.erigitic.commands.BalanceTopCommand$$Lambda$960/784650184.accept(Unknown Source)
  23. at java.lang.Iterable.forEach(Iterable.java:75)
  24. at com.erigitic.commands.BalanceTopCommand.execute(BalanceTopCommand.java:75)
  25. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:351)
  26. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333)
  27. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:295)
  28. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:83)
  29. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913)
  30. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892)
  31. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
  32. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
  33. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:147)
  34. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjd000(SourceFile:39)
  35. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  36. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  37. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  38. at net.minecraft.util.Util.func_181617_a(SourceFile:45)
  39. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
  40. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  41. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  42. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471)
  43. at java.lang.Thread.run(Thread.java:745)
  44.  
  45.  
  46. A detailed walkthrough of the error, its code path and all known details is as follows:
  47. ---------------------------------------------------------------------------------------
  48.  
  49. -- Head --
  50. Thread: Server Watchdog
  51. Stacktrace:
  52. at sun.misc.Unsafe.park(Native Method)
  53. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  54. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  55. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  56. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  57. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  58. at org.spongepowered.common.service.user.SpongeUserStorageService.get(SpongeUserStorageService.java:50)
  59. at com.erigitic.config.TEAccount.getDisplayName(TEAccount.java:61)
  60. at com.erigitic.commands.BalanceTopCommand.lambda$execute$0(BalanceTopCommand.java:77)
  61. at com.erigitic.commands.BalanceTopCommand$$Lambda$960/784650184.accept(Unknown Source)
  62. at java.lang.Iterable.forEach(Iterable.java:75)
  63. at com.erigitic.commands.BalanceTopCommand.execute(BalanceTopCommand.java:75)
  64. at org.spongepowered.api.command.spec.CommandSpec.process(CommandSpec.java:351)
  65. at org.spongepowered.api.command.dispatcher.SimpleDispatcher.process(SimpleDispatcher.java:333)
  66. at org.spongepowered.common.command.SpongeCommandManager.process(SpongeCommandManager.java:295)
  67. at net.minecraft.command.ServerCommandManager.func_71556_a(SourceFile:83)
  68. at net.minecraft.network.NetHandlerPlayServer.func_147361_d(NetHandlerPlayServer.java:913)
  69. at net.minecraft.network.NetHandlerPlayServer.func_147354_a(NetHandlerPlayServer.java:892)
  70. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:37)
  71. at net.minecraft.network.play.client.CPacketChatMessage.func_148833_a(SourceFile:9)
  72. at org.spongepowered.common.network.PacketUtil.onProcessPacket(PacketUtil.java:147)
  73. at net.minecraft.network.PacketThreadUtil$1.redirect$onProcessPacket$zjd000(SourceFile:39)
  74. at net.minecraft.network.PacketThreadUtil$1.run(SourceFile:13)
  75. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  76. at java.util.concurrent.FutureTask.run(FutureTask.java:266)
  77. at net.minecraft.util.Util.func_181617_a(SourceFile:45)
  78. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668)
  79. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:387)
  80. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613)
  81.  
  82. -- Thread Dump --
  83. Details:
  84. Threads: "WritingThread" Id=551 WAITING on com.neovisionaries.ws.client.WritingThread@6e15db4
  85. at java.lang.Object.wait(Native Method)
  86. - waiting on com.neovisionaries.ws.client.WritingThread@6e15db4
  87. at java.lang.Object.wait(Object.java:502)
  88. at com.neovisionaries.ws.client.WritingThread.waitForFrames(WritingThread.java:307)
  89. at com.neovisionaries.ws.client.WritingThread.main(WritingThread.java:88)
  90. at com.neovisionaries.ws.client.WritingThread.run(WritingThread.java:57)
  91.  
  92.  
  93. "ReadingThread" Id=550 RUNNABLE (in native)
  94. at java.net.SocketInputStream.socketRead0(Native Method)
  95. at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  96. at java.net.SocketInputStream.read(SocketInputStream.java:170)
  97. at java.net.SocketInputStream.read(SocketInputStream.java:141)
  98. at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
  99. at sun.security.ssl.InputRecord.read(InputRecord.java:503)
  100. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
  101. - locked java.lang.Object@826a318
  102. at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
  103. ...
  104.  
  105.  
  106. "Keep-Alive-Timer" Id=546 TIMED_WAITING
  107. at java.lang.Thread.sleep(Native Method)
  108. at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172)
  109. at java.lang.Thread.run(Thread.java:745)
  110.  
  111.  
  112. "File IO Thread" Id=528 TIMED_WAITING
  113. at java.lang.Thread.sleep(Native Method)
  114. at net.minecraft.world.storage.ThreadedFileIOBase.func_75736_b(SourceFile:51)
  115. at net.minecraft.world.storage.ThreadedFileIOBase.run(SourceFile:30)
  116. at java.lang.Thread.run(Thread.java:745)
  117.  
  118.  
  119. "Chunk I/O Executor Thread-1" Id=527 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@451b4149
  120. at sun.misc.Unsafe.park(Native Method)
  121. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@451b4149
  122. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  123. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  124. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  125. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  126. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  127. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  128. at java.lang.Thread.run(Thread.java:745)
  129.  
  130.  
  131. "pool-9-thread-1" Id=524 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78980491
  132. at sun.misc.Unsafe.park(Native Method)
  133. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@78980491
  134. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  135. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  136. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  137. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  138. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  139. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  140. at java.lang.Thread.run(Thread.java:745)
  141.  
  142.  
  143. "pool-10-thread-1" Id=522 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d72b250
  144. at sun.misc.Unsafe.park(Native Method)
  145. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@3d72b250
  146. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  147. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  148. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  149. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  150. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  151. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  152. at java.lang.Thread.run(Thread.java:745)
  153.  
  154.  
  155. "pool-8-thread-2" Id=520 WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2934566c
  156. at sun.misc.Unsafe.park(Native Method)
  157. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2934566c
  158. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  159. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:458)
  160. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  161. at java.util.concurrent.SynchronousQueue.take(SynchronousQueue.java:924)
  162. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  163. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  164. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  165. ...
  166.  
  167.  
  168. "Timer-1" Id=517 TIMED_WAITING on java.util.TaskQueue@363a4b0a
  169. at java.lang.Object.wait(Native Method)
  170. - waiting on java.util.TaskQueue@363a4b0a
  171. at java.util.TimerThread.mainLoop(Timer.java:552)
  172. at java.util.TimerThread.run(Timer.java:505)
  173.  
  174.  
  175. "Thread-10" Id=513 TIMED_WAITING on com.mashape.unirest.http.utils.SyncIdleConnectionMonitorThread@e3e7dd0
  176. at java.lang.Object.wait(Native Method)
  177. - waiting on com.mashape.unirest.http.utils.SyncIdleConnectionMonitorThread@e3e7dd0
  178. at com.mashape.unirest.http.utils.SyncIdleConnectionMonitorThread.run(SyncIdleConnectionMonitorThread.java:22)
  179.  
  180.  
  181. "nioEventLoopGroup-2-1" Id=511 RUNNABLE
  182. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  183. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  184. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  185. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  186. - locked com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySet@2676be75
  187. - locked java.util.Collections$UnmodifiableSet@2d7a0be1
  188. - locked sun.nio.ch.EPollSelectorImpl@5c77c242
  189. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  190. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
  191. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
  192. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  193. ...
  194.  
  195.  
  196. "Server Watchdog" Id=510 RUNNABLE
  197. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  198. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  199. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
  200. at java.lang.Thread.run(Thread.java:745)
  201.  
  202.  
  203. "Query Listener #1" Id=509 RUNNABLE
  204. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  205. - locked java.net.PlainDatagramSocketImpl@49fc675f
  206. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  207. - locked java.net.DatagramPacket@3451434d
  208. - locked java.net.DatagramSocket@61b4ce2b
  209. at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:268)
  210. at java.lang.Thread.run(Thread.java:745)
  211.  
  212.  
  213. "pool-2-thread-289" Id=336 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  214. at sun.misc.Unsafe.park(Native Method)
  215. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  216. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  217. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  218. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  219. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  220. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  221. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  222. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  223. ...
  224.  
  225.  
  226. "pool-2-thread-217" Id=264 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  227. at sun.misc.Unsafe.park(Native Method)
  228. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  229. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  230. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  231. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  232. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  233. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  234. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  235. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  236. ...
  237.  
  238.  
  239. "pool-2-thread-112" Id=159 RUNNABLE
  240. at java.net.SocketInputStream.socketRead0(Native Method)
  241. at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  242. at java.net.SocketInputStream.read(SocketInputStream.java:170)
  243. at java.net.SocketInputStream.read(SocketInputStream.java:141)
  244. at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
  245. at sun.security.ssl.InputRecord.read(InputRecord.java:503)
  246. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
  247. - locked java.lang.Object@5a1fe4ae
  248. at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
  249. ...
  250.  
  251. Number of locked synchronizers = 1
  252. - java.util.concurrent.ThreadPoolExecutor$Worker@1ecbbe27
  253.  
  254.  
  255. "pool-2-thread-68" Id=115 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  256. at sun.misc.Unsafe.park(Native Method)
  257. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@2747d6a4
  258. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  259. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  260. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  261. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  262. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  263. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  264. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  265. ...
  266.  
  267.  
  268. "Timer-0" Id=52 TIMED_WAITING on java.util.TaskQueue@1f5df3bd
  269. at java.lang.Object.wait(Native Method)
  270. - waiting on java.util.TaskQueue@1f5df3bd
  271. at java.util.TimerThread.mainLoop(Timer.java:552)
  272. at java.util.TimerThread.run(Timer.java:505)
  273.  
  274.  
  275. "Netty Epoll Server IO #15" Id=51 RUNNABLE
  276. at io.netty.channel.epoll.Native.epollWait(Native Method)
  277. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  278. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  279. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  280. at java.lang.Thread.run(Thread.java:745)
  281.  
  282.  
  283. "Netty Epoll Server IO #14" Id=50 RUNNABLE
  284. at io.netty.channel.epoll.Native.epollWait(Native Method)
  285. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  286. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  287. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  288. at java.lang.Thread.run(Thread.java:745)
  289.  
  290.  
  291. "Netty Epoll Server IO #13" Id=49 RUNNABLE
  292. at io.netty.channel.epoll.Native.epollWait(Native Method)
  293. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  294. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  295. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  296. at java.lang.Thread.run(Thread.java:745)
  297.  
  298.  
  299. "Netty Epoll Server IO #12" Id=48 RUNNABLE
  300. at io.netty.channel.epoll.Native.epollWait(Native Method)
  301. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  302. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  303. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  304. at java.lang.Thread.run(Thread.java:745)
  305.  
  306.  
  307. "Netty Epoll Server IO #11" Id=47 BLOCKED on java.util.ArrayDeque@6761c4f3 owned by "Server thread" Id=15
  308. at net.minecraft.server.MinecraftServer.func_175586_a(MinecraftServer.java:1339)
  309. - blocked on java.util.ArrayDeque@6761c4f3
  310. at net.minecraft.server.MinecraftServer.func_152344_a(MinecraftServer.java:1359)
  311. at net.minecraft.world.WorldServer.func_152344_a(WorldServer.java:1341)
  312. at net.minecraft.network.PacketThreadUtil.func_180031_a(SourceFile:10)
  313. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:396)
  314. at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(SourceFile:126)
  315. at net.minecraft.network.play.client.CPacketPlayer$Position.func_148833_a(SourceFile:57)
  316. at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:149)
  317. ...
  318.  
  319.  
  320. "Netty Epoll Server IO #10" Id=46 RUNNABLE
  321. at io.netty.channel.epoll.Native.epollWait(Native Method)
  322. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  323. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  324. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  325. at java.lang.Thread.run(Thread.java:745)
  326.  
  327.  
  328. "Netty Epoll Server IO #9" Id=45 RUNNABLE
  329. at io.netty.channel.epoll.Native.epollWait(Native Method)
  330. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  331. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  332. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  333. at java.lang.Thread.run(Thread.java:745)
  334.  
  335.  
  336. "Netty Epoll Server IO #8" Id=44 RUNNABLE
  337. at io.netty.channel.epoll.Native.epollWait(Native Method)
  338. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  339. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  340. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  341. at java.lang.Thread.run(Thread.java:745)
  342.  
  343.  
  344. "Netty Epoll Server IO #7" Id=43 RUNNABLE
  345. at io.netty.channel.epoll.Native.epollWait(Native Method)
  346. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  347. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  348. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  349. at java.lang.Thread.run(Thread.java:745)
  350.  
  351.  
  352. "Netty Epoll Server IO #6" Id=42 RUNNABLE
  353. at io.netty.channel.epoll.Native.epollWait(Native Method)
  354. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  355. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  356. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  357. at java.lang.Thread.run(Thread.java:745)
  358.  
  359.  
  360. "Netty Epoll Server IO #5" Id=41 RUNNABLE
  361. at io.netty.channel.epoll.Native.epollWait(Native Method)
  362. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  363. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  364. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  365. at java.lang.Thread.run(Thread.java:745)
  366.  
  367.  
  368. "Netty Epoll Server IO #4" Id=40 BLOCKED on java.util.ArrayDeque@6761c4f3 owned by "Server thread" Id=15
  369. at net.minecraft.server.MinecraftServer.func_175586_a(MinecraftServer.java:1339)
  370. - blocked on java.util.ArrayDeque@6761c4f3
  371. at net.minecraft.server.MinecraftServer.func_152344_a(MinecraftServer.java:1359)
  372. at net.minecraft.world.WorldServer.func_152344_a(WorldServer.java:1341)
  373. at net.minecraft.network.PacketThreadUtil.func_180031_a(SourceFile:10)
  374. at net.minecraft.network.NetHandlerPlayServer.func_147347_a(NetHandlerPlayServer.java:396)
  375. at net.minecraft.network.play.client.CPacketPlayer.func_148833_a(SourceFile:126)
  376. at net.minecraft.network.play.client.CPacketPlayer$PositionRotation.func_148833_a(SourceFile:18)
  377. at net.minecraft.network.NetworkManager.channelRead0(NetworkManager.java:149)
  378. ...
  379.  
  380.  
  381. "Netty Epoll Server IO #3" Id=39 RUNNABLE
  382. at io.netty.channel.epoll.Native.epollWait(Native Method)
  383. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  384. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  385. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  386. at java.lang.Thread.run(Thread.java:745)
  387.  
  388.  
  389. "Netty Epoll Server IO #2" Id=38 RUNNABLE
  390. at io.netty.channel.epoll.Native.epollWait(Native Method)
  391. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  392. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  393. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  394. at java.lang.Thread.run(Thread.java:745)
  395.  
  396.  
  397. "Netty Epoll Server IO #1" Id=37 RUNNABLE
  398. at io.netty.channel.epoll.Native.epollWait(Native Method)
  399. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  400. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  401. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  402. at java.lang.Thread.run(Thread.java:745)
  403.  
  404.  
  405. "Netty Epoll Server IO #0" Id=36 RUNNABLE
  406. at io.netty.channel.epoll.Native.epollWait(Native Method)
  407. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  408. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  409. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  410. at java.lang.Thread.run(Thread.java:745)
  411.  
  412.  
  413. "H2 Log Writer PIXELMON2" Id=34 TIMED_WAITING on org.h2.store.WriterThread@5e1b6635
  414. at java.lang.Object.wait(Native Method)
  415. - waiting on org.h2.store.WriterThread@5e1b6635
  416. at org.h2.store.WriterThread.run(WriterThread.java:102)
  417. at java.lang.Thread.run(Thread.java:745)
  418.  
  419.  
  420. "Abandoned connection cleanup thread" Id=33 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@3f806687
  421. at java.lang.Object.wait(Native Method)
  422. - waiting on java.lang.ref.ReferenceQueue$Lock@3f806687
  423. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  424. at com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:40)
  425.  
  426.  
  427. "Okio Watchdog" Id=31 WAITING on java.lang.Class@4f30aad1
  428. at java.lang.Object.wait(Native Method)
  429. - waiting on java.lang.Class@4f30aad1
  430. at java.lang.Object.wait(Object.java:502)
  431. at net.buycraft.plugin.internal.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:338)
  432. at net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:313)
  433.  
  434.  
  435. "OkHttp ConnectionPool" Id=30 TIMED_WAITING on net.buycraft.plugin.internal.okhttp3.ConnectionPool@261fa998
  436. at java.lang.Object.wait(Native Method)
  437. - waiting on net.buycraft.plugin.internal.okhttp3.ConnectionPool@261fa998
  438. at java.lang.Object.wait(Object.java:460)
  439. at net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:66)
  440. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  441. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  442. at java.lang.Thread.run(Thread.java:745)
  443.  
  444. Number of locked synchronizers = 1
  445. - java.util.concurrent.ThreadPoolExecutor$Worker@1ef7fba
  446.  
  447.  
  448. "pool-2-thread-2" Id=26 TIMED_WAITING
  449. at java.lang.Thread.sleep(Native Method)
  450. at me.lucko.luckperms.common.utils.PermissionCache.lambda$new$0(PermissionCache.java:54)
  451. at me.lucko.luckperms.common.utils.PermissionCache$$Lambda$251/387884734.run(Unknown Source)
  452. at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:138)
  453. at org.spongepowered.api.scheduler.Task$Builder$$Lambda$249/522148313.accept(Unknown Source)
  454. at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:183)
  455. at org.spongepowered.common.scheduler.SchedulerBase$$Lambda$252/1121370614.run(Unknown Source)
  456. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  457. ...
  458.  
  459. Number of locked synchronizers = 1
  460. - java.util.concurrent.ThreadPoolExecutor$Worker@5bd4af3b
  461.  
  462.  
  463. "pool-2-thread-1" Id=25 TIMED_WAITING
  464. at java.lang.Thread.sleep(Native Method)
  465. at me.lucko.luckperms.common.utils.DebugHandler.lambda$new$0(DebugHandler.java:56)
  466. at me.lucko.luckperms.common.utils.DebugHandler$$Lambda$248/772586044.run(Unknown Source)
  467. at org.spongepowered.api.scheduler.Task$Builder.lambda$execute$0(Task.java:138)
  468. at org.spongepowered.api.scheduler.Task$Builder$$Lambda$249/522148313.accept(Unknown Source)
  469. at org.spongepowered.common.scheduler.SchedulerBase.lambda$startTask$0(SchedulerBase.java:183)
  470. at org.spongepowered.common.scheduler.SchedulerBase$$Lambda$252/1121370614.run(Unknown Source)
  471. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  472. ...
  473.  
  474. Number of locked synchronizers = 1
  475. - java.util.concurrent.ThreadPoolExecutor$Worker@3a4d20f6
  476.  
  477.  
  478. "Sponge Async Scheduler Thread" Id=22 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@23b059a0
  479. at sun.misc.Unsafe.park(Native Method)
  480. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@23b059a0
  481. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  482. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
  483. at org.spongepowered.common.scheduler.AsyncScheduler.preTick(AsyncScheduler.java:112)
  484. at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:105)
  485. at org.spongepowered.common.scheduler.AsyncScheduler.mainLoop(AsyncScheduler.java:66)
  486. at org.spongepowered.common.scheduler.AsyncScheduler$$Lambda$209/1943170839.run(Unknown Source)
  487. at java.lang.Thread.run(Thread.java:745)
  488.  
  489.  
  490. "Server console handler" Id=18 RUNNABLE (in native)
  491. at java.io.FileInputStream.readBytes(Native Method)
  492. at java.io.FileInputStream.read(FileInputStream.java:255)
  493. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  494. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  495. - locked java.io.BufferedInputStream@1fb8b70f
  496. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  497. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  498. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  499. - locked java.io.InputStreamReader@5594e00b
  500. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  501. ...
  502.  
  503.  
  504. "DestroyJavaVM" Id=17 RUNNABLE
  505.  
  506.  
  507. "Server thread" Id=15 WAITING on java.util.concurrent.CompletableFuture$Signaller@e9cc048
  508. at sun.misc.Unsafe.park(Native Method)
  509. - waiting on java.util.concurrent.CompletableFuture$Signaller@e9cc048
  510. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  511. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  512. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  513. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  514. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  515. at org.spongepowered.common.service.user.SpongeUserStorageService.get(SpongeUserStorageService.java:50)
  516. at com.erigitic.config.TEAccount.getDisplayName(TEAccount.java:61)
  517. ...
  518.  
  519.  
  520. "Server Infinisleeper" Id=14 TIMED_WAITING
  521. at java.lang.Thread.sleep(Native Method)
  522. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:78)
  523.  
  524.  
  525. "Snooper Timer" Id=13 TIMED_WAITING on java.util.TaskQueue@2f40f562
  526. at java.lang.Object.wait(Native Method)
  527. - waiting on java.util.TaskQueue@2f40f562
  528. at java.util.TimerThread.mainLoop(Timer.java:552)
  529. at java.util.TimerThread.run(Timer.java:505)
  530.  
  531.  
  532. "Signal Dispatcher" Id=4 RUNNABLE
  533.  
  534.  
  535. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@751a3f4a
  536. at java.lang.Object.wait(Native Method)
  537. - waiting on java.lang.ref.ReferenceQueue$Lock@751a3f4a
  538. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  539. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  540. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
  541.  
  542.  
  543. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@7fc1d5a
  544. at java.lang.Object.wait(Native Method)
  545. - waiting on java.lang.ref.Reference$Lock@7fc1d5a
  546. at java.lang.Object.wait(Object.java:502)
  547. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  548. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  549.  
  550.  
  551.  
  552. Stacktrace:
  553. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
  554. at java.lang.Thread.run(Thread.java:745)
  555.  
  556. -- System Details --
  557. Details:
  558. Minecraft Version: 1.10.2
  559. Operating System: Linux (amd64) version 3.14.32-xxxx-grs-ipv6-64
  560. Java Version: 1.8.0_101, Oracle Corporation
  561. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  562. Memory: 19732554240 bytes (18818 MB) / 27506769920 bytes (26232 MB) up to 27506769920 bytes (26232 MB)
  563. JVM Flags: 2 total; -Xmx29000M -Xms29000M
  564. IntCache: cache: 0, tcache: 0, allocated: 12, tallocated: 94
  565. FML: MCP 9.32 Powered by Forge 12.18.3.2202 27 mods loaded, 27 mods active
  566. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  567. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  568. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (forge-1.10.2-12.18.3.2202-universal.jar)
  569. UCHIJAAAA Forge{12.18.3.2202} [Minecraft Forge] (forge-1.10.2-12.18.3.2202-universal.jar)
  570. UCHIJAAAA spongeapi{5.1.0-SNAPSHOT-428c0b2} [SpongeAPI] (minecraft.jar)
  571. UCHIJAAAA sponge{1.10.2-2202-5.1.0-BETA-2022} [SpongeForge] (spongeforge-1.10.2-2202-5.1.0-BETA-2022.jar)
  572. UCHIJAAAA actionbroadcaster{0.4.4} [ActionBroadcaster] (ActionBroadcaster.jar)
  573. UCHIJAAAA antichicken{1.0.0-1.10.2} [Anti Chicken] (Anti Chicken-1.0.0-1.10.2.jar)
  574. UCHIJAAAA buycraft{SET_BY_MAGIC} [Buycraft] (BuycraftX.jar)
  575. UCHIJAAAA pixelmon{5.0.1} [Pixelmon] (Pixelmon-1.10.2-5.0.1-universal.jar)
  576. UCHIJAAAA gameshark{5.0.0} [Gameshark] (Gameshark-1.10.2-5.0.0-universal.jar)
  577. UCHIJAAAA griefprevention{2.3.0} [GriefPrevention] (griefprevention-1.10.2-2.3.0.226.jar)
  578. UCHIJAAAA holograms{v2.0} [Holograms] (holograms-v2.0.jar)
  579. UCHIJAAAA lootcrate{4.0.0-alpha.1} [lootcrate project] (LootCrate-4.0.0-alpha.1.jar)
  580. UCHIJAAAA luckperms{2.15.18} [LuckPerms] (LuckPermsSponge-2.15.18.jar)
  581. UCHIJAAAA minereset{1.0.7} [MineReset] (MineReset-1.0.7.jar)
  582. UCHIJAAAA io.github.faegy.nodownfall{1.0.1} [No Downfall] (NoDownfall-v1.0.1.jar)
  583. UCHIJAAAA nucleus{0.14.0-5.0} [Nucleus] (Nucleus-0.14.0-S5-1.10.2-plugin.jar)
  584. UCHIJAAAA nuvotifier{2.3.3} [NuVotifier] (nuvotifier-universal-2.3.3.jar)
  585. UCHIJAAAA pixelextras{2.2.4} [Pixel Extras] (PixelExtras-1.10.2-2.2.4-universal.jar)
  586. UCHIJAAAA pixelmoneconomybridge{1.2.2} [PixelmonEconomyBridge] (PixelmonEconomyBridge-1.10.2-1.2.2.jar)
  587. UCHIJAAAA seriousvote{1} [Serious Vote] (seriousvote-2.1.jar)
  588. UCHIJAAAA discordbridge{2.1.0} [Discord Bridge] (Sponge-Discord-2.1.0-all.jar)
  589. UCHIJAAAA tmotd{1.0} [TitleMOTD] (TitleMOTD.-.1.0.jar)
  590. UCHIJAAAA totaleconomy{1.5.3} [Total Economy] (TotalEconomy-v1.5.3.jar)
  591. UCHIJAAAA wondertrade{4.4.5} [Wondertrade] (WonderTrade-1.10.2-4.4.5-universal.jar)
  592. UCHIJAAAA worldedit{6.1.5-SNAPSHOT} [WorldEdit] (worldedit-sponge-mc1.10.2-6.1.5-SNAPSHOT-dist.jar)
  593. UCHIJAAAA zachdev{1.0.0} [Zach dev] (Zach dev-1.0.0.jar)
  594. Loaded coremods (and transformers):
  595. SpongeCoremod (spongeforge-1.10.2-2202-5.1.0-BETA-2022.jar)
  596. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  597. Profiler Position: N/A (disabled)
  598. Player Count: 2 / 100; [EntityPlayerMP['undeadzombie14'/165, l='world', x=9535.05, y=59.92, z=9139.04], EntityPlayerMP['Mayer1234'/217, l='world', x=-3508.70, y=80.00, z=5338.43]]
  599. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  600. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement