Advertisement
Moobien

Untitled

Jul 24th, 2019
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.51 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // Surprise! Haha. Well, this is awkward.
  3.  
  4. Time: 7/24/19 5:25 PM
  5. Description: Watching Server
  6.  
  7. java.lang.Error: ServerHangWatchdog detected that a single server tick took 120.00 seconds (should be max 0.05)
  8. at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_212] {}
  9. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) ~[?:1.8.0_212] {}
  10. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125) ~[?:?] {pl:accesstransformer:B}
  11. at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123) ~[?:?] {pl:accesstransformer:B}
  12. at net.minecraft.world.World.func_217353_a(World.java:164) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  13. at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94) ~[?:?] {}
  14. at net.minecraft.world.World.func_212866_a_(World.java:160) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  15. at net.minecraft.world.World.func_180495_p(World.java:392) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  16. at net.minecraft.entity.LivingEntity.func_213352_e(LivingEntity.java:1817) ~[?:?] {xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
  17. at net.minecraft.entity.player.PlayerEntity.func_213352_e(PlayerEntity.java:1440) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  18. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2206) ~[?:?] {xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
  19. at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:480) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  20. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) ~[?:?] {xf:fml:caelus:coremodone,pl:runtimedistcleaner:A}
  21. at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:218) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  22. at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B}
  23. at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {xf:fml:randompatches:RandomPatches ServerPlayNetHandler Transformer}
  24. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:240) ~[?:?] {pl:runtimedistcleaner:A}
  25. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {pl:runtimedistcleaner:A}
  26. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:830) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  27. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {pl:accesstransformer:B}
  28. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  29. at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A}
  30. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212] {}
  31.  
  32.  
  33. A detailed walkthrough of the error, its code path and all known details is as follows:
  34. ---------------------------------------------------------------------------------------
  35.  
  36. -- Head --
  37. Thread: Server Watchdog
  38. Stacktrace:
  39. at sun.misc.Unsafe.park(Native Method)
  40. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  41. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125)
  42. at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123)
  43. at net.minecraft.world.World.func_217353_a(World.java:164)
  44. at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94)
  45. at net.minecraft.world.World.func_212866_a_(World.java:160)
  46. at net.minecraft.world.World.func_180495_p(World.java:392)
  47. at net.minecraft.entity.LivingEntity.func_213352_e(LivingEntity.java:1817)
  48. at net.minecraft.entity.player.PlayerEntity.func_213352_e(PlayerEntity.java:1440)
  49. at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2206)
  50. at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:480)
  51. at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024)
  52. at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:218)
  53. at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365)
  54. at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183)
  55. at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:240)
  56. at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135)
  57. at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:830)
  58. at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324)
  59. at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748)
  60.  
  61. -- Thread Dump --
  62. Details:
  63. Threads: "Netty Epoll Server IO #26" Id=1856 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  64. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  65. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  66. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  67. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  68. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  69. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  70. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  71. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  72. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  73. ...
  74.  
  75.  
  76. "Netty Epoll Server IO #25" Id=1855 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  77. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  78. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  79. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  80. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  81. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  82. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  83. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  84. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  85. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  86. ...
  87.  
  88.  
  89. "Netty Epoll Server IO #24" Id=1854 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  90. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  91. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  92. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  93. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  94. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  95. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  96. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  97. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  98. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  99. ...
  100.  
  101.  
  102. "Netty Epoll Server IO #23" Id=1853 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  103. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  104. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  105. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  106. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  107. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  108. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  109. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  110. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  111. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  112. ...
  113.  
  114.  
  115. "Netty Epoll Server IO #22" Id=1852 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  116. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  117. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  118. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  119. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  120. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  121. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  122. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  123. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  124. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  125. ...
  126.  
  127.  
  128. "Netty Epoll Server IO #21" Id=1851 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  129. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  130. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  131. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  132. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  133. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  134. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  135. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  136. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  137. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  138. ...
  139.  
  140.  
  141. "Netty Epoll Server IO #20" Id=1850 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  142. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  143. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  144. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  145. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  146. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  147. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  148. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  149. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  150. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  151. ...
  152.  
  153.  
  154. "Netty Epoll Server IO #19" Id=1849 BLOCKED on java.util.Collections$SynchronizedRandomAccessList@2cc04b64 owned by "Server thread" Id=39
  155. at java.util.Collections$SynchronizedCollection.add(Collections.java:2035)
  156. - blocked on java.util.Collections$SynchronizedRandomAccessList@2cc04b64
  157. at net.minecraft.network.NetworkSystem$1.initChannel(NetworkSystem.java:87)
  158. at io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
  159. at io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
  160. at io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
  161. at io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
  162. at io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
  163. at io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
  164. ...
  165.  
  166.  
  167. "Netty Epoll Server IO #18" Id=1787 RUNNABLE (in native)
  168. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  169. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  170. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  171. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  172. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  173. at java.lang.Thread.run(Thread.java:748)
  174.  
  175.  
  176. "Netty Epoll Server IO #17" Id=1784 RUNNABLE
  177. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  178. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  179. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  180. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  181. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  182. at java.lang.Thread.run(Thread.java:748)
  183.  
  184.  
  185. "Netty Epoll Server IO #16" Id=1775 RUNNABLE (in native)
  186. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  187. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  188. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  189. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  190. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  191. at java.lang.Thread.run(Thread.java:748)
  192.  
  193.  
  194. "Netty Epoll Server IO #15" Id=1774 RUNNABLE (in native)
  195. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  196. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  197. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  198. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  199. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  200. at java.lang.Thread.run(Thread.java:748)
  201.  
  202.  
  203. "Netty Epoll Server IO #14" Id=1748 RUNNABLE (in native)
  204. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  205. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  206. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  207. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  208. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  209. at java.lang.Thread.run(Thread.java:748)
  210.  
  211.  
  212. "Netty Epoll Server IO #13" Id=1023 RUNNABLE (in native)
  213. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  214. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  215. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  216. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  217. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  218. at java.lang.Thread.run(Thread.java:748)
  219.  
  220.  
  221. "Netty Epoll Server IO #12" Id=1022 RUNNABLE
  222. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  223. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  224. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  225. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  226. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  227. at java.lang.Thread.run(Thread.java:748)
  228.  
  229.  
  230. "Netty Epoll Server IO #11" Id=817 RUNNABLE
  231. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  232. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  233. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  234. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  235. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  236. at java.lang.Thread.run(Thread.java:748)
  237.  
  238.  
  239. "Netty Epoll Server IO #10" Id=812 RUNNABLE
  240. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  241. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  242. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  243. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  244. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  245. at java.lang.Thread.run(Thread.java:748)
  246.  
  247.  
  248. "Netty Epoll Server IO #9" Id=811 RUNNABLE
  249. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  250. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  251. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  252. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  253. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  254. at java.lang.Thread.run(Thread.java:748)
  255.  
  256.  
  257. "Netty Epoll Server IO #8" Id=810 RUNNABLE
  258. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  259. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  260. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  261. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  262. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  263. at java.lang.Thread.run(Thread.java:748)
  264.  
  265.  
  266. "Netty Epoll Server IO #7" Id=809 RUNNABLE
  267. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  268. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  269. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  270. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  271. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  272. at java.lang.Thread.run(Thread.java:748)
  273.  
  274.  
  275. "Netty Epoll Server IO #6" Id=808 RUNNABLE
  276. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  277. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  278. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  279. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  280. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  281. at java.lang.Thread.run(Thread.java:748)
  282.  
  283.  
  284. "Netty Epoll Server IO #5" Id=729 RUNNABLE
  285. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  286. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  287. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  288. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  289. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  290. at java.lang.Thread.run(Thread.java:748)
  291.  
  292.  
  293. "Netty Epoll Server IO #4" Id=115 RUNNABLE
  294. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  295. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  296. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  297. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  298. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  299. at java.lang.Thread.run(Thread.java:748)
  300.  
  301.  
  302. "Netty Epoll Server IO #3" Id=114 RUNNABLE
  303. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  304. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  305. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  306. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  307. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  308. at java.lang.Thread.run(Thread.java:748)
  309.  
  310.  
  311. "Netty Epoll Server IO #2" Id=93 RUNNABLE
  312. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  313. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  314. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  315. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  316. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  317. at java.lang.Thread.run(Thread.java:748)
  318.  
  319.  
  320. "Netty Epoll Server IO #1" Id=92 RUNNABLE
  321. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  322. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  323. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  324. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  325. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  326. at java.lang.Thread.run(Thread.java:748)
  327.  
  328.  
  329. "Server Watchdog" Id=91 RUNNABLE
  330. at sun.management.ThreadImpl.dumpThreads0(Native Method)
  331. at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  332. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37)
  333. at java.lang.Thread.run(Thread.java:748)
  334.  
  335.  
  336. "Thread-9" Id=87 RUNNABLE (in native)
  337. at sun.nio.fs.LinuxWatchService.poll(Native Method)
  338. at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  339. at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  340. at java.lang.Thread.run(Thread.java:748)
  341.  
  342.  
  343. "Netty Epoll Server IO #0" Id=82 RUNNABLE (in native)
  344. at io.netty.channel.epoll.Native.epollWait0(Native Method)
  345. at io.netty.channel.epoll.Native.epollWait(Native.java:114)
  346. at io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  347. at io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  348. at io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  349. at java.lang.Thread.run(Thread.java:748)
  350.  
  351.  
  352. "ObjectCleanerThread" Id=81 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@2207b08c
  353. at java.lang.Object.wait(Native Method)
  354. - waiting on java.lang.ref.ReferenceQueue$Lock@2207b08c
  355. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  356. at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  357. at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  358. at java.lang.Thread.run(Thread.java:748)
  359.  
  360.  
  361. "Thread-6" Id=78 RUNNABLE (in native)
  362. at sun.nio.fs.LinuxWatchService.poll(Native Method)
  363. at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  364. at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  365. at java.lang.Thread.run(Thread.java:748)
  366.  
  367.  
  368. "Server console handler" Id=43 RUNNABLE
  369. at java.io.FileInputStream.read0(Native Method)
  370. at java.io.FileInputStream.read(FileInputStream.java:207)
  371. at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:65)
  372. at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62)
  373. at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:168)
  374. at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)
  375. at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133)
  376. at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
  377. ...
  378.  
  379.  
  380. "DestroyJavaVM" Id=42 RUNNABLE
  381.  
  382.  
  383. "Server thread" Id=39 TIMED_WAITING on java.lang.String@26382014
  384. at sun.misc.Unsafe.park(Native Method)
  385. - waiting on java.lang.String@26382014
  386. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  387. at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125)
  388. at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123)
  389. at net.minecraft.world.World.func_217353_a(World.java:164)
  390. at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94)
  391. at net.minecraft.world.World.func_212866_a_(World.java:160)
  392. at net.minecraft.world.World.func_180495_p(World.java:392)
  393. ...
  394.  
  395.  
  396. "Server Infinisleeper" Id=40 TIMED_WAITING
  397. at java.lang.Thread.sleep(Native Method)
  398. at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:87)
  399.  
  400.  
  401. "Snooper Timer" Id=38 WAITING on java.util.TaskQueue@633abab7
  402. at java.lang.Object.wait(Native Method)
  403. - waiting on java.util.TaskQueue@633abab7
  404. at java.lang.Object.wait(Object.java:502)
  405. at java.util.TimerThread.mainLoop(Timer.java:526)
  406. at java.util.TimerThread.run(Timer.java:505)
  407.  
  408.  
  409. "pool-2-thread-1" Id=30 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d8f56df
  410. at sun.misc.Unsafe.park(Native Method)
  411. - waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@4d8f56df
  412. at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  413. at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  414. at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  415. at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  416. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  417. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  418. at java.lang.Thread.run(Thread.java:748)
  419.  
  420.  
  421. "Thread-2" Id=29 RUNNABLE (in native)
  422. at sun.nio.fs.LinuxWatchService.poll(Native Method)
  423. at sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  424. at sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  425. at java.lang.Thread.run(Thread.java:748)
  426.  
  427.  
  428. "Thread-1" Id=28 TIMED_WAITING
  429. at sun.misc.Unsafe.park(Native Method)
  430. at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338)
  431. at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
  432.  
  433.  
  434. "Signal Dispatcher" Id=4 RUNNABLE
  435.  
  436.  
  437. "Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@52931c32
  438. at java.lang.Object.wait(Native Method)
  439. - waiting on java.lang.ref.ReferenceQueue$Lock@52931c32
  440. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  441. at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  442. at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  443.  
  444.  
  445. "Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@35ccaef4
  446. at java.lang.Object.wait(Native Method)
  447. - waiting on java.lang.ref.Reference$Lock@35ccaef4
  448. at java.lang.Object.wait(Object.java:502)
  449. at java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  450. at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  451.  
  452.  
  453.  
  454. Stacktrace:
  455. at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52)
  456. at java.lang.Thread.run(Thread.java:748)
  457.  
  458. -- System Details --
  459. Details:
  460. Minecraft Version: 1.14.3
  461. Operating System: Linux (amd64) version 4.4.0-87-generic
  462. Java Version: 1.8.0_212, Oracle Corporation
  463. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  464. Memory: 700091544 bytes (667 MB) / 2167930880 bytes (2067 MB) up to 3262644224 bytes (3111 MB)
  465. JVM Flags: 3 total; -Xmx3500M -Xms256M -XX:ParallelGCThreads=1
  466. FML: New FML!
  467. Loaded coremods (and transformers): Nothing
  468. Player Count: 1 / 20; [ServerPlayerEntity['McMasterx'/43, l='Devcraft114', x=1.30, y=61.12, z=0.46]]
  469. Data Packs: mod:upgrade_aquatic, mod:rockcandy, mod:modnametooltip, vanilla, mod:waddles, mod:tubesreloaded, mod:trapcraft, mod:toolbelt, mod:titanium (incompatible), mod:theoneprobe, mod:storagenetwork, mod:simplytea, mod:simplefarming, mod:rftoolspower, mod:rftoolsbase, mod:restrictions, mod:randompatches, mod:portality (incompatible), mod:placebo, mod:pixellib, mod:nifty, mod:mysticalworld, mod:mysticallib, mod:morpheus, mod:modulartoolkit, mod:mcjtylib, mod:kleeslabs, mod:jei, mod:gates, mod:forge, mod:fastleafdecay, mod:dwarfcoal, mod:curiousshulkerboxes, mod:curiouselytra, mod:curios, mod:curioofundying, mod:computercraft, mod:caelus, mod:biomesoplenty, mod:appleskin, mod:apotheosis, mod:absentbydesign, fake_server:pixellib
  470. Is Modded: Definitely; Server brand changed to 'forge'
  471. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement