StefVDM

Untitled

Aug 28th, 2019
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 98.28 KB | None | 0 0
  1. > [17:17:17 INFO]: **Mystical [MEMBER] SmartGen » haha
  2. > [17:17:17 ERROR]: Could not pass event BlockPlaceEvent to WildStacker v2.9.2
  3. org.bukkit.event.EventException
  4. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:302) ~[server.jar:git-TacoSpigot-unknown]
  5. at co.aikar.timings.TimedEventExecutor.execute(TimedEventExecutor.java:78) ~[server.jar:git-TacoSpigot-unknown]
  6. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[server.jar:git-TacoSpigot-unknown]
  7. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:505) [server.jar:git-TacoSpigot-unknown]
  8. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:480) [server.jar:git-TacoSpigot-unknown]
  9. at org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callBlockPlaceEvent(CraftEventFactory.java:128) [server.jar:git-TacoSpigot-unknown]
  10. at net.minecraft.server.v1_8_R3.ItemStack.placeItem(ItemStack.java:160) [server.jar:git-TacoSpigot-unknown]
  11. at net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:503) [server.jar:git-TacoSpigot-unknown]
  12. at net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:745) [server.jar:git-TacoSpigot-unknown]
  13. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52) [server.jar:git-TacoSpigot-unknown]
  14. at net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1) [server.jar:git-TacoSpigot-unknown]
  15. at net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13) [server.jar:git-TacoSpigot-unknown]
  16. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511) [?:1.8.0_212]
  17. at java.util.concurrent.FutureTask.run(FutureTask.java:266) [?:1.8.0_212]
  18. at net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44) [server.jar:git-TacoSpigot-unknown]
  19. at net.minecraft.server.v1_8_R3.MinecraftServer.tickScheduler(MinecraftServer.java:812) [server.jar:git-TacoSpigot-unknown]
  20. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:651) [server.jar:git-TacoSpigot-unknown]
  21. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  22. Caused by: java.util.concurrent.RejectedExecutionException: Task com.bgsoftware.wildstacker.database.StatementHolder$$Lambda$1002/1334621972@5cfd73da rejected from java.util.concurrent.ThreadPoolExecutor@5661ae45[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 53]
  23. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ~[?:1.8.0_212]
  24. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) ~[?:1.8.0_212]
  25. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) ~[?:1.8.0_212]
  26. at com.bgsoftware.wildstacker.utils.Executor.data(Executor.java:35) ~[WildStacker-2.9.2.2.jar:?]
  27. at com.bgsoftware.wildstacker.database.StatementHolder.execute(StatementHolder.java:84) ~[WildStacker-2.9.2.2.jar:?]
  28. at com.bgsoftware.wildstacker.objects.WStackedSpawner.setStackAmount(WStackedSpawner.java:54) ~[WildStacker-2.9.2.2.jar:?]
  29. at com.bgsoftware.wildstacker.hooks.SpawnersProvider_Default.setSpawnerType(SpawnersProvider_Default.java:88) ~[WildStacker-2.9.2.2.jar:?]
  30. at com.bgsoftware.wildstacker.handlers.ProvidersHandler.setSpawnerType(ProvidersHandler.java:144) ~[WildStacker-2.9.2.2.jar:?]
  31. at com.bgsoftware.wildstacker.listeners.SpawnersListener.onBlockPlace(SpawnersListener.java:71) ~[WildStacker-2.9.2.2.jar:?]
  32. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_212]
  33. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_212]
  34. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_212]
  35. at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_212]
  36. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:300) ~[server.jar:git-TacoSpigot-unknown]
  37. ... 17 more
  38. > [17:17:17 WARN]: [WildStacker] Task #26444 for WildStacker v2.9.2 generated an exception
  39. java.util.concurrent.RejectedExecutionException: Task com.bgsoftware.wildstacker.database.SQLHelper$$Lambda$857/1311996029@7b44f320 rejected from java.util.concurrent.ThreadPoolExecutor@5661ae45[Terminated, pool size = 0, active threads = 0, queued tasks = 0, completed tasks = 53]
  40. at java.util.concurrent.ThreadPoolExecutor$AbortPolicy.rejectedExecution(ThreadPoolExecutor.java:2063) ~[?:1.8.0_212]
  41. at java.util.concurrent.ThreadPoolExecutor.reject(ThreadPoolExecutor.java:830) ~[?:1.8.0_212]
  42. at java.util.concurrent.ThreadPoolExecutor.execute(ThreadPoolExecutor.java:1379) ~[?:1.8.0_212]
  43. at com.bgsoftware.wildstacker.utils.Executor.data(Executor.java:35) ~[WildStacker-2.9.2.2.jar:?]
  44. at com.bgsoftware.wildstacker.database.SQLHelper.runIfConditionNotExist(SQLHelper.java:58) ~[WildStacker-2.9.2.2.jar:?]
  45. at com.bgsoftware.wildstacker.objects.WStackedSpawner.lambda$new$1(WStackedSpawner.java:37) ~[WildStacker-2.9.2.2.jar:?]
  46. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59) ~[server.jar:git-TacoSpigot-unknown]
  47. at org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349) [server.jar:git-TacoSpigot-unknown]
  48. at net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:828) [server.jar:git-TacoSpigot-unknown]
  49. at net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:384) [server.jar:git-TacoSpigot-unknown]
  50. at net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:752) [server.jar:git-TacoSpigot-unknown]
  51. at net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649) [server.jar:git-TacoSpigot-unknown]
  52. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  53. > [17:17:18 INFO]: _XEnderGamer_ issued server command: /f chest
  54. > [17:17:19 INFO]: **Mystical [MEMBER] SmartGen » he was away
  55. > [17:17:23 INFO]: Set TightGirl's 'spam' points from 0 -> 2
  56. > [17:17:28 INFO]: FactionChat Mystical: **AATrenchMachineAA _XEnderGamer_: jusus
  57. > [17:17:38 INFO]: Set HweatThins's 'spam' points from 5 -> 7
  58. > [17:17:40 INFO]: Set HweatThins's 'spam' points from 7 -> 9
  59. > [17:17:44 INFO]: FactionChat Mystical: **AATrenchMachineAA _XEnderGamer_: who is crashing server?
  60. > [17:17:44 INFO]: *--------- Rule match (chat) for TightGirl ---------
  61. > [17:17:44 INFO]: MATCH: \b(f+(\W|\d|_)*u+(\W|\d|_)*c+(\W|\d|_)*k+(\W|\d|_)*)
  62. > [17:17:44 INFO]: CATCH: how fucking shit
  63. > [17:17:44 INFO]: FINAL: how *****ing shit
  64. > [17:17:44 INFO]: *--------- Rule match (chat) for TightGirl ---------
  65. > [17:17:44 INFO]: MATCH: \b(s+(\W|\d|_)*h+(\W|\d|_)*i+(\W|\d|_)*t+(\W|\d|_)*)
  66. > [17:17:44 INFO]: CATCH: how *****ing shit
  67. > [17:17:44 INFO]: FINAL: how *****ing *****
  68. > [17:17:48 INFO]: FactionChat Mystical: **AATrenchMachineAA _XEnderGamer_: who is crashing server?
  69. > [17:17:52 ERROR]: [Plan] Error was caught by com.djrapitops.plan.db.MySQLDB
  70. java.util.concurrent.CompletionException: com.djrapitops.plan.api.exceptions.database.DBOpException: StoreNumberProviderTransaction failed: SQL Failed: UPDATE plan_extension_providers SET text=?,description=?,priority=?,condition_name=?,show_in_players_table=?,format_type=?,tab_id=(SELECT id FROM plan_extension_tabs WHERE name=? AND plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?)),icon_id=(SELECT id FROM plan_extension_icons WHERE name=? AND family=? AND color=?) WHERE plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?) AND name=?; Lock wait timeout exceeded; try restarting transaction, Transaction was rolled back.
  71. at java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:273) ~[?:1.8.0_212]
  72. at java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:280) [?:1.8.0_212]
  73. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1592) [?:1.8.0_212]
  74. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) [?:1.8.0_212]
  75. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) [?:1.8.0_212]
  76. at java.lang.Thread.run(Thread.java:748) [?:1.8.0_212]
  77. Caused by: com.djrapitops.plan.api.exceptions.database.DBOpException: StoreNumberProviderTransaction failed: SQL Failed: UPDATE plan_extension_providers SET text=?,description=?,priority=?,condition_name=?,show_in_players_table=?,format_type=?,tab_id=(SELECT id FROM plan_extension_tabs WHERE name=? AND plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?)),icon_id=(SELECT id FROM plan_extension_icons WHERE name=? AND family=? AND color=?) WHERE plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?) AND name=?; Lock wait timeout exceeded; try restarting transaction, Transaction was rolled back.
  78. at com.djrapitops.plan.db.access.transactions.Transaction.manageFailure(Transaction.java:89) ~[Plan-4.9.4.jar:?]
  79. at com.djrapitops.plan.db.access.transactions.Transaction.executeTransaction(Transaction.java:71) ~[Plan-4.9.4.jar:?]
  80. at com.djrapitops.plan.db.SQLDB.lambda$executeTransaction$1(SQLDB.java:236) ~[Plan-4.9.4.jar:?]
  81. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  82. ... 3 more
  83. Caused by: com.djrapitops.plan.api.exceptions.database.DBOpException: SQL Failed: UPDATE plan_extension_providers SET text=?,description=?,priority=?,condition_name=?,show_in_players_table=?,format_type=?,tab_id=(SELECT id FROM plan_extension_tabs WHERE name=? AND plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?)),icon_id=(SELECT id FROM plan_extension_icons WHERE name=? AND family=? AND color=?) WHERE plugin_id=(SELECT id FROM plan_extension_plugins WHERE name=? AND server_uuid=?) AND name=?; Lock wait timeout exceeded; try restarting transaction
  84. at com.djrapitops.plan.api.exceptions.database.DBOpException.forCause(DBOpException.java:37) ~[Plan-4.9.4.jar:?]
  85. at com.djrapitops.plan.db.access.ExecStatement.execute(ExecStatement.java:45) ~[Plan-4.9.4.jar:?]
  86. at com.djrapitops.plan.extension.implementation.storage.transactions.providers.StoreNumberProviderTransaction.lambda$storeProvider$0(StoreNumberProviderTransaction.java:64) ~[Plan-4.9.4.jar:?]
  87. at com.djrapitops.plan.db.access.transactions.Transaction.execute(Transaction.java:142) ~[Plan-4.9.4.jar:?]
  88. at com.djrapitops.plan.extension.implementation.storage.transactions.providers.StoreNumberProviderTransaction.performOperations(StoreNumberProviderTransaction.java:59) ~[Plan-4.9.4.jar:?]
  89. at com.djrapitops.plan.db.access.transactions.Transaction.executeTransaction(Transaction.java:67) ~[Plan-4.9.4.jar:?]
  90. at com.djrapitops.plan.db.SQLDB.lambda$executeTransaction$1(SQLDB.java:236) ~[Plan-4.9.4.jar:?]
  91. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  92. ... 3 more
  93. Caused by: java.sql.SQLException: Lock wait timeout exceeded; try restarting transaction
  94. at com.mysql.jdbc.SQLError.createSQLException(SQLError.java:1073) ~[server.jar:git-TacoSpigot-unknown]
  95. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3593) ~[server.jar:git-TacoSpigot-unknown]
  96. at com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3525) ~[server.jar:git-TacoSpigot-unknown]
  97. at com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986) ~[server.jar:git-TacoSpigot-unknown]
  98. at com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140) ~[server.jar:git-TacoSpigot-unknown]
  99. at com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626) ~[server.jar:git-TacoSpigot-unknown]
  100. at com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111) ~[server.jar:git-TacoSpigot-unknown]
  101. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2407) ~[server.jar:git-TacoSpigot-unknown]
  102. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2325) ~[server.jar:git-TacoSpigot-unknown]
  103. at com.mysql.jdbc.PreparedStatement.executeUpdate(PreparedStatement.java:2310) ~[server.jar:git-TacoSpigot-unknown]
  104. at plan.com.zaxxer.hikari.pool.ProxyPreparedStatement.executeUpdate(ProxyPreparedStatement.java:61) ~[Plan-4.9.4.jar:?]
  105. at plan.com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeUpdate(HikariProxyPreparedStatement.java) ~[Plan-4.9.4.jar:?]
  106. at com.djrapitops.plan.db.access.ExecStatement.callExecute(ExecStatement.java:60) ~[Plan-4.9.4.jar:?]
  107. at com.djrapitops.plan.db.access.ExecStatement.execute(ExecStatement.java:52) ~[Plan-4.9.4.jar:?]
  108. at com.djrapitops.plan.db.access.ExecStatement.execute(ExecStatement.java:42) ~[Plan-4.9.4.jar:?]
  109. at com.djrapitops.plan.extension.implementation.storage.transactions.providers.StoreNumberProviderTransaction.lambda$storeProvider$0(StoreNumberProviderTransaction.java:64) ~[Plan-4.9.4.jar:?]
  110. at com.djrapitops.plan.db.access.transactions.Transaction.execute(Transaction.java:142) ~[Plan-4.9.4.jar:?]
  111. at com.djrapitops.plan.extension.implementation.storage.transactions.providers.StoreNumberProviderTransaction.performOperations(StoreNumberProviderTransaction.java:59) ~[Plan-4.9.4.jar:?]
  112. at com.djrapitops.plan.db.access.transactions.Transaction.executeTransaction(Transaction.java:67) ~[Plan-4.9.4.jar:?]
  113. at com.djrapitops.plan.db.SQLDB.lambda$executeTransaction$1(SQLDB.java:236) ~[Plan-4.9.4.jar:?]
  114. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  115. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149) ~[?:1.8.0_212]
  116. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) ~[?:1.8.0_212]
  117. at java.lang.Thread.run(Thread.java:748) ~[?:1.8.0_212]
  118. at com.djrapitops.plan.db.SQLDB.executeTransaction(SQLDB.java:229) ~[Plan-4.9.4.jar:?]
  119. at com.djrapitops.plan.extension.implementation.providers.gathering.NumberProviderValueGatherer.gatherNumberDataOfProvider(NumberProviderValueGatherer.java:108) ~[Plan-4.9.4.jar:?]
  120. at com.djrapitops.plan.extension.implementation.providers.gathering.NumberProviderValueGatherer.gatherNumberDataOfPlayer(NumberProviderValueGatherer.java:73) ~[Plan-4.9.4.jar:?]
  121. at com.djrapitops.plan.extension.implementation.providers.gathering.ProviderValueGatherer.updateValues(ProviderValueGatherer.java:128) ~[Plan-4.9.4.jar:?]
  122. at com.djrapitops.plan.extension.ExtensionServiceImplementation.updatePlayerValues(ExtensionServiceImplementation.java:155) ~[Plan-4.9.4.jar:?]
  123. at com.djrapitops.plan.extension.ExtensionServiceImplementation.updatePlayerValues(ExtensionServiceImplementation.java:144) ~[Plan-4.9.4.jar:?]
  124. at com.djrapitops.plan.system.listeners.bukkit.PlayerOnlineListener.lambda$actOnJoinEvent$3(PlayerOnlineListener.java:181) ~[Plan-4.9.4.jar:?]
  125. at com.djrapitops.plan.system.processing.Processing.lambda$submitNonCritical$0(Processing.java:73) ~[Plan-4.9.4.jar:?]
  126. at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1590) ~[?:1.8.0_212]
  127. ... 3 more
  128. > [17:17:56 INFO]: *--------- Rule match (chat) for HweatThins ---------
  129. > [17:17:56 INFO]: MATCH: \b(f+(\W|\d|_)*u+(\W|\d|_)*c+(\W|\d|_)*k+(\W|\d|_)*)
  130. > [17:17:56 INFO]: CATCH: ITs taking my fucking money
  131. > [17:17:56 INFO]: FINAL: ITs taking my *****ing money
  132. >day day pvp
  133. >night night world_the_end
  134. >night night world_nether
  135. > [17:18:26 ERROR]: The server has stopped responding!
  136. > [17:18:26 ERROR]: Please report this to PaperSpigot directly!
  137. > [17:18:26 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  138. > [17:18:26 ERROR]: PaperSpigot version: Elapsed (MC: 1.8.8)
  139. > [17:18:26 ERROR]: ------------------------------
  140. > [17:18:26 ERROR]: Server thread dump (Look for plugins here before reporting to PaperSpigot!):
  141. > [17:18:26 ERROR]: ------------------------------
  142. > [17:18:26 ERROR]: Current Thread: Server thread
  143. > [17:18:26 ERROR]: PID: 19 | Suspended: false | Native: false | State: RUNNABLE
  144. > [17:18:26 ERROR]: Stack:
  145. > [17:18:26 ERROR]: sun.misc.Unsafe.getObjectVolatile(Native Method)
  146. > [17:18:26 ERROR]: java.util.concurrent.atomic.AtomicReferenceArray.getRaw(AtomicReferenceArray.java:130)
  147. > [17:18:26 ERROR]: java.util.concurrent.atomic.AtomicReferenceArray.get(AtomicReferenceArray.java:125)
  148. > [17:18:26 ERROR]: io.netty.util.DefaultAttributeMap.attr(DefaultAttributeMap.java:68)
  149. > [17:18:26 ERROR]: com.comphenix.protocol.injector.netty.ChannelProxy.attr(ChannelProxy.java:85)
  150. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:172)
  151. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141)
  152. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:975)
  153. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.EntityTrackerEntry.broadcast(EntityTrackerEntry.java:305)
  154. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:445)
  155. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:482)
  156. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112)
  157. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:61)
  158. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18)
  159. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World.a(World.java:1325)
  160. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:984)
  161. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World.lambda$1(World.java:1317)
  162. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World$$Lambda$687/1366863456.call(Unknown Source)
  163. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World.runAsyncSafe(World.java:343)
  164. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World.addEntity(World.java:1252)
  165. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.World.addEntity(World.java:1245)
  166. > [17:18:26 ERROR]: org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItem(CraftWorld.java:336)
  167. > [17:18:26 ERROR]: org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItemNaturally(CraftWorld.java:375)
  168. > [17:18:26 ERROR]: com.bgsoftware.wildstacker.utils.items.ItemUtil.dropItem(ItemUtil.java:77)
  169. > [17:18:26 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener.lambda$null$2(EntitiesListener.java:184)
  170. > [17:18:26 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener$$Lambda$932/227525254.accept(Unknown Source)
  171. > [17:18:26 ERROR]: java.util.ArrayList.forEach(ArrayList.java:1257)
  172. > [17:18:26 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener.lambda$null$3(EntitiesListener.java:184)
  173. > [17:18:26 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener$$Lambda$929/1880292037.run(Unknown Source)
  174. > [17:18:26 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
  175. > [17:18:26 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349)
  176. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:828)
  177. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:384)
  178. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:752)
  179. > [17:18:26 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649)
  180. > [17:18:26 ERROR]: java.lang.Thread.run(Thread.java:748)
  181. > [17:18:26 ERROR]: ------------------------------
  182. > [17:18:26 ERROR]: Entire Thread Dump:
  183. > [17:18:27 ERROR]: ------------------------------
  184. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #22
  185. > [17:18:27 ERROR]: PID: 267 | Suspended: false | Native: false | State: WAITING
  186. > [17:18:27 ERROR]: Stack:
  187. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  188. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  189. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  190. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  191. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  192. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  193. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  194. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  195. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  196. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  197. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  198. > [17:18:27 ERROR]: ------------------------------
  199. > [17:18:27 ERROR]: Current Thread: luckperms-worker-11
  200. > [17:18:27 ERROR]: PID: 266 | Suspended: false | Native: false | State: TIMED_WAITING
  201. > [17:18:27 ERROR]: Stack:
  202. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  203. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  204. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  205. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  206. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  207. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  208. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  209. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  210. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  211. > [17:18:27 ERROR]: ------------------------------
  212. > [17:18:27 ERROR]: Current Thread: luckperms-worker-10
  213. > [17:18:27 ERROR]: PID: 265 | Suspended: false | Native: false | State: TIMED_WAITING
  214. > [17:18:27 ERROR]: Stack:
  215. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  216. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  217. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  218. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  219. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  220. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  221. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  222. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  223. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  224. > [17:18:27 ERROR]: ------------------------------
  225. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #21
  226. > [17:18:27 ERROR]: PID: 264 | Suspended: false | Native: false | State: WAITING
  227. > [17:18:27 ERROR]: Stack:
  228. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  229. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  230. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  231. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  232. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  233. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  234. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  235. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  236. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  237. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  238. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  239. > [17:18:27 ERROR]: ------------------------------
  240. > [17:18:27 ERROR]: Current Thread: luckperms-worker-9
  241. > [17:18:27 ERROR]: PID: 263 | Suspended: false | Native: false | State: TIMED_WAITING
  242. > [17:18:27 ERROR]: Stack:
  243. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  244. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  245. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  246. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  247. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  248. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  249. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  250. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  251. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  252. > [17:18:27 ERROR]: ------------------------------
  253. > [17:18:27 ERROR]: Current Thread: luckperms-worker-8
  254. > [17:18:27 ERROR]: PID: 262 | Suspended: false | Native: false | State: TIMED_WAITING
  255. > [17:18:27 ERROR]: Stack:
  256. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  257. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  258. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  259. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  260. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  261. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  262. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  263. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  264. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  265. > [17:18:27 ERROR]: ------------------------------
  266. > [17:18:27 ERROR]: Current Thread: luckperms-worker-7
  267. > [17:18:27 ERROR]: PID: 261 | Suspended: false | Native: false | State: TIMED_WAITING
  268. > [17:18:27 ERROR]: Stack:
  269. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  270. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  271. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  272. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  273. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  274. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  275. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  276. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  277. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  278. > [17:18:27 ERROR]: ------------------------------
  279. > [17:18:27 ERROR]: Current Thread: luckperms-worker-6
  280. > [17:18:27 ERROR]: PID: 260 | Suspended: false | Native: false | State: TIMED_WAITING
  281. > [17:18:27 ERROR]: Stack:
  282. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  283. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  284. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  285. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  286. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  287. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  288. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  289. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  290. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  291. > [17:18:27 ERROR]: ------------------------------
  292. > [17:18:27 ERROR]: Current Thread: Thread-67
  293. > [17:18:27 ERROR]: PID: 259 | Suspended: false | Native: false | State: WAITING
  294. > [17:18:27 ERROR]: Stack:
  295. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  296. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  297. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  298. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.LoginListener$LoginHandler.fireEvents(LoginListener.java:264)
  299. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.LoginListener$2.run(LoginListener.java:172)
  300. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  301. > [17:18:27 ERROR]: ------------------------------
  302. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #20
  303. > [17:18:27 ERROR]: PID: 258 | Suspended: false | Native: false | State: WAITING
  304. > [17:18:27 ERROR]: Stack:
  305. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  306. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  307. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  308. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  309. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  310. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  311. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  312. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  313. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  314. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  315. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  316. > [17:18:27 ERROR]: ------------------------------
  317. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #19
  318. > [17:18:27 ERROR]: PID: 257 | Suspended: false | Native: false | State: WAITING
  319. > [17:18:27 ERROR]: Stack:
  320. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  321. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  322. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  323. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  324. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  325. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  326. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  327. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  328. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  329. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  330. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  331. > [17:18:27 ERROR]: ------------------------------
  332. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #18
  333. > [17:18:27 ERROR]: PID: 256 | Suspended: false | Native: false | State: WAITING
  334. > [17:18:27 ERROR]: Stack:
  335. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  336. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  337. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  338. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  339. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  340. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  341. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  342. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  343. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  344. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  345. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  346. > [17:18:27 ERROR]: ------------------------------
  347. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #17
  348. > [17:18:27 ERROR]: PID: 255 | Suspended: false | Native: false | State: WAITING
  349. > [17:18:27 ERROR]: Stack:
  350. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  351. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  352. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  353. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  354. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  355. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  356. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  357. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  358. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  359. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  360. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  361. > [17:18:27 ERROR]: ------------------------------
  362. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #16
  363. > [17:18:27 ERROR]: PID: 254 | Suspended: false | Native: false | State: WAITING
  364. > [17:18:27 ERROR]: Stack:
  365. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  366. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  367. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  368. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  369. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  370. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  371. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  372. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  373. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  374. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  375. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  376. > [17:18:27 ERROR]: ------------------------------
  377. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #15
  378. > [17:18:27 ERROR]: PID: 253 | Suspended: false | Native: false | State: WAITING
  379. > [17:18:27 ERROR]: Stack:
  380. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  381. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  382. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  383. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  384. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  385. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  386. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  387. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  388. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  389. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  390. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  391. > [17:18:27 ERROR]: ------------------------------
  392. > [17:18:27 ERROR]: Current Thread: Thread-66
  393. > [17:18:27 ERROR]: PID: 252 | Suspended: false | Native: false | State: WAITING
  394. > [17:18:27 ERROR]: Stack:
  395. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  396. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  397. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  398. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.LoginListener$LoginHandler.fireEvents(LoginListener.java:264)
  399. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.LoginListener$2.run(LoginListener.java:172)
  400. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  401. > [17:18:27 ERROR]: ------------------------------
  402. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #14
  403. > [17:18:27 ERROR]: PID: 251 | Suspended: false | Native: false | State: WAITING
  404. > [17:18:27 ERROR]: Stack:
  405. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  406. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  407. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  408. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  409. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  410. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  411. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  412. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  413. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  414. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  415. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  416. > [17:18:27 ERROR]: ------------------------------
  417. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #13
  418. > [17:18:27 ERROR]: PID: 250 | Suspended: false | Native: false | State: WAITING
  419. > [17:18:27 ERROR]: Stack:
  420. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  421. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  422. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  423. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  424. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  425. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  426. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  427. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  428. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  429. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  430. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  431. > [17:18:27 ERROR]: ------------------------------
  432. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #12
  433. > [17:18:27 ERROR]: PID: 249 | Suspended: false | Native: false | State: WAITING
  434. > [17:18:27 ERROR]: Stack:
  435. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  436. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  437. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  438. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  439. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  440. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  441. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  442. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  443. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  444. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  445. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  446. > [17:18:27 ERROR]: ------------------------------
  447. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #11
  448. > [17:18:27 ERROR]: PID: 248 | Suspended: false | Native: false | State: WAITING
  449. > [17:18:27 ERROR]: Stack:
  450. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  451. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  452. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  453. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  454. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  455. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  456. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  457. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  458. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  459. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  460. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  461. > [17:18:27 ERROR]: ------------------------------
  462. > [17:18:27 ERROR]: Current Thread: Async Chat Thread - #10
  463. > [17:18:27 ERROR]: PID: 247 | Suspended: false | Native: false | State: WAITING
  464. > [17:18:27 ERROR]: Stack:
  465. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  466. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  467. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
  468. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1206)
  469. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1088)
  470. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
  471. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  472. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
  473. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  474. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  475. > [17:18:27 ERROR]: ------------------------------
  476. > [17:18:27 ERROR]: Current Thread: File IO Thread
  477. > [17:18:27 ERROR]: PID: 200 | Suspended: false | Native: false | State: TIMED_WAITING
  478. > [17:18:27 ERROR]: Stack:
  479. > [17:18:27 ERROR]: java.lang.Thread.sleep(Native Method)
  480. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.FileIOThread.c(FileIOThread.java:52)
  481. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.FileIOThread.run(FileIOThread.java:28)
  482. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  483. > [17:18:27 ERROR]: ------------------------------
  484. > [17:18:27 ERROR]: Current Thread: RxComputationScheduler-1
  485. > [17:18:27 ERROR]: PID: 192 | Suspended: false | Native: false | State: WAITING
  486. > [17:18:27 ERROR]: Stack:
  487. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  488. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  489. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  490. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1081)
  491. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  492. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  493. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  494. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  495. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  496. > [17:18:27 ERROR]: ------------------------------
  497. > [17:18:27 ERROR]: Current Thread: pool-38-thread-5
  498. > [17:18:27 ERROR]: PID: 181 | Suspended: false | Native: false | State: WAITING
  499. > [17:18:27 ERROR]: Stack:
  500. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  501. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  502. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  503. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  504. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  505. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  506. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  507. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  508. > [17:18:27 ERROR]: ------------------------------
  509. > [17:18:27 ERROR]: Current Thread: pool-22-thread-1
  510. > [17:18:27 ERROR]: PID: 180 | Suspended: false | Native: false | State: WAITING
  511. > [17:18:27 ERROR]: Stack:
  512. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  513. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  514. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  515. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  516. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  517. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  518. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  519. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  520. > [17:18:27 ERROR]: ------------------------------
  521. > [17:18:27 ERROR]: Current Thread: pool-38-thread-4
  522. > [17:18:27 ERROR]: PID: 177 | Suspended: false | Native: false | State: WAITING
  523. > [17:18:27 ERROR]: Stack:
  524. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  525. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  526. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  527. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  528. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  529. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  530. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  531. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  532. > [17:18:27 ERROR]: ------------------------------
  533. > [17:18:27 ERROR]: Current Thread: pool-38-thread-3
  534. > [17:18:27 ERROR]: PID: 175 | Suspended: false | Native: false | State: WAITING
  535. > [17:18:27 ERROR]: Stack:
  536. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  537. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  538. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  539. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  540. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  541. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  542. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  543. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  544. > [17:18:27 ERROR]: ------------------------------
  545. > [17:18:27 ERROR]: Current Thread: pool-38-thread-2
  546. > [17:18:27 ERROR]: PID: 173 | Suspended: false | Native: false | State: WAITING
  547. > [17:18:27 ERROR]: Stack:
  548. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  549. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  550. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  551. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  552. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  553. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  554. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  555. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  556. > [17:18:27 ERROR]: ------------------------------
  557. > [17:18:27 ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
  558. > [17:18:27 ERROR]: PID: 171 | Suspended: false | Native: false | State: WAITING
  559. > [17:18:27 ERROR]: Stack:
  560. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  561. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  562. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  563. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  564. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  565. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  566. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  567. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  568. > [17:18:27 ERROR]: ------------------------------
  569. > [17:18:27 ERROR]: Current Thread: Chunk I/O Executor Thread-2
  570. > [17:18:27 ERROR]: PID: 170 | Suspended: false | Native: false | State: WAITING
  571. > [17:18:27 ERROR]: Stack:
  572. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  573. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  574. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  575. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  576. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  577. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  578. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  579. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  580. > [17:18:27 ERROR]: ------------------------------
  581. > [17:18:27 ERROR]: Current Thread: Chunk I/O Executor Thread-1
  582. > [17:18:27 ERROR]: PID: 169 | Suspended: false | Native: false | State: WAITING
  583. > [17:18:27 ERROR]: Stack:
  584. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  585. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  586. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  587. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  588. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  589. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  590. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  591. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  592. > [17:18:27 ERROR]: ------------------------------
  593. > [17:18:27 ERROR]: Current Thread: ExpiringMap-Expirer
  594. > [17:18:27 ERROR]: PID: 168 | Suspended: false | Native: false | State: TIMED_WAITING
  595. > [17:18:27 ERROR]: Stack:
  596. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  597. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  598. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  599. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  600. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  601. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  602. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  603. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  604. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  605. > [17:18:27 ERROR]: ------------------------------
  606. > [17:18:27 ERROR]: Current Thread: pool-47-thread-1
  607. > [17:18:27 ERROR]: PID: 167 | Suspended: false | Native: false | State: WAITING
  608. > [17:18:27 ERROR]: Stack:
  609. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  610. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  611. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  612. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  613. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  614. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  615. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  616. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  617. > [17:18:27 ERROR]: ------------------------------
  618. > [17:18:27 ERROR]: Current Thread: pool-38-thread-1
  619. > [17:18:27 ERROR]: PID: 166 | Suspended: false | Native: false | State: WAITING
  620. > [17:18:27 ERROR]: Stack:
  621. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  622. > [17:18:27 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  623. > [17:18:27 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  624. > [17:18:27 ERROR]: Stack:
  625. > [17:18:27 ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  626. > [17:18:27 ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  627. > [17:18:27 ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
  628. > [17:18:27 ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
  629. > [17:18:27 ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
  630. > [17:18:27 ERROR]: sun.net.httpserver.ServerImpl$Dispatcher.run(ServerImpl.java:352)
  631. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  632. > [17:18:27 ERROR]: ------------------------------
  633. > [17:18:27 ERROR]: Current Thread: server-timer
  634. > [17:18:27 ERROR]: PID: 108 | Suspended: false | Native: false | State: TIMED_WAITING
  635. > [17:18:27 ERROR]: Stack:
  636. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  637. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  638. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  639. > [17:18:27 ERROR]: ------------------------------
  640. > [17:18:27 ERROR]: Current Thread: Plan MySQLDB-transaction-thread-0
  641. > [17:18:27 ERROR]: PID: 107 | Suspended: false | Native: false | State: WAITING
  642. > [17:18:27 ERROR]: Stack:
  643. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  644. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  645. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  646. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  647. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  648. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  649. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  650. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  651. > [17:18:27 ERROR]: ------------------------------
  652. > [17:18:27 ERROR]: Current Thread: Plan Connection Pool-1 housekeeper
  653. > [17:18:27 ERROR]: PID: 106 | Suspended: false | Native: false | State: TIMED_WAITING
  654. > [17:18:27 ERROR]: Stack:
  655. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  656. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  657. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  658. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  659. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  660. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  661. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  662. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  663. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  664. > [17:18:27 ERROR]: ------------------------------
  665. > [17:18:27 ERROR]: Current Thread: Thread-38
  666. > [17:18:27 ERROR]: PID: 104 | Suspended: false | Native: true | State: RUNNABLE
  667. > [17:18:27 ERROR]: Stack:
  668. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService.poll(Native Method)
  669. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  670. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  671. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  672. > [17:18:27 ERROR]: ------------------------------
  673. > [17:18:27 ERROR]: Current Thread: Thread-37
  674. > [17:18:27 ERROR]: PID: 103 | Suspended: false | Native: false | State: WAITING
  675. > [17:18:27 ERROR]: Stack:
  676. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  677. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  678. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  679. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492)
  680. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680)
  681. > [17:18:27 ERROR]: sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
  682. > [17:18:27 ERROR]: com.djrapitops.plan.utilities.file.FileWatcher.runLoop(FileWatcher.java:88)
  683. > [17:18:27 ERROR]: com.djrapitops.plan.utilities.file.FileWatcher.run(FileWatcher.java:76)
  684. > [17:18:27 ERROR]: ------------------------------
  685. > [17:18:27 ERROR]: Current Thread: pool-40-thread-1
  686. > [17:18:27 ERROR]: PID: 101 | Suspended: false | Native: false | State: TIMED_WAITING
  687. > [17:18:27 ERROR]: Stack:
  688. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  689. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  690. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  691. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  692. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  693. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  694. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  695. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  696. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  697. > [17:18:27 ERROR]: ------------------------------
  698. > [17:18:27 ERROR]: Current Thread: RxIoScheduler-1 (Evictor)
  699. > [17:18:27 ERROR]: PID: 100 | Suspended: false | Native: false | State: TIMED_WAITING
  700. > [17:18:27 ERROR]: Stack:
  701. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  702. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  703. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  704. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  705. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  706. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  707. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  708. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  709. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  710. > [17:18:27 ERROR]: ------------------------------
  711. > [17:18:27 ERROR]: Current Thread: HikariPool-1 housekeeper
  712. > [17:18:27 ERROR]: PID: 97 | Suspended: false | Native: false | State: TIMED_WAITING
  713. > [17:18:27 ERROR]: Stack:
  714. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  715. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  716. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  717. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  718. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  719. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  720. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  721. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  722. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  723. > [17:18:27 ERROR]: ------------------------------
  724. > [17:18:27 ERROR]: Current Thread: Timer-2
  725. > [17:18:27 ERROR]: PID: 90 | Suspended: false | Native: false | State: TIMED_WAITING
  726. > [17:18:27 ERROR]: Stack:
  727. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  728. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  729. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  730. > [17:18:27 ERROR]: ------------------------------
  731. > [17:18:27 ERROR]: Current Thread: Okio Watchdog
  732. > [17:18:27 ERROR]: PID: 89 | Suspended: false | Native: false | State: WAITING
  733. > [17:18:27 ERROR]: Stack:
  734. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  735. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  736. > [17:18:27 ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:338)
  737. > [17:18:27 ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:313)
  738. > [17:18:27 ERROR]: ------------------------------
  739. > [17:18:27 ERROR]: Current Thread: OkHttp ConnectionPool
  740. > [17:18:27 ERROR]: PID: 88 | Suspended: false | Native: false | State: TIMED_WAITING
  741. > [17:18:27 ERROR]: Stack:
  742. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  743. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:460)
  744. > [17:18:27 ERROR]: net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:66)
  745. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  746. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  747. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  748. > [17:18:27 ERROR]: ------------------------------
  749. > [17:18:27 ERROR]: Current Thread: pool-9-thread-4
  750. > [17:18:27 ERROR]: PID: 87 | Suspended: false | Native: false | State: TIMED_WAITING
  751. > [17:18:27 ERROR]: Stack:
  752. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  753. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  754. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  755. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  756. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  757. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  758. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  759. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  760. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  761. > [17:18:27 ERROR]: ------------------------------
  762. > [17:18:27 ERROR]: Current Thread: litebans-pool housekeeper
  763. > [17:18:27 ERROR]: PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
  764. > [17:18:27 ERROR]: Stack:
  765. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  766. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  767. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  768. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  769. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  770. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  771. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  772. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  773. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  774. > [17:18:27 ERROR]: ------------------------------
  775. > [17:18:27 ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
  776. > [17:18:27 ERROR]: PID: 82 | Suspended: false | Native: false | State: TIMED_WAITING
  777. > [17:18:27 ERROR]: Stack:
  778. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  779. > [17:18:27 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  780. > [17:18:27 ERROR]: com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:85)
  781. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  782. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  783. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  784. > [17:18:27 ERROR]: ------------------------------
  785. > [17:18:27 ERROR]: Current Thread: pool-9-thread-3
  786. > [17:18:27 ERROR]: PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
  787. > [17:18:27 ERROR]: Stack:
  788. > [17:18:27 ERROR]: java.lang.Thread.sleep(Native Method)
  789. > [17:18:27 ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  790. > [17:18:27 ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  791. > [17:18:27 ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  792. > [17:18:27 ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
  793. > [17:18:27 ERROR]: litebans.dc.b(dc.java:198)
  794. > [17:18:27 ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  795. > [17:18:27 ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  796. > [17:18:27 ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  797. > [17:18:27 ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
  798. > [17:18:27 ERROR]: litebans.dc.run(dc.java:114)
  799. > [17:18:27 ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
  800. > [17:18:27 ERROR]: java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
  801. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
  802. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
  803. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  804. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  805. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  806. > [17:18:27 ERROR]: ------------------------------
  807. > [17:18:27 ERROR]: Current Thread: pool-23-thread-1
  808. > [17:18:27 ERROR]: PID: 80 | Suspended: false | Native: false | State: TIMED_WAITING
  809. > [17:18:27 ERROR]: Stack:
  810. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  811. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  812. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  813. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  814. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  815. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  816. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  817. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  818. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  819. > [17:18:27 ERROR]: ------------------------------
  820. > [17:18:27 ERROR]: Current Thread: Timer-1
  821. > [17:18:27 ERROR]: PID: 79 | Suspended: false | Native: false | State: WAITING
  822. > [17:18:27 ERROR]: Stack:
  823. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  824. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  825. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
  826. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  827. > [17:18:27 ERROR]: ------------------------------
  828. > [17:18:27 ERROR]: Current Thread: commons-pool-EvictionTimer
  829. > [17:18:27 ERROR]: PID: 71 | Suspended: false | Native: false | State: TIMED_WAITING
  830. > [17:18:27 ERROR]: Stack:
  831. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  832. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  833. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  834. > [17:18:27 ERROR]: ------------------------------
  835. > [17:18:27 ERROR]: Current Thread: HikariPool-1 housekeeper
  836. > [17:18:27 ERROR]: PID: 69 | Suspended: false | Native: false | State: TIMED_WAITING
  837. > [17:18:27 ERROR]: Stack:
  838. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  839. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  840. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  841. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  842. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  843. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  844. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  845. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  846. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  847. > [17:18:27 ERROR]: ------------------------------
  848. > [17:18:27 ERROR]: Current Thread: luckperms-worker-2
  849. > [17:18:27 ERROR]: PID: 66 | Suspended: false | Native: false | State: TIMED_WAITING
  850. > [17:18:27 ERROR]: Stack:
  851. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  852. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  853. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  854. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  855. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  856. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  857. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  858. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  859. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  860. > [17:18:27 ERROR]: ------------------------------
  861. > [17:18:27 ERROR]: Current Thread: sentry-pool-1-thread-1
  862. > [17:18:27 ERROR]: PID: 64 | Suspended: false | Native: false | State: WAITING
  863. > [17:18:27 ERROR]: Stack:
  864. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  865. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
  866. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
  867. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492)
  868. > [17:18:27 ERROR]: java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680)
  869. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  870. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  871. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  872. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  873. > [17:18:27 ERROR]: ------------------------------
  874. > [17:18:27 ERROR]: Current Thread: spark-cpu-monitor
  875. > [17:18:27 ERROR]: PID: 56 | Suspended: false | Native: false | State: TIMED_WAITING
  876. > [17:18:27 ERROR]: Stack:
  877. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  878. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  879. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  880. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  881. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  882. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  883. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  884. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  885. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  886. > [17:18:27 ERROR]: ------------------------------
  887. > [17:18:27 ERROR]: Current Thread: Thread-20
  888. > [17:18:27 ERROR]: PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
  889. > [17:18:27 ERROR]: Stack:
  890. > [17:18:27 ERROR]: java.lang.Thread.sleep(Native Method)
  891. > [17:18:27 ERROR]: net.coreprotect.consumer.Consumer.run(Consumer.java:46)
  892. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  893. > [17:18:27 ERROR]: ------------------------------
  894. > [17:18:27 ERROR]: Current Thread: Thread-19
  895. > [17:18:27 ERROR]: PID: 54 | Suspended: false | Native: false | State: TIMED_WAITING
  896. > [17:18:27 ERROR]: Stack:
  897. > [17:18:27 ERROR]: java.lang.Thread.sleep(Native Method)
  898. > [17:18:27 ERROR]: net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:14)
  899. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  900. > [17:18:27 ERROR]: ------------------------------
  901. > [17:18:27 ERROR]: Current Thread: PoolCleaner[531104664:1567005302508]
  902. > [17:18:27 ERROR]: PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
  903. > [17:18:27 ERROR]: Stack:
  904. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  905. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  906. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  907. > [17:18:27 ERROR]: ------------------------------
  908. > [17:18:27 ERROR]: Current Thread: Timer-0
  909. > [17:18:27 ERROR]: PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  910. > [17:18:27 ERROR]: Stack:
  911. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  912. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  913. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  914. > [17:18:27 ERROR]: ------------------------------
  915. > [17:18:27 ERROR]: Current Thread: Netty Epoll Server IO #3
  916. > [17:18:27 ERROR]: PID: 30 | Suspended: false | Native: false | State: RUNNABLE
  917. > [17:18:27 ERROR]: Stack:
  918. > [17:18:27 ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  919. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  920. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  921. > [17:18:27 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  922. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  923. > [17:18:27 ERROR]: ------------------------------
  924. > [17:18:27 ERROR]: Current Thread: Netty Epoll Server IO #2
  925. > [17:18:27 ERROR]: PID: 29 | Suspended: false | Native: false | State: RUNNABLE
  926. > [17:18:27 ERROR]: Stack:
  927. > [17:18:27 ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  928. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  929. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  930. > [17:18:27 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  931. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  932. > [17:18:27 ERROR]: ------------------------------
  933. > [17:18:27 ERROR]: Current Thread: luckperms-hikari housekeeper
  934. > [17:18:27 ERROR]: PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
  935. > [17:18:27 ERROR]: Stack:
  936. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  937. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  938. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  939. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  940. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  941. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  942. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  943. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  944. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  945. > [17:18:27 ERROR]: ------------------------------
  946. > [17:18:27 ERROR]: Current Thread: Abandoned connection cleanup thread
  947. > [17:18:27 ERROR]: PID: 38 | Suspended: false | Native: false | State: TIMED_WAITING
  948. > [17:18:27 ERROR]: Stack:
  949. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  950. > [17:18:27 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  951. > [17:18:27 ERROR]: me.lucko.luckperms.lib.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)
  952. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  953. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  954. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  955. > [17:18:27 ERROR]: ------------------------------
  956. > [17:18:27 ERROR]: Current Thread: Thread-9
  957. > [17:18:27 ERROR]: PID: 37 | Suspended: false | Native: true | State: RUNNABLE
  958. > [17:18:27 ERROR]: Stack:
  959. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService.poll(Native Method)
  960. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
  961. > [17:18:27 ERROR]: sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
  962. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  963. > [17:18:27 ERROR]: ------------------------------
  964. > [17:18:27 ERROR]: Current Thread: luckperms-scheduler
  965. > [17:18:27 ERROR]: PID: 36 | Suspended: false | Native: false | State: TIMED_WAITING
  966. > [17:18:27 ERROR]: Stack:
  967. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  968. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  969. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  970. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  971. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  972. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  973. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  974. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  975. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  976. > [17:18:27 ERROR]: ------------------------------
  977. > [17:18:27 ERROR]: Current Thread: pool-9-thread-2
  978. > [17:18:27 ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
  979. > [17:18:27 ERROR]: Stack:
  980. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  981. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  982. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  983. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
  984. > [17:18:27 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
  985. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073)
  986. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  987. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  988. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  989. > [17:18:27 ERROR]: ------------------------------
  990. > [17:18:27 ERROR]: Current Thread: pool-4-thread-1
  991. > [17:18:27 ERROR]: PID: 33 | Suspended: false | Native: false | State: TIMED_WAITING
  992. > [17:18:27 ERROR]: Stack:
  993. > [17:18:27 ERROR]: sun.misc.Unsafe.park(Native Method)
  994. > [17:18:27 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
  995. > [17:18:27 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
  996. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
  997. > [17:18:27 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
  998. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
  999. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
  1000. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1001. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1002. > [17:18:27 ERROR]: ------------------------------
  1003. > [17:18:27 ERROR]: Current Thread: Netty Epoll Server IO #1
  1004. > [17:18:27 ERROR]: PID: 28 | Suspended: false | Native: false | State: RUNNABLE
  1005. > [17:18:27 ERROR]: Stack:
  1006. > [17:18:27 ERROR]: io.netty.channel.epoll.Native.writeAddress(Native Method)
  1007. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollSocketChannel.writeBytes(EpollSocketChannel.java:125)
  1008. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollSocketChannel.doWriteSingle(EpollSocketChannel.java:337)
  1009. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollSocketChannel.doWrite(EpollSocketChannel.java:325)
  1010. > [17:18:27 ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.flush0(AbstractChannel.java:707)
  1011. > [17:18:27 ERROR]: io.netty.channel.epoll.AbstractEpollChannel$AbstractEpollUnsafe.flush0(AbstractEpollChannel.java:240)
  1012. > [17:18:27 ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.flush(AbstractChannel.java:676)
  1013. > [17:18:27 ERROR]: io.netty.channel.DefaultChannelPipeline$HeadContext.flush(DefaultChannelPipeline.java:1059)
  1014. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1015. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669)
  1016. > [17:18:27 ERROR]: io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
  1017. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1018. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669)
  1019. > [17:18:27 ERROR]: io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
  1020. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1021. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669)
  1022. > [17:18:27 ERROR]: io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
  1023. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1024. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669)
  1025. > [17:18:27 ERROR]: io.netty.channel.ChannelDuplexHandler.flush(ChannelDuplexHandler.java:117)
  1026. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1027. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.flush(AbstractChannelHandlerContext.java:669)
  1028. > [17:18:27 ERROR]: io.netty.channel.ChannelOutboundHandlerAdapter.flush(ChannelOutboundHandlerAdapter.java:115)
  1029. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeFlush(AbstractChannelHandlerContext.java:688)
  1030. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.write(AbstractChannelHandlerContext.java:718)
  1031. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:706)
  1032. > [17:18:27 ERROR]: io.netty.channel.AbstractChannelHandlerContext.writeAndFlush(AbstractChannelHandlerContext.java:741)
  1033. > [17:18:27 ERROR]: io.netty.channel.DefaultChannelPipeline.writeAndFlush(DefaultChannelPipeline.java:895)
  1034. > [17:18:27 ERROR]: io.netty.channel.AbstractChannel.writeAndFlush(AbstractChannel.java:240)
  1035. > [17:18:27 ERROR]: com.comphenix.protocol.injector.netty.ChannelProxy.writeAndFlush(ChannelProxy.java:327)
  1036. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.NetworkManager$4.run(NetworkManager.java:198)
  1037. > [17:18:27 ERROR]: com.comphenix.protocol.injector.netty.ChannelInjector$3.lambda$onMessageScheduled$1(ChannelInjector.java:310)
  1038. > [17:18:27 ERROR]: com.comphenix.protocol.injector.netty.ChannelInjector$3$$Lambda$778/996993599.run(Unknown Source)
  1039. > [17:18:27 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
  1040. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
  1041. > [17:18:27 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  1042. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1043. > [17:18:27 ERROR]: ------------------------------
  1044. > [17:18:27 ERROR]: Current Thread: Netty Epoll Server IO #0
  1045. > [17:18:27 ERROR]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE
  1046. > [17:18:27 ERROR]: Stack:
  1047. > [17:18:27 ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  1048. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
  1049. > [17:18:27 ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
  1050. > [17:18:27 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
  1051. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1052. > [17:18:27 ERROR]: ------------------------------
  1053. > [17:18:27 ERROR]: Current Thread: Spigot Metrics Thread
  1054. > [17:18:27 ERROR]: PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
  1055. > [17:18:27 ERROR]: Stack:
  1056. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  1057. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  1058. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  1059. > [17:18:27 ERROR]: ------------------------------
  1060. > [17:18:27 ERROR]: Current Thread: PaperSpigot Watchdog Thread
  1061. > [17:18:27 ERROR]: PID: 25 | Suspended: false | Native: false | State: RUNNABLE
  1062. > [17:18:27 ERROR]: Stack:
  1063. > [17:18:27 ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  1064. > [17:18:27 ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
  1065. > [17:18:27 ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
  1066. > [17:18:27 ERROR]: ------------------------------
  1067. > [17:18:27 ERROR]: Current Thread: Server console handler
  1068. > [17:18:27 ERROR]: PID: 22 | Suspended: false | Native: true | State: RUNNABLE
  1069. > [17:18:27 ERROR]: Thread is waiting on monitor(s):
  1070. > [17:18:27 ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  1071. > [17:18:27 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  1072. > [17:18:27 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  1073. > [17:18:27 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  1074. > [17:18:27 ERROR]: Stack:
  1075. > [17:18:27 ERROR]: java.io.FileInputStream.readBytes(Native Method)
  1076. > [17:18:27 ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
  1077. > [17:18:27 ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  1078. > [17:18:27 ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  1079. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  1080. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
  1081. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
  1082. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  1083. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  1084. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
  1085. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
  1086. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:78)
  1087. > [17:18:27 ERROR]: ------------------------------
  1088. > [17:18:27 ERROR]: Current Thread: Thread-5
  1089. > [17:18:27 ERROR]: PID: 23 | Suspended: false | Native: false | State: RUNNABLE
  1090. > [17:18:27 ERROR]: Thread is waiting on monitor(s):
  1091. > [17:18:27 ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  1092. > [17:18:27 ERROR]: Stack:
  1093. > [17:18:27 ERROR]: java.io.FileInputStream.readBytes(Native Method)
  1094. > [17:18:27 ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
  1095. > [17:18:27 ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  1096. > [17:18:27 ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
  1097. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204)
  1098. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
  1099. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
  1100. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
  1101. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
  1102. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
  1103. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
  1104. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
  1105. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
  1106. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:38)
  1107. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1108. > [17:18:27 ERROR]: ------------------------------
  1109. > [17:18:27 ERROR]: Current Thread: DestroyJavaVM
  1110. > [17:18:27 ERROR]: PID: 21 | Suspended: false | Native: false | State: RUNNABLE
  1111. > [17:18:27 ERROR]: Stack:
  1112. > [17:18:27 ERROR]: ------------------------------
  1113. > [17:18:27 ERROR]: Current Thread: Server thread
  1114. > [17:18:27 ERROR]: PID: 19 | Suspended: false | Native: false | State: RUNNABLE
  1115. > [17:18:27 ERROR]: Stack:
  1116. > [17:18:27 ERROR]: sun.misc.Unsafe.getObjectVolatile(Native Method)
  1117. > [17:18:27 ERROR]: java.util.concurrent.atomic.AtomicReferenceArray.getRaw(AtomicReferenceArray.java:130)
  1118. > [17:18:27 ERROR]: java.util.concurrent.atomic.AtomicReferenceArray.get(AtomicReferenceArray.java:125)
  1119. > [17:18:27 ERROR]: io.netty.util.DefaultAttributeMap.attr(DefaultAttributeMap.java:68)
  1120. > [17:18:27 ERROR]: com.comphenix.protocol.injector.netty.ChannelProxy.attr(ChannelProxy.java:85)
  1121. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:172)
  1122. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141)
  1123. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:975)
  1124. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:386)
  1125. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:482)
  1126. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112)
  1127. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:61)
  1128. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18)
  1129. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World.a(World.java:1325)
  1130. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:984)
  1131. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World.lambda$1(World.java:1317)
  1132. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World$$Lambda$687/1366863456.call(Unknown Source)
  1133. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World.runAsyncSafe(World.java:343)
  1134. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World.addEntity(World.java:1252)
  1135. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.World.addEntity(World.java:1245)
  1136. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItem(CraftWorld.java:336)
  1137. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.CraftWorld.dropItemNaturally(CraftWorld.java:375)
  1138. > [17:18:27 ERROR]: com.bgsoftware.wildstacker.utils.items.ItemUtil.dropItem(ItemUtil.java:77)
  1139. > [17:18:27 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener.lambda$null$2(EntitiesListener.java:184)
  1140. > [17:18:27 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener$$Lambda$932/227525254.accept(Unknown Source)
  1141. > [17:18:27 ERROR]: java.util.ArrayList.forEach(ArrayList.java:1257)
  1142. > [17:18:27 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener.lambda$null$3(EntitiesListener.java:184)
  1143. > [17:18:27 ERROR]: com.bgsoftware.wildstacker.listeners.EntitiesListener$$Lambda$929/1880292037.run(Unknown Source)
  1144. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:59)
  1145. > [17:18:27 ERROR]: org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:349)
  1146. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:828)
  1147. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:384)
  1148. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:752)
  1149. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:649)
  1150. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1151. > [17:18:27 ERROR]: ------------------------------
  1152. > [17:18:27 ERROR]: Current Thread: Server Infinisleeper
  1153. > [17:18:27 ERROR]: PID: 20 | Suspended: false | Native: false | State: TIMED_WAITING
  1154. > [17:18:27 ERROR]: Stack:
  1155. > [17:18:27 ERROR]: java.lang.Thread.sleep(Native Method)
  1156. > [17:18:27 ERROR]: net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:53)
  1157. > [17:18:27 ERROR]: ------------------------------
  1158. > [17:18:27 ERROR]: Current Thread: NonBlockingInputStreamThread
  1159. > [17:18:27 ERROR]: PID: 17 | Suspended: false | Native: false | State: WAITING
  1160. > [17:18:27 ERROR]: Stack:
  1161. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  1162. > [17:18:27 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
  1163. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1164. > [17:18:27 ERROR]: ------------------------------
  1165. > [17:18:27 ERROR]: Current Thread: process reaper
  1166. > [17:18:27 ERROR]: PID: 15 | Suspended: false | Native: false | State: RUNNABLE
  1167. > [17:18:27 ERROR]: Stack:
  1168. > [17:18:27 ERROR]: java.lang.UNIXProcess.waitForProcessExit(Native Method)
  1169. > [17:18:27 ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289)
  1170. > [17:18:27 ERROR]: java.lang.UNIXProcess$$Lambda$7/125993742.run(Unknown Source)
  1171. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
  1172. > [17:18:27 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
  1173. > [17:18:27 ERROR]: java.lang.Thread.run(Thread.java:748)
  1174. > [17:18:27 ERROR]: ------------------------------
  1175. > [17:18:27 ERROR]: Current Thread: Snooper Timer
  1176. > [17:18:27 ERROR]: PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING
  1177. > [17:18:27 ERROR]: Stack:
  1178. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  1179. > [17:18:27 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  1180. > [17:18:27 ERROR]: java.util.TimerThread.run(Timer.java:505)
  1181. > [17:18:27 ERROR]: ------------------------------
  1182. > [17:18:27 ERROR]: Current Thread: Signal Dispatcher
  1183. > [17:18:27 ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  1184. > [17:18:27 ERROR]: Stack:
  1185. > [17:18:27 ERROR]: ------------------------------
  1186. > [17:18:27 ERROR]: Current Thread: Finalizer
  1187. > [17:18:27 ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  1188. > [17:18:27 ERROR]: Stack:
  1189. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  1190. > [17:18:27 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
  1191. > [17:18:27 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
  1192. > [17:18:27 ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
  1193. > [17:18:27 ERROR]: ------------------------------
  1194. > [17:18:27 ERROR]: Current Thread: Reference Handler
  1195. > [17:18:27 ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  1196. > [17:18:27 ERROR]: Stack:
  1197. > [17:18:27 ERROR]: java.lang.Object.wait(Native Method)
  1198. > [17:18:27 ERROR]: java.lang.Object.wait(Object.java:502)
  1199. > [17:18:27 ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
  1200. > [17:18:27 ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
  1201. > [17:18:27 ERROR]: ------------------------------
  1202. > [17:18:27 INFO]: Startup script './start.sh' does not exist! Stopping server.
  1203. [Pterodactyl Daemon] Server marked as OFF
  1204. >
  1205. [Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
  1206. [Pterodactyl Daemon] Exit Code: 0
  1207. [Pterodactyl Daemon] Out of Memory: false
  1208. [Pterodactyl Daemon] Error Response:
  1209. [Pterodactyl Daemon] Server process detected as entering a crashed state; rebooting.
  1210. [Pterodactyl Daemon] Server marked as STARTING
Advertisement
Add Comment
Please, Sign In to add comment