Advertisement
SnowBlitzz

Untitled

Jul 2nd, 2016
120
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 33.05 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2.  
  3. WARNING: coremods are present:
  4. SpongeCoremod (spongeforge-1.8.9-1890-4.2.0-BETA-1521.jar)
  5. Java8CheckerCoremod (Pixelmon-1.8.9-4.2.7-universal.jar)
  6. Contact their authors BEFORE contacting forge
  7.  
  8. // Why is it breaking :(
  9.  
  10. Time: 7/2/16 5:01 AM
  11. Description: Watching Server
  12.  
  13. java.lang.Error
  14. at sun.misc.Unsafe.park(Native Method)
  15. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  16. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  17. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  18. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  19. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  20. at org.spongepowered.common.service.user.UserDiscoverer.getProfileFromServer(UserDiscoverer.java:207)
  21. at org.spongepowered.common.service.user.UserDiscoverer.getFromStoredData(UserDiscoverer.java:188)
  22. at org.spongepowered.common.service.user.UserDiscoverer.findByUuid(UserDiscoverer.java:91)
  23. at org.spongepowered.common.service.user.SpongeUserStorageService.get(SpongeUserStorageService.java:58)
  24. at org.spongepowered.common.service.user.SpongeUserStorageService.getOrCreate(SpongeUserStorageService.java:70)
  25. at net.minecraft.world.chunk.Chunk.userForUUID(Chunk.java:952)
  26. at net.minecraft.world.chunk.Chunk.getBlockNotifier(Chunk.java:709)
  27. at net.minecraft.world.World.getNotifier(World.java:851)
  28. at net.minecraft.world.World.createSpongeBlockSnapshot(World.java:295)
  29. at net.minecraft.world.World.createSpongeBlockSnapshot(World.java:184)
  30. at org.spongepowered.common.event.CauseTracker.preTrackBlock(CauseTracker.java:382)
  31. at org.spongepowered.common.event.CauseTracker.randomTickBlock(CauseTracker.java:1098)
  32. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:321)
  33. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
  34. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:690)
  35. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  36. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  37. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:481)
  38. at java.lang.Thread.run(Thread.java:745)
  39.  
  40.  
  41. A detailed walkthrough of the error, its code path and all known details is as follows:
  42. ---------------------------------------------------------------------------------------
  43.  
  44. -- Head --
  45. Stacktrace:
  46. at sun.misc.Unsafe.park(Native Method)
  47. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  48. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  49. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  50. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  51. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  52. at org.spongepowered.common.service.user.UserDiscoverer.getProfileFromServer(UserDiscoverer.java:207)
  53. at org.spongepowered.common.service.user.UserDiscoverer.getFromStoredData(UserDiscoverer.java:188)
  54. at org.spongepowered.common.service.user.UserDiscoverer.findByUuid(UserDiscoverer.java:91)
  55. at org.spongepowered.common.service.user.SpongeUserStorageService.get(SpongeUserStorageService.java:58)
  56. at org.spongepowered.common.service.user.SpongeUserStorageService.getOrCreate(SpongeUserStorageService.java:70)
  57. at net.minecraft.world.chunk.Chunk.userForUUID(Chunk.java:952)
  58. at net.minecraft.world.chunk.Chunk.getBlockNotifier(Chunk.java:709)
  59. at net.minecraft.world.World.getNotifier(World.java:851)
  60. at net.minecraft.world.World.createSpongeBlockSnapshot(World.java:295)
  61. at net.minecraft.world.World.createSpongeBlockSnapshot(World.java:184)
  62. at org.spongepowered.common.event.CauseTracker.preTrackBlock(CauseTracker.java:382)
  63. at org.spongepowered.common.event.CauseTracker.randomTickBlock(CauseTracker.java:1098)
  64. at net.minecraft.world.WorldServer.func_147456_g(WorldServer.java:321)
  65. at net.minecraft.world.WorldServer.func_72835_b(WorldServer.java:221)
  66. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:690)
  67. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:344)
  68. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:605)
  69.  
  70. -- Thread Dump --
  71. Details:
  72. Threads: "Keep-Alive-Timer" Id=134 TIMED_WAITING
  73. at java.lang.Thread.sleep(Native Method)
  74. at sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172)
  75. at java.lang.Thread.run(Thread.java:745)
  76.  
  77.  
  78. "ForkJoinPool.commonPool-worker-6" Id=121 WAITING on java.util.concurrent.ForkJoinPool@68f15ed4
  79. at sun.misc.Unsafe.park(Native Method)
  80. - waiting on java.util.concurrent.ForkJoinPool@68f15ed4
  81. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  82. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  83. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  84.  
  85.  
  86. "ForkJoinPool.commonPool-worker-2" Id=112 WAITING on java.util.concurrent.ForkJoinPool@68f15ed4
  87. at sun.misc.Unsafe.park(Native Method)
  88. - waiting on java.util.concurrent.ForkJoinPool@68f15ed4
  89. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  90. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  91. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  92.  
  93.  
  94. "ForkJoinPool.commonPool-worker-7" Id=106 WAITING on java.util.concurrent.ForkJoinPool@68f15ed4
  95. at sun.misc.Unsafe.park(Native Method)
  96. - waiting on java.util.concurrent.ForkJoinPool@68f15ed4
  97. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  98. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  99. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  100.  
  101.  
  102. "ForkJoinPool.commonPool-worker-0" Id=105 TIMED_WAITING on java.util.concurrent.ForkJoinPool@68f15ed4
  103. at sun.misc.Unsafe.park(Native Method)
  104. - waiting on java.util.concurrent.ForkJoinPool@68f15ed4
  105. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  106. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  107. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  108.  
  109.  
  110. "Chunk I/O Executor Thread-1" Id=103 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6636bdba
  111. at sun.misc.Unsafe.park(Native Method)
  112. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@6636bdba
  113. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  114. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  115. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  116. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  117. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  118. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  119. at java.lang.Thread.run(Thread.java:745)
  120.  
  121.  
  122. "Java2D Disposer" Id=96 WAITING on java.lang.ref.ReferenceQueue$Lock@620935a4
  123. at java.lang.Object.wait(Native Method)
  124. - waiting on java.lang.ref.ReferenceQueue$Lock@620935a4
  125. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  126. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  127. at sun.java2d.Disposer.run(Disposer.java:148)
  128. at java.lang.Thread.run(Thread.java:745)
  129.  
  130.  
  131. "MVStore background writer nio:/home/minecraft/multicraft/servers/server574/config/keys/keys.mv.db" Id=93 TIMED_WAITING on java.lang.Object@270bb781
  132. at java.lang.Object.wait(Native Method)
  133. - waiting on java.lang.Object@270bb781
  134. at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2689)
  135.  
  136.  
  137. "HikariPool-2 housekeeper" Id=90 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@456e4a4a
  138. at sun.misc.Unsafe.park(Native Method)
  139. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@456e4a4a
  140. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  141. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  142. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  143. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  144. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  145. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  146. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  147. ...
  148.  
  149.  
  150. "nioEventLoopGroup-2-1" Id=85 RUNNABLE
  151. at sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  152. at sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  153. at sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  154. at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  155. - locked com.vexsoftware.votifier.netty.channel.nio.SelectedSelectionKeySet@1666f430
  156. - locked java.util.Collections$UnmodifiableSet@3de9574d
  157. - locked sun.nio.ch.EPollSelectorImpl@4d95fb0
  158. at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  159. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:622)
  160. at com.vexsoftware.votifier.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:310)
  161. at com.vexsoftware.votifier.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:112)
  162. ...
  163.  
  164.  
  165. "Thread-12" Id=84 TIMED_WAITING
  166. at java.lang.Thread.sleep(Native Method)
  167. at com.helion3.prism.queues.RecordingQueueManager.run(RecordingQueueManager.java:63)
  168.  
  169.  
  170. "MVStore background writer nio:/home/minecraft/multicraft/servers/server574/config/prism/prism.mv.db" Id=82 TIMED_WAITING on java.lang.Object@472448ce
  171. at java.lang.Object.wait(Native Method)
  172. - waiting on java.lang.Object@472448ce
  173. at org.h2.mvstore.MVStore$BackgroundWriterThread.run(MVStore.java:2689)
  174.  
  175.  
  176. "HikariPool-1 housekeeper" Id=79 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@702f767a
  177. at sun.misc.Unsafe.park(Native Method)
  178. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@702f767a
  179. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  180. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  181. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  182. at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  183. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
  184. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  185. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  186. ...
  187.  
  188.  
  189. "Server Watchdog" Id=75 RUNNABLE
  190. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  191. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  192. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:46)
  193. at java.lang.Thread.run(Thread.java:745)
  194.  
  195.  
  196. "Query Listener #1" Id=74 RUNNABLE
  197. at java.net.PlainDatagramSocketImpl.peekData(Native Method)
  198. - locked java.net.PlainDatagramSocketImpl@5149db3b
  199. at java.net.DatagramSocket.receive(DatagramSocket.java:743)
  200. - locked java.net.DatagramPacket@26edbd60
  201. - locked java.net.DatagramSocket@41a6f07d
  202. at net.minecraft.network.rcon.RConThreadQuery.run(SourceFile:261)
  203. at java.lang.Thread.run(Thread.java:745)
  204.  
  205.  
  206. "Netty Epoll Server IO #23" Id=65 RUNNABLE (in native)
  207. at io.netty.channel.epoll.Native.epollWait(Native Method)
  208. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  209. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  210. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  211. at java.lang.Thread.run(Thread.java:745)
  212.  
  213.  
  214. "Netty Epoll Server IO #22" Id=64 RUNNABLE
  215. at io.netty.channel.epoll.Native.epollWait(Native Method)
  216. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  217. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  218. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  219. at java.lang.Thread.run(Thread.java:745)
  220.  
  221.  
  222. "Netty Epoll Server IO #21" Id=63 RUNNABLE
  223. at io.netty.channel.epoll.Native.epollWait(Native Method)
  224. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  225. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  226. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  227. at java.lang.Thread.run(Thread.java:745)
  228.  
  229.  
  230. "Timer-0" Id=73 TIMED_WAITING on java.util.TaskQueue@436af34b
  231. at java.lang.Object.wait(Native Method)
  232. - waiting on java.util.TaskQueue@436af34b
  233. at java.util.TimerThread.mainLoop(Timer.java:552)
  234. at java.util.TimerThread.run(Timer.java:505)
  235.  
  236.  
  237. "Netty Epoll Server IO #20" Id=62 RUNNABLE (in native)
  238. at io.netty.channel.epoll.Native.epollWait(Native Method)
  239. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  240. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  241. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  242. at java.lang.Thread.run(Thread.java:745)
  243.  
  244.  
  245. "Netty Epoll Server IO #19" Id=61 RUNNABLE (in native)
  246. at io.netty.channel.epoll.Native.epollWait(Native Method)
  247. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  248. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  249. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  250. at java.lang.Thread.run(Thread.java:745)
  251.  
  252.  
  253. "Netty Epoll Server IO #18" Id=60 RUNNABLE
  254. at io.netty.channel.epoll.Native.epollWait(Native Method)
  255. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  256. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  257. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  258. at java.lang.Thread.run(Thread.java:745)
  259.  
  260.  
  261. "Netty Epoll Server IO #17" Id=59 RUNNABLE (in native)
  262. at io.netty.channel.epoll.Native.epollWait(Native Method)
  263. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  264. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  265. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  266. at java.lang.Thread.run(Thread.java:745)
  267.  
  268.  
  269. "Netty Epoll Server IO #16" Id=58 RUNNABLE
  270. at io.netty.channel.epoll.Native.epollWait(Native Method)
  271. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  272. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  273. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  274. at java.lang.Thread.run(Thread.java:745)
  275.  
  276.  
  277. "Netty Epoll Server IO #15" Id=57 RUNNABLE (in native)
  278. at io.netty.channel.epoll.Native.epollWait(Native Method)
  279. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  280. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  281. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  282. at java.lang.Thread.run(Thread.java:745)
  283.  
  284.  
  285. "Netty Epoll Server IO #14" Id=56 RUNNABLE
  286. at io.netty.channel.epoll.Native.epollWait(Native Method)
  287. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  288. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  289. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  290. at java.lang.Thread.run(Thread.java:745)
  291.  
  292.  
  293. "Netty Epoll Server IO #13" Id=55 RUNNABLE
  294. at io.netty.channel.epoll.Native.epollWait(Native Method)
  295. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  296. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  297. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  298. at java.lang.Thread.run(Thread.java:745)
  299.  
  300.  
  301. "Netty Epoll Server IO #12" Id=54 RUNNABLE
  302. at io.netty.channel.epoll.Native.epollWait(Native Method)
  303. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  304. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  305. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  306. at java.lang.Thread.run(Thread.java:745)
  307.  
  308.  
  309. "Netty Epoll Server IO #11" Id=53 RUNNABLE (in native)
  310. at io.netty.channel.epoll.Native.epollWait(Native Method)
  311. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  312. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  313. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  314. at java.lang.Thread.run(Thread.java:745)
  315.  
  316.  
  317. "Netty Epoll Server IO #10" Id=52 RUNNABLE (in native)
  318. at io.netty.channel.epoll.Native.epollWait(Native Method)
  319. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  320. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  321. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  322. at java.lang.Thread.run(Thread.java:745)
  323.  
  324.  
  325. "Netty Epoll Server IO #9" Id=51 RUNNABLE (in native)
  326. at io.netty.channel.epoll.Native.epollWait(Native Method)
  327. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  328. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  329. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  330. at java.lang.Thread.run(Thread.java:745)
  331.  
  332.  
  333. "Netty Epoll Server IO #8" Id=50 RUNNABLE (in native)
  334. at io.netty.channel.epoll.Native.epollWait(Native Method)
  335. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  336. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  337. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  338. at java.lang.Thread.run(Thread.java:745)
  339.  
  340.  
  341. "Netty Epoll Server IO #7" Id=49 RUNNABLE (in native)
  342. at io.netty.channel.epoll.Native.epollWait(Native Method)
  343. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  344. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  345. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  346. at java.lang.Thread.run(Thread.java:745)
  347.  
  348.  
  349. "pool-2-thread-3" Id=72 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@487dc1fa
  350. at sun.misc.Unsafe.park(Native Method)
  351. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@487dc1fa
  352. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  353. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  354. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  355. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  356. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  357. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  358. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  359. ...
  360.  
  361.  
  362. "pool-2-thread-2" Id=71 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@487dc1fa
  363. at sun.misc.Unsafe.park(Native Method)
  364. - waiting on java.util.concurrent.SynchronousQueue$TransferStack@487dc1fa
  365. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  366. at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  367. at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  368. at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  369. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
  370. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
  371. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  372. ...
  373.  
  374.  
  375. "Netty Epoll Server IO #6" Id=48 RUNNABLE
  376. at io.netty.channel.epoll.Native.epollWait(Native Method)
  377. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  378. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  379. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  380. at java.lang.Thread.run(Thread.java:745)
  381.  
  382.  
  383. "Netty Epoll Server IO #5" Id=47 RUNNABLE
  384. at io.netty.channel.epoll.Native.epollWait(Native Method)
  385. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  386. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  387. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  388. at java.lang.Thread.run(Thread.java:745)
  389.  
  390.  
  391. "Netty Epoll Server IO #4" Id=46 RUNNABLE
  392. at io.netty.channel.epoll.Native.epollWait(Native Method)
  393. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  394. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  395. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  396. at java.lang.Thread.run(Thread.java:745)
  397.  
  398.  
  399. "Netty Epoll Server IO #3" Id=45 RUNNABLE
  400. at io.netty.channel.epoll.Native.epollWait(Native Method)
  401. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  402. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  403. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  404. at java.lang.Thread.run(Thread.java:745)
  405.  
  406.  
  407. "Netty Epoll Server IO #2" Id=44 RUNNABLE (in native)
  408. at io.netty.channel.epoll.Native.epollWait(Native Method)
  409. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  410. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  411. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  412. at java.lang.Thread.run(Thread.java:745)
  413.  
  414.  
  415. "Netty Epoll Server IO #1" Id=43 RUNNABLE (in native)
  416. at io.netty.channel.epoll.Native.epollWait(Native Method)
  417. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  418. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  419. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  420. at java.lang.Thread.run(Thread.java:745)
  421.  
  422.  
  423. "Netty Epoll Server IO #0" Id=42 RUNNABLE
  424. at io.netty.channel.epoll.Native.epollWait(Native Method)
  425. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  426. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  427. at io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  428. at java.lang.Thread.run(Thread.java:745)
  429.  
  430.  
  431. "H2 Log Writer PIXELMON2" Id=40 TIMED_WAITING on org.h2.store.WriterThread@57f24bcd
  432. at java.lang.Object.wait(Native Method)
  433. - waiting on org.h2.store.WriterThread@57f24bcd
  434. at org.h2.store.WriterThread.run(WriterThread.java:102)
  435. at java.lang.Thread.run(Thread.java:745)
  436.  
  437.  
  438. "pool-2-thread-1" Id=39 RUNNABLE
  439. at java.net.SocketInputStream.socketRead0(Native Method)
  440. at java.net.SocketInputStream.socketRead(SocketInputStream.java:116)
  441. at java.net.SocketInputStream.read(SocketInputStream.java:170)
  442. at java.net.SocketInputStream.read(SocketInputStream.java:141)
  443. at sun.security.ssl.InputRecord.readFully(InputRecord.java:465)
  444. at sun.security.ssl.InputRecord.read(InputRecord.java:503)
  445. at sun.security.ssl.SSLSocketImpl.readRecord(SSLSocketImpl.java:973)
  446. - locked java.lang.Object@1c3feaee
  447. at sun.security.ssl.SSLSocketImpl.readDataRecord(SSLSocketImpl.java:930)
  448. ...
  449.  
  450. Number of locked synchronizers = 1
  451. - java.util.concurrent.ThreadPoolExecutor$Worker@af7dfef
  452.  
  453.  
  454. "Sponge Async Scheduler Thread" Id=38 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5d770130
  455. at sun.misc.Unsafe.park(Native Method)
  456. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@5d770130
  457. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  458. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2163)
  459. at org.spongepowered.common.scheduler.AsyncScheduler.preTick(AsyncScheduler.java:112)
  460. at org.spongepowered.common.scheduler.SchedulerBase.runTick(SchedulerBase.java:102)
  461. at org.spongepowered.common.scheduler.AsyncScheduler.mainLoop(AsyncScheduler.java:66)
  462. at org.spongepowered.common.scheduler.AsyncScheduler$$Lambda$318/2024917618.run(Unknown Source)
  463. at java.lang.Thread.run(Thread.java:745)
  464.  
  465.  
  466. "Thread-5" Id=37 RUNNABLE
  467. at com.gmail.socraticphoenix.plasma.file.FileChannelThread.run(FileChannelThread.java:78)
  468.  
  469.  
  470. "ForkJoinPool.commonPool-worker-4" Id=26 WAITING on java.util.concurrent.ForkJoinPool@68f15ed4
  471. at sun.misc.Unsafe.park(Native Method)
  472. - waiting on java.util.concurrent.ForkJoinPool@68f15ed4
  473. at java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
  474. at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
  475. at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
  476.  
  477.  
  478. "Server console handler" Id=19 RUNNABLE (in native)
  479. at java.io.FileInputStream.readBytes(Native Method)
  480. at java.io.FileInputStream.read(FileInputStream.java:255)
  481. at java.io.BufferedInputStream.read1(BufferedInputStream.java:284)
  482. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  483. - locked java.io.BufferedInputStream@d2b1eff
  484. at sun.nio.cs.StreamDecoder.readBytes(StreamDecoder.java:284)
  485. at sun.nio.cs.StreamDecoder.implRead(StreamDecoder.java:326)
  486. at sun.nio.cs.StreamDecoder.read(StreamDecoder.java:178)
  487. - locked java.io.InputStreamReader@54c6c176
  488. at java.io.InputStreamReader.read(InputStreamReader.java:184)
  489. ...
  490.  
  491.  
  492. "DestroyJavaVM" Id=18 RUNNABLE
  493.  
  494.  
  495. "Server thread" Id=16 WAITING on java.util.concurrent.CompletableFuture$Signaller@31e459e5
  496. at sun.misc.Unsafe.park(Native Method)
  497. - waiting on java.util.concurrent.CompletableFuture$Signaller@31e459e5
  498. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  499. at java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
  500. at java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
  501. at java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
  502. at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1895)
  503. at org.spongepowered.common.service.user.UserDiscoverer.getProfileFromServer(UserDiscoverer.java:207)
  504. at org.spongepowered.common.service.user.UserDiscoverer.getFromStoredData(UserDiscoverer.java:188)
  505. ...
  506.  
  507.  
  508. "Server Infinisleeper" Id=15 TIMED_WAITING
  509. at java.lang.Thread.sleep(Native Method)
  510. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:69)
  511.  
  512.  
  513. "Snooper Timer" Id=14 TIMED_WAITING on java.util.TaskQueue@547fb068
  514. at java.lang.Object.wait(Native Method)
  515. - waiting on java.util.TaskQueue@547fb068
  516. at java.util.TimerThread.mainLoop(Timer.java:552)
  517. at java.util.TimerThread.run(Timer.java:505)
  518.  
  519.  
  520. "Signal Dispatcher" Id=5 RUNNABLE
  521.  
  522.  
  523. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@1f680fe
  524. at java.lang.Object.wait(Native Method)
  525. - waiting on java.lang.ref.ReferenceQueue$Lock@1f680fe
  526. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
  527. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
  528. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
  529.  
  530.  
  531. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@63593cc7
  532. at java.lang.Object.wait(Native Method)
  533. - waiting on java.lang.ref.Reference$Lock@63593cc7
  534. at java.lang.Object.wait(Object.java:502)
  535. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  536. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  537.  
  538.  
  539.  
  540. Stacktrace:
  541. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:63)
  542. at java.lang.Thread.run(Thread.java:745)
  543.  
  544. -- System Details --
  545. Details:
  546. Minecraft Version: 1.8.9
  547. Operating System: Linux (amd64) version 2.6.32-504.8.1.el6.x86_64
  548. Java Version: 1.8.0_91, Oracle Corporation
  549. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  550. Memory: 11304777832 bytes (10781 MB) / 12797673472 bytes (12204 MB) up to 12797673472 bytes (12204 MB)
  551. JVM Flags: 6 total; -Xmx12288M -Xms12288M -XX:+UseParNewGC -XX:+UseConcMarkSweepGC -XX:+CMSIncrementalPacing -XX:+CMSClassUnloadingEnabled
  552. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  553. FML: MCP 9.19 Powered by Forge 11.15.1.1890 43 mods loaded, 43 mods active
  554. States: 'U' = Unloaded 'L' = Loaded 'C' = Constructed 'H' = Pre-initialized 'I' = Initialized 'J' = Post-initialized 'A' = Available 'D' = Disabled 'E' = Errored
  555. UCHIJAAAA mcp{9.19} [Minecraft Coder Pack] (minecraft.jar)
  556. UCHIJAAAA FML{8.0.99.99} [Forge Mod Loader] (custom.jar)
  557. UCHIJAAAA Forge{11.15.1.1890} [Minecraft Forge] (custom.jar)
  558. UCHIJAAAA sponge{1.8.9-1890-4.2.0-BETA-1521} [SpongeForge] (spongeforge-1.8.9-1890-4.2.0-BETA-1521.jar)
  559. UCHIJAAAA org.monospark.actioncontrol{1.0.5} [ActionControl] (actioncontrol-1.0.5.jar)
  560. UCHIJAAAA chatclear{1.0.1} [chatclear] (chatclear-1.0.1.jar)
  561. UCHIJAAAA commandscheduler{2.0} [Command Scheduler] (CommandScheduler-2.3.jar)
  562. UCHIJAAAA deathpenalty{v0.3.1} [DeathPenalty] (deathpenalty-v0.3.1.jar)
  563. UCHIJAAAA de.yottaflops.easyscoreboard{1.5} [Easy Scoreboards] (EasyScoreboards.jar)
  564. UCHIJAAAA nuvotifier{2.3.2.2} [NuVotifier] (nuvotifier-universal-2.3.2.2.jar)
  565. UCHIJAAAA ninja.leaping.permissionsex{2.0-SNAPSHOT} [PermissionsEx] (PermissionsEx-Sponge.jar)
  566. UCHIJAAAA com.enjin.sponge{3.0.8-sponge} [Enjin Minecraft Plugin] (EMPSponge.jar)
  567. UCHIJAAAA pixelmon{4.2.7} [Pixelmon] (Pixelmon-1.8.9-4.2.7-universal.jar)
  568. UCHIJAAAA gameshark{4.1.1} [Gameshark (Pixelmon)] (Gameshark-1.8.9-4.1.1-universal.jar)
  569. UCHIJAAAA griefprevention{1.0} [GriefPrevention] (griefprevention-1.8.9-1.0-12.jar)
  570. UCHIJAAAA de.randombyte.holograms{v1.0} [Holograms] (holograms-v1.0.jar)
  571. UCHIJAAAA itemfinder{2.1.0} [ItemFinder] (ItemFinder-1.8.9-2.1.0-universal.jar)
  572. UCHIJAAAA journeymap{1.8.9-5.2.0} [JourneyMap] (journeymap-1.8.9-5.2.0-unlimited.jar)
  573. UCHIJAAAA keys{1.2} [keys] (Keys-1.2.jar)
  574. UCHIJAAAA nl.riebie.mcclans{1.2} [MCClans] (MCClans-1.2.jar)
  575. UCHIJAAAA MobBlocker{1.0} [MobBlocker] (MobBlocker-1.0.jar)
  576. UCHIJAAAA mysterygift{0.1.0} [Mystery Gift] (MysteryGift-1.8.9-0.1.0-universal.jar)
  577. UCHIJAAAA NBTEdit{1.8.9-1.0} [In-game NBTEdit] (NBTEdit-1.8.9-1.0-PATCHED.jar)
  578. UCHIJAAAA noflyzone{1.0} [No Fly Zone] (NoFlyZone-1.8.9-1.0.jar)
  579. UCHIJAAAA nucleus{0.6.0-SNAPSHOT} [Nucleus] (Nucleus-0.6.0-SNAPSHOT-all.jar)
  580. UCHIJAAAA pixelannouncer{1.0.0} [Pixel Announcer] (PixelAnnouncer-1.8.9-1.0.0-universal.jar)
  581. UCHIJAAAA pixelauction{1.0.2} [Pixel Auction] (PixelAuction-1.8.9-1.0.2-universal.jar)
  582. UCHIJAAAA pixelextras{2.1.4} [Pixel Extras] (PixelExtras-1.8.9-2.1.4-universal.jar)
  583. UCHIJAAAA pixelmoneconomybridge{1.1.1} [PixelmonEconomyBridge] (PixelmonEconomyBridge-1.1.1.jar)
  584. UCHIJAAAA pokedisguise{1.1} [Poke Disguise] (PokeDisguise-1.8.9-1.1.jar)
  585. UCHIJAAAA prism{3.0.0} [Prism] (Prism-3.0.0-beta2-3-g07e32ca.jar)
  586. UCHIJAAAA pvptoggle{1.2.0} [PvpToggle] (PvPToggle-1.2.0.jar)
  587. UCHIJAAAA pwnfilter{1.0} [PwnFilter] (pwnfilter-3.4.0.jar)
  588. UCHIJAAAA spawnofpsy{2.1.2} [SpawnOfPsyduck] (SpawnOfPsyduck-1.8.9-2.1.2-universal.jar)
  589. UCHIJAAAA com.gmail.socraticphoenix.sponge.star{1.6.10} [StarAPI] (StarAPI-1.6.10.jar)
  590. UCHIJAAAA supermodbanner{3.0} [SuperModBanner] (SuperModBanner-1.8.9-h3.0.jar)
  591. UCHIJAAAA totaleconomy{1.4.1} [Total Economy] (TotalEconomy-v1.4.1.jar)
  592. UCHIJAAAA trainercommands{2.1.0} [Pixelmon Trainer Commands] (TrainerCommands-1.8.9-2.1.0-universal.jar)
  593. UCHIJAAAA twentyticks{1.1.0} [Twenty Ticks] (twentyticks.jar)
  594. UCHIJAAAA com.gmail.socraticphoenix.sponge.voteright{1.0.5} [VoteRight] (VoteRight-1.0.5.jar)
  595. UCHIJAAAA com.arckenver.whowas{1.2} [WhoWas] (WhoWas-1.2.jar)
  596. UCHIJAAAA wondertrade{4.1.1} [Wonder Trade] (WonderTrade-1.8.9-4.2.0-universal.jar)
  597. UCHIJAAAA worldedit{6.1.1} [WorldEdit] (worldedit-forge-mc1.8.9-6.1.1.jar)
  598. Loaded coremods (and transformers):
  599. SpongeCoremod (spongeforge-1.8.9-1890-4.2.0-BETA-1521.jar)
  600. org.spongepowered.common.launch.transformer.SpongeSuperclassTransformer
  601. Java8CheckerCoremod (Pixelmon-1.8.9-4.2.7-universal.jar)
  602.  
  603. Profiler Position: N/A (disabled)
  604. Player Count: 5 / 100; [EntityPlayerMP['Washed_Pancake'/52, l='world189', x=-460.52, y=75.00, z=-1784.08], EntityPlayerMP['Shaddow13456'/94, l='world189', x=-49953.66, y=83.00, z=39434.24], EntityPlayerMP['teamfusion123'/156, l='world189', x=13675.94, y=66.24, z=-17996.09], EntityPlayerMP['ShadowGaming24'/305, l='world189', x=-11527.30, y=71.00, z=-5789.30], EntityPlayerMP['vandyb'/309, l='world189', x=46.30, y=10.00, z=98.93]]
  605. Is Modded: Definitely; Server brand changed to 'fml,forge,sponge'
  606. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement