- at io.github.chaosawakens.common.entity.
尝试删除MOD chaosawakens 或反馈给该作者等待修复
Flower_胡子 发表于 2023-1-20 22:17
尝试删除MOD chaosawakens 或反馈给该作者等待修复
那大佬知道第二个是什么问题吗
冷曦c 发表于 2023-1-20 22:34
那大佬知道第二个是什么问题吗
第二个不完整 大概率也是这个MOD导致的
第一个报错楼上已经说明了。
第二个报错目测是崩溃发生的不是个地方,实体列表遍历状态标志修改因崩溃未被进行,导致原版逻辑出现问题,使服务端以为玩家掉线是在遍历实体时尝试从世界实体列表中移除实体,这只是个伴生错误,原崩溃得到解决后即可消失,问题不大。
第二个报错目测是崩溃发生的不是个地方,实体列表遍历状态标志修改因崩溃未被进行,导致原版逻辑出现问题,使服务端以为玩家掉线是在遍历实体时尝试从世界实体列表中移除实体,这只是个伴生错误,原崩溃得到解决后即可消失,问题不大。
Flower_胡子 发表于 2023-1-20 22:34
第二个不完整 大概率也是这个MOD导致的
这次这个全,大哥再帮忙看一下就给最佳答案
- [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:       *Especially* if it looks like HTTP or MySQL operations are occurring
 
- [15:46:36] [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
 
- [15:46:36] [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
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: Spigot version: 1.16.5-6d6b2d34 (MC: 1.16.5)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to CatServer!):
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:      PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_222868_e(ServerChunkProvider.java:130)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$Lambda$21280/0x0000000803d17c40.get(Unknown Source)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:575)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:583)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_16_R3.CraftWorld.isChunkLoaded(CraftWorld.java:348)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.ActivationRange.activateEntities(ActivationRange.java:143)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:479)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1052)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:336)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:944)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:777)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$Lambda$18352/0x0000000802d2e040.run(Unknown Source)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:36] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 2 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 3 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 4 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 5 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 11 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: WindowsStreamPump
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 16 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.fusesource.jansi.internal.Kernel32.WaitForSingleObject(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.jansi.win.JansiWinSysTerminal.processConsoleInput(JansiWinSysTerminal.java:112)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:458)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.AbstractWindowsTerminal$Lambda$99/0x00000008001d9c40.run(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Log4j2-AsyncAppenderEventDispatcher-1-AsyncFile
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 19 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.flush(RollingRandomAccessFileManager.java:173)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.RandomAccessFile.writeBytes(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.RandomAccessFile.write(RandomAccessFile.java:560)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.writeToDestination(RollingRandomAccessFileManager.java:147)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.OutputStreamManager.flushBuffer(OutputStreamManager.java:283)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.flush(RollingRandomAccessFileManager.java:173)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.directEncodeEvent(AbstractOutputStreamAppender.java:199)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.tryAppend(AbstractOutputStreamAppender.java:190)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(AbstractOutputStreamAppender.java:181)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.append(RollingRandomAccessFileAppender.java:243)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:161)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:134)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:125)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatch(AsyncAppenderEventDispatcher.java:119)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:81)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-0
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:357)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 22 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Bootstrap-2
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 25 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 27 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.Util$6.run(Util.java:509)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: modloading-worker-2
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 29 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 32 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 33 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 34 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 35 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 36 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-3-thread-1
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 39 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-6
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 44 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:net.minecraft.world.gen.feature.structure.StructureStart.func_230366_a_(StructureStart.java:65)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3118)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:131)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_217353_a(World.java:318)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:112)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_212866_a_(World.java:314)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_180495_p(World.java:597)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.corosus.zombieawareness.ZAUtil.canSpawnTrace(ZAUtil.java:620)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.corosus.zombieawareness.ZAUtil.hookSoundEvent(ZAUtil.java:469)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.redirect$zbf000$broadcast(ServerWorld.java:2838)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_184148_a(ServerWorld.java:1243)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.Entity.func_184185_a(Entity.java:1076)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.LivingEntity.playEquipSound(LivingEntity.java:634)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.item.ArmorStandEntity.setItemStackToSlot(ArmorStandEntity.java:161)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.item.ArmorStandEntity.func_184201_a(ArmorStandEntity.java:150)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.dungeons_plus.structures.TowerStructure$Piece.handleDataMarker(TowerStructure.java:111)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece.place(GelJigsawPiece.java:174)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece.func_237001_a_(AbstractGelStructurePiece.java:96)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.feature.structure.AbstractVillagePiece.func_230383_a_(SourceFile:79)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.feature.structure.StructureStart.func_230366_a_(StructureStart.java:65)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome.lambda$generate$20(Biome.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome$Lambda$20337/0x000000080372d840.accept(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              it.unimi.dsi.fastutil.longs.LongIterator$Lambda$20333/0x000000080372f440.accept(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:189)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              it.unimi.dsi.fastutil.longs.LongIterator.forEachRemaining(LongIterator.java:53)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome.func_242427_a(Biome.java:233)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.ChunkGenerator.func_230351_a_(ChunkGenerator.java:220)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus$Lambda$2485/0x0000000800b0d440.doWork(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:530)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager$Lambda$19743/0x00000008034c3840.apply(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.mojang.datafixers.util.Either$Left.map(Either.java:38)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:528)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager$Lambda$19740/0x00000008034c2c40.apply(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$Lambda$19712/0x00000008034b2c40.run(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 46 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Object.java:328)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_222868_e(ServerChunkProvider.java:130)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$Lambda$21280/0x0000000803d17c40.get(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:575)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:583)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_16_R3.CraftWorld.isChunkLoaded(CraftWorld.java:348)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.ActivationRange.activateEntities(ActivationRange.java:143)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:479)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1052)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:336)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:944)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:777)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$Lambda$18352/0x0000000802d2e040.run(Unknown Source)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 48 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 49 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingPumpReader.wait(NonBlockingPumpReader.java:55)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingPumpReader.read(NonBlockingPumpReader.java:101)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:848)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:868)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:575)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:418)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraftforge.server.console.TerminalHandler.handleCommands(TerminalHandler.java:60)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:96)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 51 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 52 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.WatchdogThread.run(WatchdogThread.java:84)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: TConfigWatcherService-1
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 54 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 55 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool.commonPool-worker-7
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 57 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 58 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 59 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 61 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 62 | Suspended: false | Native: false | State: WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldEdit Session Manager
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 63 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: TConfigWatcherService-1
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 73 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-24-thread-1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 74 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 75 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 77 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 82 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 84 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 85 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 86 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 87 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-29-thread-1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 90 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 91 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 92 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: HikariPool-1 housekeeper
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 94 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-32-thread-1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 95 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-32-thread-2
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 96 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 97 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 99 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: rollbar-buffered_sender
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 100 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_list
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 104 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayMusic.task(PlayMusic.java:93)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayMusic$Lambda$20419/0x0000000803767840.run(Unknown Source)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_Play
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 105 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayGo.task(PlayGo.java:215)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayGo$Lambda$20420/0x0000000803767c40.run(Unknown Source)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_search
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 107 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.MusicSearch.task(MusicSearch.java:30)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.MusicSearch$Lambda$20422/0x0000000803767440.run(Unknown Source)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 108 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.hud.DataSql.run(DataSql.java:240)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.hud.DataSql$Lambda$20423/0x0000000803766840.run(Unknown Source)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 109 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 0
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 110 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 111 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 2
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 112 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 3
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 113 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 4
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 114 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 5
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 115 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 6
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 117 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 7
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 118 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 8
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 119 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 9
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 120 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 10
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 121 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Processing Thread
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 122 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 11
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 123 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 124 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 12
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 125 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 13
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 126 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 14
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 127 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 15
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 128 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 16
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 129 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 17
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 130 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 18
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 131 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 19
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 132 | Suspended: false | Native: false | State: WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 133 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #2
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 134 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #3
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 135 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #4
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 136 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #5
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 137 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #6
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 138 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 139 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 140 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: ResearchIOThread
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 144 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldCacheIOThread
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 145 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 146 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.java2d.Disposer.run(Disposer.java:144)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-3
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 152 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Keep-Alive-SocketCleaner
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 175 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #7
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 182 | Suspended: false | Native: false | State: RUNNABLE
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-18-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 189 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Network-Data-Coder
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 190 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Network-Data-Coder
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 191 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool.commonPool-worker-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 196 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 206 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-47-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 213 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Rats Mod Pathfinding Worker #0
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 225 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-19-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 305 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Ice and Fire Pathfinding Worker #0
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 316 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: AN Pathfinding Worker #0
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 502 | Suspended: false | Native: false | State: WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Placeholder retrieving thread 20
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 590 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Placeholder retrieving thread 22
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 617 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp music.163.com
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 688 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead0(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:168)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:140)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1333)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:976)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.InputStreamSource.read(JvmOkio.kt:94)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.request(RealBufferedSource.kt:206)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.require(RealBufferedSource.kt:199)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.kt:89)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:618)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:609)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(TaskQueue.kt:98)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #19
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 705 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp TaskRunner
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 706 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Object.java:462)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$RealBackend.coordinatorWait(TaskRunner.kt:294)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:59)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp interface3.music.163.com
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 707 | Suspended: false | Native: true | State: RUNNABLE
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead0(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:168)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:140)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1333)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:976)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.InputStreamSource.read(JvmOkio.kt:94)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.request(RealBufferedSource.kt:206)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.require(RealBufferedSource.kt:199)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.kt:89)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:618)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:609)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(TaskQueue.kt:98)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-97-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 711 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-98-thread-1
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 712 | Suspended: false | Native: false | State: TIMED_WAITING
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
 
- [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
 
- [15:46:42] [Spigot Watchdog Thread/INFO]: Force save worlds:
 
- [15:46:42] [Spigot Watchdog Thread/INFO]: Force saving players..
 
- [15:46:42] [Spigot Watchdog Thread/INFO]: Force saving chunks..
 
- [15:47:35] [User Authenticator #23/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
 
- [15:47:40] [User Authenticator #24/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
 
- [15:47:49] [User Authenticator #25/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
 
- [15:47:51] [User Authenticator #26/INFO]: UUID of player Trans is 54089123-20eb-3319-8d2e-5c84846a063b
 
- [15:47:59] [User Authenticator #27/INFO]: UUID of player 458ww is babfb243-4a60-32aa-8fcf-897af1df9577
 
- [15:48:02] [User Authenticator #28/INFO]: UUID of player Saber_yasew is e97e5601-c9f3-38a1-a350-03551f26f2c3
 
- [15:48:14] [User Authenticator #29/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
 
- [15:48:39] [User Authenticator #30/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
 
- > list
 
- [15:49:15] [User Authenticator #31/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
 
- > list
 
- [15:49:33] [User Authenticator #32/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
 
- >
冷曦c 发表于 2023-1-21 15:59
这次这个全,大哥再帮忙看一下就给最佳答案
换java8 其他看不出问题
Flower_胡子 发表于 2023-1-21 16:34
换java8 其他看不出问题
好像是世界有个地方有问题,一靠近就会服务器无响应,我把那里的区块删了一次,结果没用,我在过去还是会卡,大佬知道是什么问题吗
冷曦c 发表于 2023-1-21 18:41
好像是世界有个地方有问题,一靠近就会服务器无响应,我把那里的区块删了一次,结果没用,我在过去还是会 ...
无响应后输出线程锁死记录 把日志上传
Flower_胡子 发表于 2023-1-21 18:49
无响应后输出线程锁死记录 把日志上传
我放到上面主帖上了
冷曦c 发表于 2023-1-21 18:56
我放到上面主帖上了
这用的还是java11啊
Flower_胡子 发表于 2023-1-21 18:59
这用的还是java11啊
啊这是之前的,我换java以后那个没保存,但是跟这个是一样的
冷曦c 发表于 2023-1-21 19:04
啊这是之前的,我换java以后那个没保存,但是跟这个是一样的
上传java8的日志
Flower_胡子 发表于 2023-1-21 21:02
上传java8的日志
上传了,在上面
Flower_胡子 发表于 2023-1-22 18:29
看不出问题 可能和这个有关
dungeons_plus
好像是个mod我删了试试