Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [14:35:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:35:59] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
- [14:35:59] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
- [14:35:59] [Spigot Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
- [14:35:59] [Spigot Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
- [14:35:59] [Spigot Watchdog Thread/ERROR]: If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
- [14:35:59] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-8faa8b4-689f429 (MC: 1.15.2)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
- [14:35:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
- [14:35:59] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:35:59] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IAsyncTaskHandler.bl(SourceFile:139)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:129)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:108)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAt(World.java:181)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IWorldReader.getChunkAt(SourceFile:108)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAt(World.java:176)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAtWorldCoords(World.java:171)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemWorldMap.a(ItemWorldMap.java:99)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemWorldMap.a(ItemWorldMap.java:329)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemStack.a(ItemStack.java:512)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.PlayerInventory.j(PlayerInventory.java:287)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityHuman.movementTick(EntityHuman.java:416)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityLiving.tick(EntityLiving.java:2353)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityHuman.tick(EntityHuman.java:162)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityPlayer.playerTick(EntityPlayer.java:399)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.PlayerConnection.tick(PlayerConnection.java:143)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.NetworkManager.a(NetworkManager.java:224)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ServerConnection.c(ServerConnection.java:129)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1105)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:35:59] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:35:59] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19712 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.waitForProcessExit(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$$Lambda$7/1768305536.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11706
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19708 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11705
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19698 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.it.unimi.dsi.fastutil.longs.LongOpenHashSet.add(LongOpenHashSet.java:302)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineStorage.b(SourceFile:118)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineLayer.a(SourceFile:156)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineGraph.b(SourceFile:215)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineLayer.a(SourceFile:193)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngine.a(SourceFile:61)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineThreaded.b(SourceFile:176)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineThreaded.a(SourceFile:108)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.LightEngineThreaded$$Lambda$3540/1686594122.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ChunkTaskQueueSorter.b(SourceFile:58)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ChunkTaskQueueSorter$$Lambda$3551/1570637626.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ThreadedMailbox.e(SourceFile:83)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ThreadedMailbox.a(SourceFile:123)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ThreadedMailbox.run(SourceFile:91)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1402)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11704
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19697 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11700
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19686 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11697
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19683 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11696
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19680 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-11693
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 19667 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-16-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 2792 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 187 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 180 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-18-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 173 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 166 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 157 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: LoginProcessingThread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 156 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 154 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: StatusProcessingThread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 150 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 149 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-35
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 128 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.coreprotect.thread.CheckUpdate.run(CheckUpdate.java:107)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: RCON Listener #2
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 94 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketAccept(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.implAccept(ServerSocket.java:545)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.accept(ServerSocket.java:513)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.RemoteControlListener.run(SourceFile:58)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 93 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.PlainDatagramSocketImpl.receive0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.net.DatagramSocket.receive(DatagramSocket.java:812)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.RemoteStatusListener.run(SourceFile:260)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-7
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 89 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-6
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 88 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-5
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 87 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-4
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 86 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-3
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 85 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-2
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 84 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-21-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.neznamy.tab.shared.Shared$2.run(Shared.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-BufferedPaymentThread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 80 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: com.gamingmesh.jobs.tasks.BufferedPaymentThread.run(BufferedPaymentThread.java:40)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-DatabaseSaveTask
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 79 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: com.gamingmesh.jobs.tasks.DatabaseSaveThread.run(DatabaseSaveThread.java:40)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-19-thread-1
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-33
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 77 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.coreprotect.consumer.Consumer.run(Consumer.java:121)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-32
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 76 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:17)
- [14:36:08] [Async Chat Thread - #244/INFO]: [m[0;30;22m[21m[[0;37;1m[21mHrac[0;30;22m[21m][0;37;1m ToothacheMan[m: laguje vam to?[m
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-31
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 75 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: me.megamichiel.ultimatebossbar.DirectoryListener.run(DirectoryListener.java:59)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-30
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 74 | Suspended: false | Native: true | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.poll(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 65 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 64 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 63 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 62 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-20
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Mr_Krab.CommandSyncClient.Bukkit.ClientThread.run(ClientThread.java:81)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 52 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 51 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 49 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: poi IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 48 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: chunk IO worker
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.c(SourceFile:124)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker.d(SourceFile:134)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IOWorker$$Lambda$3445/599779095.run(Unknown Source)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: ViaRewind-1_8TO1_9
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 42 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:80)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldEdit Session Manager
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 33 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:86)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: true | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.DedicatedServer$2.run(DedicatedServer.java:103)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.waitFor(UNIXProcess.java:395)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:212)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_15_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:44)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.server.v1_15_R1.ServerConnection.c(ServerConnection.java:129)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IAsyncTaskHandler.bl(SourceFile:139)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IAsyncTaskHandler.awaitTasks(SourceFile:129)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:108)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAt(World.java:181)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.IWorldReader.getChunkAt(SourceFile:108)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAt(World.java:176)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.World.getChunkAtWorldCoords(World.java:171)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemWorldMap.a(ItemWorldMap.java:99)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemWorldMap.a(ItemWorldMap.java:329)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ItemStack.a(ItemStack.java:512)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.PlayerInventory.j(PlayerInventory.java:287)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityHuman.movementTick(EntityHuman.java:416)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityLiving.tick(EntityLiving.java:2353)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityHuman.tick(EntityHuman.java:162)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.EntityPlayer.playerTick(EntityPlayer.java:399)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.PlayerConnection.tick(PlayerConnection.java:143)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.NetworkManager.a(NetworkManager.java:224)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.ServerConnection.c(ServerConnection.java:129)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.b(MinecraftServer.java:1105)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.DedicatedServer.b(DedicatedServer.java:406)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.a(MinecraftServer.java:984)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.MinecraftServer.run(MinecraftServer.java:824)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: TIMED_WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_15_R1.DedicatedServer$1.run(DedicatedServer.java:70)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:216)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
- [14:36:08] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
- [14:36:08] [Spigot Watchdog Thread/ERROR]: Stack:
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
- [14:36:08] [Spigot Watchdog Thread/ERROR]: ------------------------------
- [14:36:08] [Spigot Watchdog Thread/INFO]: Attempting to restart with ./start.sh
- [14:36:08] [Spigot Watchdog Thread/INFO]: ToothacheMan lost connection: Server is restarting
- [14:36:08] [Spigot Watchdog Thread/INFO]: Teplahlava25 lost connection: Server is restarting
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement