冷曦c
本帖最后由 冷曦c 于 2023-1-22 11:45 编辑

111.txt (148.47 KB, 下载次数: 1)

Flower_胡子
  1. at io.github.chaosawakens.common.entity.
复制代码

尝试删除MOD chaosawakens 或反馈给该作者等待修复

冷曦c
Flower_胡子 发表于 2023-1-20 22:17
尝试删除MOD chaosawakens 或反馈给该作者等待修复

那大佬知道第二个是什么问题吗

Flower_胡子
冷曦c 发表于 2023-1-20 22:34
那大佬知道第二个是什么问题吗

第二个不完整 大概率也是这个MOD导致的

lovexyn0827
第一个报错楼上已经说明了。
第二个报错目测是崩溃发生的不是个地方,实体列表遍历状态标志修改因崩溃未被进行,导致原版逻辑出现问题,使服务端以为玩家掉线是在遍历实体时尝试从世界实体列表中移除实体,这只是个伴生错误,原崩溃得到解决后即可消失,问题不大。

冷曦c
Flower_胡子 发表于 2023-1-20 22:34
第二个不完整 大概率也是这个MOD导致的

这次这个全,大哥再帮忙看一下就给最佳答案


  1. [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2. [15:46:36] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
  3. [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
  4. [15:46:36] [Spigot Watchdog Thread/ERROR]:       *Especially* if it looks like HTTP or MySQL operations are occurring
  5. [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
  6. [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
  7. [15:46:36] [Spigot Watchdog Thread/ERROR]: Spigot version: 1.16.5-6d6b2d34 (MC: 1.16.5)
  8. [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
  9. [15:46:36] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to CatServer!):
  10. [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
  11. [15:46:36] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  12. [15:46:36] [Spigot Watchdog Thread/ERROR]:      PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  13. [15:46:36] [Spigot Watchdog Thread/ERROR]:      Stack:
  14. [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  15. [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  16. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
  17. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
  18. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
  19. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_222868_e(ServerChunkProvider.java:130)
  20. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$Lambda$21280/0x0000000803d17c40.get(Unknown Source)
  21. [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
  22. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
  23. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:575)
  24. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
  25. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:583)
  26. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
  27. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
  28. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16)
  29. [15:46:36] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_16_R3.CraftWorld.isChunkLoaded(CraftWorld.java:348)
  30. [15:46:36] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.ActivationRange.activateEntities(ActivationRange.java:143)
  31. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:479)
  32. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1052)
  33. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:336)
  34. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:944)
  35. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:777)
  36. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265)
  37. [15:46:36] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$Lambda$18352/0x0000000802d2e040.run(Unknown Source)
  38. [15:46:36] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  39. [15:46:36] [Spigot Watchdog Thread/ERROR]: ------------------------------
  40. [15:46:36] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  41. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  42. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  43. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 2 | Suspended: false | Native: false | State: RUNNABLE
  44. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  45. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
  46. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
  47. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
  48. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  49. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  50. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 3 | Suspended: false | Native: false | State: WAITING
  51. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  52. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  53. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  54. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
  55. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
  56. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  57. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  58. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  59. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  60. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  61. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
  62. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 5 | Suspended: false | Native: false | State: RUNNABLE
  63. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  64. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  65. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
  66. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 11 | Suspended: false | Native: false | State: TIMED_WAITING
  67. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  68. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  69. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  70. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
  71. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  72. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
  73. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  74. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: WindowsStreamPump
  75. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 16 | Suspended: false | Native: false | State: RUNNABLE
  76. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  77. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.fusesource.jansi.internal.Kernel32.WaitForSingleObject(Native Method)
  78. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
  79. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.jansi.win.JansiWinSysTerminal.processConsoleInput(JansiWinSysTerminal.java:112)
  80. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.AbstractWindowsTerminal.pump(AbstractWindowsTerminal.java:458)
  81. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.terminal.impl.AbstractWindowsTerminal$Lambda$99/0x00000008001d9c40.run(Unknown Source)
  82. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  83. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  84. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Log4j2-AsyncAppenderEventDispatcher-1-AsyncFile
  85. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 19 | Suspended: false | Native: false | State: RUNNABLE
  86. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  87. [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.flush(RollingRandomAccessFileManager.java:173)
  88. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  89. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.RandomAccessFile.writeBytes(Native Method)
  90. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.io.RandomAccessFile.write(RandomAccessFile.java:560)
  91. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.writeToDestination(RollingRandomAccessFileManager.java:147)
  92. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.OutputStreamManager.flushBuffer(OutputStreamManager.java:283)
  93. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.rolling.RollingRandomAccessFileManager.flush(RollingRandomAccessFileManager.java:173)
  94. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.directEncodeEvent(AbstractOutputStreamAppender.java:199)
  95. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.tryAppend(AbstractOutputStreamAppender.java:190)
  96. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AbstractOutputStreamAppender.append(AbstractOutputStreamAppender.java:181)
  97. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.RollingRandomAccessFileAppender.append(RollingRandomAccessFileAppender.java:243)
  98. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.tryCallAppender(AppenderControl.java:161)
  99. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppender0(AppenderControl.java:134)
  100. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppenderPreventRecursion(AppenderControl.java:125)
  101. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.config.AppenderControl.callAppender(AppenderControl.java:89)
  102. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatch(AsyncAppenderEventDispatcher.java:119)
  103. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.dispatchAll(AsyncAppenderEventDispatcher.java:81)
  104. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.apache.logging.log4j.core.appender.AsyncAppenderEventDispatcher.run(AsyncAppenderEventDispatcher.java:63)
  105. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  106. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-0
  107. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
  108. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  109. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  110. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:357)
  111. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190)
  112. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  113. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  114. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 22 | Suspended: false | Native: true | State: RUNNABLE
  115. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  116. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  117. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  118. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  119. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  120. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  121. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Bootstrap-2
  122. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 25 | Suspended: false | Native: false | State: WAITING
  123. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  124. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  125. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  126. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
  127. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  128. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  129. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
  130. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 27 | Suspended: false | Native: false | State: TIMED_WAITING
  131. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  132. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
  133. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.Util$6.run(Util.java:509)
  134. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  135. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: modloading-worker-2
  136. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 29 | Suspended: false | Native: false | State: WAITING
  137. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  138. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  139. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  140. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
  141. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  142. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  143. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  144. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 32 | Suspended: false | Native: true | State: RUNNABLE
  145. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  146. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  147. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  148. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  149. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  150. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  151. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  152. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 33 | Suspended: false | Native: true | State: RUNNABLE
  153. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  154. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  155. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  156. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  157. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  158. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  159. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  160. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 34 | Suspended: false | Native: true | State: RUNNABLE
  161. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  162. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  163. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  164. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  165. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  166. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  167. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  168. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 35 | Suspended: false | Native: true | State: RUNNABLE
  169. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  170. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  171. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  172. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  173. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  174. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  175. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  176. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 36 | Suspended: false | Native: true | State: RUNNABLE
  177. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  178. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  179. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  180. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  181. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  182. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  183. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-3-thread-1
  184. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 39 | Suspended: false | Native: false | State: WAITING
  185. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  186. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  187. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  188. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  189. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  190. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  191. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  192. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  193. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  194. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  195. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-6
  196. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 44 | Suspended: false | Native: false | State: WAITING
  197. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  198. [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:net.minecraft.world.gen.feature.structure.StructureStart.func_230366_a_(StructureStart.java:65)
  199. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  200. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  201. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  202. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1796)
  203. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3118)
  204. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1823)
  205. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2043)
  206. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:131)
  207. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_217353_a(World.java:318)
  208. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:112)
  209. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_212866_a_(World.java:314)
  210. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.World.func_180495_p(World.java:597)
  211. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.corosus.zombieawareness.ZAUtil.canSpawnTrace(ZAUtil.java:620)
  212. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.corosus.zombieawareness.ZAUtil.hookSoundEvent(ZAUtil.java:469)
  213. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.redirect$zbf000$broadcast(ServerWorld.java:2838)
  214. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_184148_a(ServerWorld.java:1243)
  215. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.Entity.func_184185_a(Entity.java:1076)
  216. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.LivingEntity.playEquipSound(LivingEntity.java:634)
  217. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.item.ArmorStandEntity.setItemStackToSlot(ArmorStandEntity.java:161)
  218. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.entity.item.ArmorStandEntity.func_184201_a(ArmorStandEntity.java:150)
  219. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.dungeons_plus.structures.TowerStructure$Piece.handleDataMarker(TowerStructure.java:111)
  220. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.structure_gel.worldgen.jigsaw.GelJigsawPiece.place(GelJigsawPiece.java:174)
  221. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.legacy.structure_gel.worldgen.jigsaw.AbstractGelStructurePiece.func_237001_a_(AbstractGelStructurePiece.java:96)
  222. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.feature.structure.AbstractVillagePiece.func_230383_a_(SourceFile:79)
  223. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.feature.structure.StructureStart.func_230366_a_(StructureStart.java:65)
  224. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome.lambda$generate$20(Biome.java:234)
  225. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome$Lambda$20337/0x000000080372d840.accept(Unknown Source)
  226. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
  227. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:177)
  228. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
  229. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:195)
  230. [15:46:40] [Spigot Watchdog Thread/ERROR]:              it.unimi.dsi.fastutil.longs.LongIterator$Lambda$20333/0x000000080372f440.accept(Unknown Source)
  231. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.PrimitiveIterator$OfLong.forEachRemaining(PrimitiveIterator.java:189)
  232. [15:46:40] [Spigot Watchdog Thread/ERROR]:              it.unimi.dsi.fastutil.longs.LongIterator.forEachRemaining(LongIterator.java:53)
  233. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  234. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:484)
  235. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:474)
  236. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:150)
  237. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:173)
  238. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  239. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:497)
  240. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.biome.Biome.func_242427_a(Biome.java:233)
  241. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.gen.ChunkGenerator.func_230351_a_(ChunkGenerator.java:220)
  242. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus.func_222605_b(ChunkStatus.java:77)
  243. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus$Lambda$2485/0x0000000800b0d440.doWork(Unknown Source)
  244. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkStatus.func_223198_a(ChunkStatus.java:198)
  245. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager.lambda$null$18(ChunkManager.java:530)
  246. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager$Lambda$19743/0x00000008034c3840.apply(Unknown Source)
  247. [15:46:40] [Spigot Watchdog Thread/ERROR]:              com.mojang.datafixers.util.Either$Left.map(Either.java:38)
  248. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager.lambda$scheduleChunkGeneration$20(ChunkManager.java:528)
  249. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ChunkManager$Lambda$19740/0x00000008034c2c40.apply(Unknown Source)
  250. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1072)
  251. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:478)
  252. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter.func_219083_b(SourceFile:58)
  253. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.ChunkTaskPriorityQueueSorter$Lambda$19712/0x00000008034b2c40.run(Unknown Source)
  254. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213148_e(SourceFile:94)
  255. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.func_213145_a(SourceFile:137)
  256. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.DelegatedTaskExecutor.run(SourceFile:105)
  257. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
  258. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
  259. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
  260. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
  261. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
  262. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  263. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  264. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  265. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 46 | Suspended: false | Native: false | State: WAITING
  266. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  267. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  268. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Object.java:328)
  269. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
  270. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  271. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  272. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  273. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  274. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  275. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  276. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  277. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_223705_bi(SourceFile:139)
  278. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:129)
  279. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
  280. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_222868_e(ServerChunkProvider.java:130)
  281. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$Lambda$21280/0x0000000803d17c40.get(Unknown Source)
  282. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1700)
  283. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213166_h(SourceFile:144)
  284. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213166_h(ServerChunkProvider.java:575)
  285. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213168_p(SourceFile:118)
  286. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider$ChunkExecutor.func_213168_p(ServerChunkProvider.java:583)
  287. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:127)
  288. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerChunkProvider.func_212849_a_(ServerChunkProvider.java:154)
  289. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.chunk.AbstractChunkProvider.func_217205_a(SourceFile:16)
  290. [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.bukkit.craftbukkit.v1_16_R3.CraftWorld.isChunkLoaded(CraftWorld.java:348)
  291. [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.ActivationRange.activateEntities(ActivationRange.java:143)
  292. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.world.server.ServerWorld.func_72835_b(ServerWorld.java:479)
  293. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:1052)
  294. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:336)
  295. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:944)
  296. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240802_v_(MinecraftServer.java:777)
  297. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer.func_240783_a_(MinecraftServer.java:265)
  298. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.MinecraftServer$Lambda$18352/0x0000000802d2e040.run(Unknown Source)
  299. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  300. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  301. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  302. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 48 | Suspended: false | Native: false | State: RUNNABLE
  303. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  304. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  305. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  306. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 49 | Suspended: false | Native: false | State: TIMED_WAITING
  307. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  308. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  309. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingPumpReader.wait(NonBlockingPumpReader.java:55)
  310. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingPumpReader.read(NonBlockingPumpReader.java:101)
  311. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57)
  312. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133)
  313. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:110)
  314. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.keymap.BindingReader.readBinding(BindingReader.java:61)
  315. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.doReadBinding(LineReaderImpl.java:848)
  316. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readBinding(LineReaderImpl.java:868)
  317. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:575)
  318. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//org.jline.reader.impl.LineReaderImpl.readLine(LineReaderImpl.java:418)
  319. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraftforge.server.console.TerminalHandler.handleCommands(TerminalHandler.java:60)
  320. [15:46:40] [Spigot Watchdog Thread/ERROR]:              net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:96)
  321. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  322. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
  323. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
  324. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  325. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  326. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  327. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  328. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  329. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  330. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  331. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
  332. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 51 | Suspended: false | Native: false | State: RUNNABLE
  333. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  334. [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  335. [15:46:40] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  336. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  337. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  338. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  339. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  340. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  341. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  342. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  343. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  344. [15:46:40] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  345. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  346. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  347. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  348. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 52 | Suspended: false | Native: false | State: RUNNABLE
  349. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  350. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
  351. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
  352. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
  353. [15:46:40] [Spigot Watchdog Thread/ERROR]:              org.spigotmc.WatchdogThread.run(WatchdogThread.java:84)
  354. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  355. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  356. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
  357. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  358. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  359. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  360. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  361. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  362. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: TConfigWatcherService-1
  363. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 54 | Suspended: false | Native: false | State: TIMED_WAITING
  364. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  365. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  366. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  367. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  368. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  369. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  370. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  371. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  372. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  373. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  374. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  375. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  376. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 55 | Suspended: false | Native: true | State: RUNNABLE
  377. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  378. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  379. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  380. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  381. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  382. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  383. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool.commonPool-worker-7
  384. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 57 | Suspended: false | Native: false | State: WAITING
  385. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  386. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  387. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  388. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
  389. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  390. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  391. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  392. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 58 | Suspended: false | Native: true | State: RUNNABLE
  393. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  394. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  395. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  396. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  397. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  398. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  399. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  400. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 59 | Suspended: false | Native: true | State: RUNNABLE
  401. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  402. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  403. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  404. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  405. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  406. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  407. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  408. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
  409. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  410. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  411. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  412. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  413. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  414. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  415. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  416. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  417. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  418. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  419. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  420. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  421. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 61 | Suspended: false | Native: true | State: RUNNABLE
  422. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  423. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  424. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  425. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  426. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  427. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  428. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
  429. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 62 | Suspended: false | Native: false | State: WAITING
  430. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  431. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  432. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  433. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  434. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  435. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  436. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  437. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  438. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  439. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  440. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldEdit Session Manager
  441. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 63 | Suspended: false | Native: false | State: TIMED_WAITING
  442. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  443. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  444. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  445. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  446. [15:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  447. [15:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: TConfigWatcherService-1
  448. [15:46:40] [Spigot Watchdog Thread/ERROR]:      PID: 73 | Suspended: false | Native: false | State: TIMED_WAITING
  449. [15:46:40] [Spigot Watchdog Thread/ERROR]:      Stack:
  450. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  451. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  452. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  453. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  454. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  455. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  456. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  457. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  458. [15:46:40] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  459. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  460. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-24-thread-1
  461. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 74 | Suspended: false | Native: false | State: WAITING
  462. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  463. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  464. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  465. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  466. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  467. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  468. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  469. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  470. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  471. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  472. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  473. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 75 | Suspended: false | Native: true | State: RUNNABLE
  474. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  475. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  476. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  477. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  478. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  479. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  480. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  481. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 77 | Suspended: false | Native: true | State: RUNNABLE
  482. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  483. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  484. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  485. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  486. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  487. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  488. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  489. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
  490. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  491. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  492. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  493. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  494. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  495. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  496. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  497. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  498. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  499. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  500. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  501. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: mysql-cj-abandoned-connection-cleanup
  502. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 82 | Suspended: false | Native: false | State: TIMED_WAITING
  503. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  504. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  505. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  506. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//com.mysql.cj.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:91)
  507. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  508. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  509. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  510. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  511. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  512. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 83 | Suspended: false | Native: false | State: TIMED_WAITING
  513. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  514. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  515. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  516. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  517. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  518. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  519. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  520. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  521. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  522. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  523. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  524. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  525. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 84 | Suspended: false | Native: false | State: TIMED_WAITING
  526. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  527. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  528. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  529. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  530. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  531. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  532. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  533. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  534. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  535. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  536. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  537. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  538. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 85 | Suspended: false | Native: true | State: RUNNABLE
  539. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  540. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  541. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  542. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  543. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  544. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  545. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  546. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 86 | Suspended: false | Native: false | State: TIMED_WAITING
  547. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  548. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  549. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  550. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  551. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  552. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  553. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  554. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  555. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  556. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  557. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  558. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
  559. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 87 | Suspended: false | Native: false | State: WAITING
  560. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  561. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  562. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  563. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1628)
  564. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  565. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  566. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-29-thread-1
  567. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 90 | Suspended: false | Native: false | State: TIMED_WAITING
  568. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  569. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  570. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  571. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  572. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  573. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  574. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  575. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  576. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  577. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  578. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  579. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  580. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 91 | Suspended: false | Native: false | State: TIMED_WAITING
  581. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  582. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  583. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  584. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  585. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  586. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  587. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  588. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  589. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  590. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  591. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  592. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: FileSystemWatchService
  593. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 92 | Suspended: false | Native: true | State: RUNNABLE
  594. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  595. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus0(Native Method)
  596. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsNativeDispatcher.GetQueuedCompletionStatus(WindowsNativeDispatcher.java:1036)
  597. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.fs.WindowsWatchService$Poller.run(WindowsWatchService.java:587)
  598. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  599. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  600. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: HikariPool-1 housekeeper
  601. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 93 | Suspended: false | Native: false | State: TIMED_WAITING
  602. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  603. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  604. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  605. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  606. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  607. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  608. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  609. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  610. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  611. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  612. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  613. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  614. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 94 | Suspended: false | Native: false | State: TIMED_WAITING
  615. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  616. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  617. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  618. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  619. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  620. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  621. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  622. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  623. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  624. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  625. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  626. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-32-thread-1
  627. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 95 | Suspended: false | Native: false | State: WAITING
  628. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  629. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  630. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  631. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  632. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  633. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  634. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  635. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  636. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  637. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  638. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  639. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-32-thread-2
  640. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 96 | Suspended: false | Native: false | State: TIMED_WAITING
  641. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  642. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  643. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  644. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  645. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  646. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  647. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  648. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  649. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  650. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  651. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  652. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  653. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 97 | Suspended: false | Native: false | State: TIMED_WAITING
  654. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  655. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  656. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  657. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  658. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  659. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  660. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  661. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  662. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  663. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  664. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  665. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  666. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 99 | Suspended: false | Native: false | State: TIMED_WAITING
  667. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  668. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  669. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  670. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  671. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  672. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  673. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  674. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  675. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  676. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  677. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  678. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: rollbar-buffered_sender
  679. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 100 | Suspended: false | Native: false | State: TIMED_WAITING
  680. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  681. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  682. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  683. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  684. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  685. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  686. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  687. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  688. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  689. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  690. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  691. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_list
  692. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 104 | Suspended: false | Native: false | State: TIMED_WAITING
  693. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  694. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
  695. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayMusic.task(PlayMusic.java:93)
  696. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayMusic$Lambda$20419/0x0000000803767840.run(Unknown Source)
  697. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  698. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  699. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_Play
  700. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 105 | Suspended: false | Native: false | State: TIMED_WAITING
  701. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  702. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
  703. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayGo.task(PlayGo.java:215)
  704. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.PlayGo$Lambda$20420/0x0000000803767c40.run(Unknown Source)
  705. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  706. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  707. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: AllMusic_search
  708. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 107 | Suspended: false | Native: false | State: TIMED_WAITING
  709. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  710. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.sleep(Native Method)
  711. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.MusicSearch.task(MusicSearch.java:30)
  712. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.music.play.MusicSearch$Lambda$20422/0x0000000803767440.run(Unknown Source)
  713. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  714. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  715. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
  716. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 108 | Suspended: false | Native: false | State: WAITING
  717. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  718. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  719. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  720. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.parkAndCheckInterrupt(AbstractQueuedSynchronizer.java:885)
  721. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.doAcquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1039)
  722. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer.acquireSharedInterruptibly(AbstractQueuedSynchronizer.java:1345)
  723. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.Semaphore.acquire(Semaphore.java:318)
  724. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.hud.DataSql.run(DataSql.java:240)
  725. [15:46:41] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.hud.DataSql$Lambda$20423/0x0000000803766840.run(Unknown Source)
  726. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  727. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  728. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  729. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 109 | Suspended: false | Native: false | State: TIMED_WAITING
  730. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  731. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  732. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  733. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  734. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  735. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  736. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  737. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  738. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  739. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  740. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  741. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 0
  742. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 110 | Suspended: false | Native: false | State: WAITING
  743. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  744. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  745. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  746. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  747. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  748. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  749. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  750. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  751. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  752. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  753. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  754. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 1
  755. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 111 | Suspended: false | Native: false | State: TIMED_WAITING
  756. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  757. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  758. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  759. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  760. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  761. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  762. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  763. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  764. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  765. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  766. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  767. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 2
  768. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 112 | Suspended: false | Native: false | State: WAITING
  769. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  770. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  771. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  772. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  773. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  774. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  775. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  776. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  777. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  778. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  779. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  780. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 3
  781. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 113 | Suspended: false | Native: false | State: TIMED_WAITING
  782. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  783. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  784. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  785. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  786. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  787. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  788. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  789. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  790. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  791. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  792. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  793. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 4
  794. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 114 | Suspended: false | Native: false | State: WAITING
  795. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  796. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  797. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  798. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  799. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  800. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  801. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  802. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  803. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  804. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  805. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  806. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 5
  807. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 115 | Suspended: false | Native: false | State: WAITING
  808. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  809. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  810. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  811. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  812. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  813. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  814. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  815. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  816. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  817. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  818. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  819. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 6
  820. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 117 | Suspended: false | Native: false | State: WAITING
  821. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  822. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  823. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  824. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  825. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  826. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  827. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  828. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  829. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  830. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  831. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  832. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 7
  833. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 118 | Suspended: false | Native: false | State: WAITING
  834. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  835. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  836. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  837. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  838. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  839. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  840. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  841. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  842. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  843. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  844. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  845. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 8
  846. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 119 | Suspended: false | Native: false | State: WAITING
  847. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  848. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  849. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  850. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  851. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  852. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  853. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  854. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  855. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  856. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  857. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  858. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 9
  859. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 120 | Suspended: false | Native: false | State: TIMED_WAITING
  860. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  861. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  862. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  863. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  864. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  865. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  866. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  867. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  868. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  869. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  870. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  871. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 10
  872. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 121 | Suspended: false | Native: false | State: WAITING
  873. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  874. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  875. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  876. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  877. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  878. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  879. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  880. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  881. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  882. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  883. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  884. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Processing Thread
  885. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 122 | Suspended: false | Native: false | State: WAITING
  886. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  887. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  888. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  889. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  890. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  891. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  892. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  893. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  894. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  895. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  896. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 11
  897. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 123 | Suspended: false | Native: false | State: WAITING
  898. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  899. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  900. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  901. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  902. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  903. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  904. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  905. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  906. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  907. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  908. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  909. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: bStats-Metrics
  910. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 124 | Suspended: false | Native: false | State: TIMED_WAITING
  911. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  912. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  913. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  914. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  915. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  916. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  917. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  918. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  919. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  920. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  921. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  922. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 12
  923. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 125 | Suspended: false | Native: false | State: WAITING
  924. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  925. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  926. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  927. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  928. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  929. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  930. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  931. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  932. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  933. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  934. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  935. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 13
  936. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 126 | Suspended: false | Native: false | State: WAITING
  937. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  938. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  939. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  940. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  941. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  942. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  943. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  944. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  945. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  946. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  947. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  948. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 14
  949. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 127 | Suspended: false | Native: false | State: WAITING
  950. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  951. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  952. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  953. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  954. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  955. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  956. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  957. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  958. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  959. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  960. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  961. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 15
  962. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 128 | Suspended: false | Native: false | State: WAITING
  963. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  964. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  965. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  966. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  967. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  968. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  969. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  970. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  971. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  972. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  973. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  974. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 16
  975. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 129 | Suspended: false | Native: false | State: WAITING
  976. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  977. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  978. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  979. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  980. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  981. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  982. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  983. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  984. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  985. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  986. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  987. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 17
  988. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 130 | Suspended: false | Native: false | State: WAITING
  989. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  990. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  991. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  992. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  993. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  994. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  995. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  996. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  997. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  998. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  999. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1000. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 18
  1001. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 131 | Suspended: false | Native: false | State: WAITING
  1002. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1003. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1004. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1005. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1006. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  1007. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  1008. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1009. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1010. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1011. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1012. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1013. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Repeating / Delayed Thread 19
  1014. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 132 | Suspended: false | Native: false | State: WAITING
  1015. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1016. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1017. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1018. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1019. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1177)
  1020. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  1021. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1022. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1023. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1024. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1025. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1026. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #1
  1027. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 133 | Suspended: false | Native: false | State: RUNNABLE
  1028. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1029. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1030. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1031. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1032. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1033. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1034. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1035. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1036. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1037. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1038. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1039. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1040. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1041. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1042. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #2
  1043. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 134 | Suspended: false | Native: false | State: RUNNABLE
  1044. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1045. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1046. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1047. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1048. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1049. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1050. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1051. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1052. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1053. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1054. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1055. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1056. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1057. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1058. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #3
  1059. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 135 | Suspended: false | Native: false | State: RUNNABLE
  1060. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1061. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1062. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1063. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1064. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1065. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1066. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1067. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1068. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1069. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1070. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1071. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1072. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1073. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1074. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #4
  1075. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 136 | Suspended: false | Native: false | State: RUNNABLE
  1076. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1077. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1078. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1079. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1080. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1081. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1082. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1083. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1084. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1085. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1086. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1087. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1088. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1089. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1090. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #5
  1091. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 137 | Suspended: false | Native: false | State: RUNNABLE
  1092. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1093. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1094. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1095. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1096. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1097. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1098. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1099. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1100. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1101. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1102. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1103. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1104. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1105. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1106. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #6
  1107. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 138 | Suspended: false | Native: false | State: RUNNABLE
  1108. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1109. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1110. [15:46:41] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1111. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1112. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1113. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1114. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1115. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1116. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1117. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1118. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1119. [15:46:41] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1120. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1121. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1122. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
  1123. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 139 | Suspended: false | Native: false | State: TIMED_WAITING
  1124. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1125. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1126. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  1127. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  1128. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1129. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
  1130. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 140 | Suspended: false | Native: false | State: TIMED_WAITING
  1131. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1132. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1133. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  1134. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  1135. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1136. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: ResearchIOThread
  1137. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 144 | Suspended: false | Native: false | State: TIMED_WAITING
  1138. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1139. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1140. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  1141. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  1142. [15:46:41] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1143. [15:46:41] [Spigot Watchdog Thread/ERROR]: Current Thread: WorldCacheIOThread
  1144. [15:46:41] [Spigot Watchdog Thread/ERROR]:      PID: 145 | Suspended: false | Native: false | State: TIMED_WAITING
  1145. [15:46:41] [Spigot Watchdog Thread/ERROR]:      Stack:
  1146. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1147. [15:46:41] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  1148. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  1149. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1150. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
  1151. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 146 | Suspended: false | Native: false | State: WAITING
  1152. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1153. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1154. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  1155. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
  1156. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.java2d.Disposer.run(Disposer.java:144)
  1157. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1158. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1159. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-3
  1160. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 152 | Suspended: false | Native: false | State: TIMED_WAITING
  1161. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1162. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1163. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
  1164. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.TimerThread.run(Timer.java:506)
  1165. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1166. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Keep-Alive-SocketCleaner
  1167. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 175 | Suspended: false | Native: false | State: WAITING
  1168. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1169. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1170. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.net.www.http.KeepAliveStreamCleaner.run(KeepAliveStreamCleaner.java:101)
  1171. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1172. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
  1173. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1174. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #7
  1175. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 182 | Suspended: false | Native: false | State: RUNNABLE
  1176. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Thread is waiting on monitor(s):
  1177. [15:46:42] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1178. [15:46:42] [Spigot Watchdog Thread/ERROR]:              Locked on:[email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1179. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1180. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  1181. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(WindowsSelectorImpl.java:357)
  1182. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.WindowsSelectorImpl.doSelect(WindowsSelectorImpl.java:182)
  1183. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:124)
  1184. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.nio.ch.SelectorImpl.select(SelectorImpl.java:136)
  1185. [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  1186. [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  1187. [15:46:42] [Spigot Watchdog Thread/ERROR]:              app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  1188. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1189. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1190. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-18-thread-1
  1191. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 189 | Suspended: false | Native: false | State: WAITING
  1192. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1193. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1194. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1195. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1196. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  1197. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1198. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1199. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1200. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1201. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1202. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Network-Data-Coder
  1203. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 190 | Suspended: false | Native: false | State: WAITING
  1204. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1205. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1206. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1207. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1208. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  1209. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1210. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1211. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1212. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1213. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1214. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Network-Data-Coder
  1215. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 191 | Suspended: false | Native: false | State: WAITING
  1216. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1217. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1218. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1219. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1220. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  1221. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1222. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1223. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1224. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1225. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1226. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool.commonPool-worker-1
  1227. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 196 | Suspended: false | Native: false | State: TIMED_WAITING
  1228. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1229. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1230. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:275)
  1231. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1619)
  1232. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)
  1233. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1234. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-1
  1235. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 206 | Suspended: false | Native: false | State: WAITING
  1236. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1237. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1238. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1239. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1240. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  1241. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1242. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1243. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1244. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1245. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1246. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-47-thread-1
  1247. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 213 | Suspended: false | Native: false | State: WAITING
  1248. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1249. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1250. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1251. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1252. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1170)
  1253. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  1254. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1255. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1256. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1257. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1258. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1259. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Rats Mod Pathfinding Worker #0
  1260. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 225 | Suspended: false | Native: false | State: WAITING
  1261. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1262. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1263. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1264. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1265. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
  1266. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
  1267. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1268. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1269. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1270. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1271. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1272. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-19-thread-1
  1273. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 305 | Suspended: false | Native: false | State: WAITING
  1274. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1275. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1276. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1277. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1278. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:433)
  1279. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1280. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1281. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1282. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1283. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1284. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Ice and Fire Pathfinding Worker #0
  1285. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 316 | Suspended: false | Native: false | State: WAITING
  1286. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1287. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1288. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1289. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1290. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
  1291. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
  1292. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1293. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1294. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1295. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1296. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1297. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: AN Pathfinding Worker #0
  1298. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 502 | Suspended: false | Native: false | State: WAITING
  1299. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1300. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1301. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.park(LockSupport.java:194)
  1302. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2081)
  1303. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:483)
  1304. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:671)
  1305. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1306. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1307. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1308. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1309. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1310. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Placeholder retrieving thread 20
  1311. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 590 | Suspended: false | Native: false | State: TIMED_WAITING
  1312. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1313. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1314. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  1315. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
  1316. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
  1317. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
  1318. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
  1319. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1320. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1321. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1322. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1323. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: TAB Placeholder retrieving thread 22
  1324. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 617 | Suspended: false | Native: false | State: TIMED_WAITING
  1325. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1326. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1327. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  1328. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
  1329. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
  1330. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
  1331. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
  1332. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1333. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1334. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1335. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1336. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp music.163.com
  1337. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 688 | Suspended: false | Native: true | State: RUNNABLE
  1338. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1339. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead0(Native Method)
  1340. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
  1341. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:168)
  1342. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:140)
  1343. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
  1344. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
  1345. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
  1346. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1333)
  1347. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:976)
  1348. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.InputStreamSource.read(JvmOkio.kt:94)
  1349. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
  1350. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.request(RealBufferedSource.kt:206)
  1351. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.require(RealBufferedSource.kt:199)
  1352. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.kt:89)
  1353. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:618)
  1354. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:609)
  1355. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(TaskQueue.kt:98)
  1356. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
  1357. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
  1358. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
  1359. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  1360. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1361. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1362. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1363. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #19
  1364. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 705 | Suspended: false | Native: false | State: TIMED_WAITING
  1365. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1366. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1367. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  1368. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
  1369. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
  1370. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
  1371. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
  1372. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1373. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1374. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1375. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1376. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp TaskRunner
  1377. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 706 | Suspended: false | Native: false | State: TIMED_WAITING
  1378. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1379. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Native Method)
  1380. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Object.wait(Object.java:462)
  1381. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$RealBackend.coordinatorWait(TaskRunner.kt:294)
  1382. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.awaitTaskToRun(TaskRunner.kt:218)
  1383. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:59)
  1384. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  1385. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1386. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1387. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1388. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: OkHttp interface3.music.163.com
  1389. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 707 | Suspended: false | Native: true | State: RUNNABLE
  1390. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1391. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead0(Native Method)
  1392. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.socketRead(SocketInputStream.java:115)
  1393. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:168)
  1394. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.net.SocketInputStream.read(SocketInputStream.java:140)
  1395. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.read(SSLSocketInputRecord.java:478)
  1396. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.readHeader(SSLSocketInputRecord.java:472)
  1397. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketInputRecord.bytesInCompletePacket(SSLSocketInputRecord.java:70)
  1398. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl.readApplicationRecord(SSLSocketImpl.java:1333)
  1399. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/sun.security.ssl.SSLSocketImpl$AppInputStream.read(SSLSocketImpl.java:976)
  1400. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.InputStreamSource.read(JvmOkio.kt:94)
  1401. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.AsyncTimeout$source$1.read(AsyncTimeout.kt:125)
  1402. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.request(RealBufferedSource.kt:206)
  1403. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okio.RealBufferedSource.require(RealBufferedSource.kt:199)
  1404. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Reader.nextFrame(Http2Reader.kt:89)
  1405. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:618)
  1406. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.http2.Http2Connection$ReaderRunnable.invoke(Http2Connection.kt:609)
  1407. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskQueue$execute$1.runOnce(TaskQueue.kt:98)
  1408. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.runTask(TaskRunner.kt:116)
  1409. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner.access$runTask(TaskRunner.kt:42)
  1410. [15:46:42] [Spigot Watchdog Thread/ERROR]:              coloryr.allmusic.lib.okhttp3.internal.concurrent.TaskRunner$runnable$1.run(TaskRunner.kt:65)
  1411. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
  1412. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1413. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1414. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1415. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-97-thread-1
  1416. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 711 | Suspended: false | Native: false | State: TIMED_WAITING
  1417. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1418. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1419. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  1420. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  1421. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  1422. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  1423. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1424. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1425. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1426. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1427. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1428. [15:46:42] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-98-thread-1
  1429. [15:46:42] [Spigot Watchdog Thread/ERROR]:      PID: 712 | Suspended: false | Native: false | State: TIMED_WAITING
  1430. [15:46:42] [Spigot Watchdog Thread/ERROR]:      Stack:
  1431. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/jdk.internal.misc.Unsafe.park(Native Method)
  1432. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
  1433. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2123)
  1434. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1182)
  1435. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:899)
  1436. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1054)
  1437. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
  1438. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
  1439. [15:46:42] [Spigot Watchdog Thread/ERROR]:              [email protected]/java.lang.Thread.run(Thread.java:834)
  1440. [15:46:42] [Spigot Watchdog Thread/ERROR]: ------------------------------
  1441. [15:46:42] [Spigot Watchdog Thread/INFO]: Force save worlds:
  1442. [15:46:42] [Spigot Watchdog Thread/INFO]: Force saving players..
  1443. [15:46:42] [Spigot Watchdog Thread/INFO]: Force saving chunks..
  1444. [15:47:35] [User Authenticator #23/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
  1445. [15:47:40] [User Authenticator #24/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
  1446. [15:47:49] [User Authenticator #25/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
  1447. [15:47:51] [User Authenticator #26/INFO]: UUID of player Trans is 54089123-20eb-3319-8d2e-5c84846a063b
  1448. [15:47:59] [User Authenticator #27/INFO]: UUID of player 458ww is babfb243-4a60-32aa-8fcf-897af1df9577
  1449. [15:48:02] [User Authenticator #28/INFO]: UUID of player Saber_yasew is e97e5601-c9f3-38a1-a350-03551f26f2c3
  1450. [15:48:14] [User Authenticator #29/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
  1451. [15:48:39] [User Authenticator #30/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
  1452. > list
  1453. [15:49:15] [User Authenticator #31/INFO]: UUID of player FFF_AASSSDD is f3f87fca-931e-33b3-b160-4efd85b6d110
  1454. > list
  1455. [15:49:33] [User Authenticator #32/INFO]: UUID of player Forest is 96b39bb0-d5b3-34a9-8406-cb21f583bba6
  1456. >
复制代码


Flower_胡子
冷曦c 发表于 2023-1-21 15:59
这次这个全,大哥再帮忙看一下就给最佳答案

换java8 其他看不出问题

冷曦c
Flower_胡子 发表于 2023-1-21 16:34
换java8 其他看不出问题

好像是世界有个地方有问题,一靠近就会服务器无响应,我把那里的区块删了一次,结果没用,我在过去还是会卡,大佬知道是什么问题吗

Flower_胡子
冷曦c 发表于 2023-1-21 18:41
好像是世界有个地方有问题,一靠近就会服务器无响应,我把那里的区块删了一次,结果没用,我在过去还是会 ...

无响应后输出线程锁死记录 把日志上传

冷曦c
Flower_胡子 发表于 2023-1-21 18:49
无响应后输出线程锁死记录 把日志上传

我放到上面主帖上了

Flower_胡子
冷曦c 发表于 2023-1-21 18:56
我放到上面主帖上了

这用的还是java11啊

冷曦c

啊这是之前的,我换java以后那个没保存,但是跟这个是一样的

Flower_胡子
冷曦c 发表于 2023-1-21 19:04
啊这是之前的,我换java以后那个没保存,但是跟这个是一样的

上传java8的日志

冷曦c

上传了,在上面

Flower_胡子
冷曦c 发表于 2023-1-22 11:46
上传了,在上面

看不出问题 可能和这个有关
dungeons_plus

冷曦c
Flower_胡子 发表于 2023-1-22 18:29
看不出问题 可能和这个有关
dungeons_plus

好像是个mod我删了试试

Flower_胡子
冷曦c 发表于 2023-1-22 20:36
插件吗,之前我问别人也和我说跟这个有关系,但是我没有装这个插件。。 ...

https://www.mcmod.cn/class/3446.html

冷曦c
Flower_胡子 发表于 2023-1-22 20:37
https://www.mcmod.cn/class/3446.html

大佬回的太快了我刚要重新编辑。。

冷曦c
Flower_胡子 发表于 2023-1-22 20:37
https://www.mcmod.cn/class/3446.html

谢谢大佬!非常感谢!删了mod就不会再崩了