Advertisement
Guest User

Spigot Error On Shutdown (no plugins)

a guest
Jan 9th, 2023
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.77 KB | None | 0 0
  1. [11:29:35] [Server thread/INFO]: Stopping the server
  2. [11:29:35] [Server thread/INFO]: Stopping server
  3. [11:29:35] [Server thread/INFO]: Saving players
  4. [11:29:35] [Server thread/INFO]: Saving worlds
  5. [11:29:42] [Server thread/INFO]: Saving chunks for level 'ServerLevel[world]'/minecraft:overworld
  6. [11:30:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
  7. [11:30:38] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
  8. [11:30:38] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
  9. [11:30:38] [Spigot Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
  10. [11:30:38] [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
  11. [11:30:38] [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
  12. [11:30:38] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
  13. [11:30:38] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  14. [11:30:38] [Spigot Watchdog Thread/ERROR]: Spigot version: 3563-Spigot-2183145-1e3bf58 (MC: 1.19.1)
  15. [11:30:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
  16. [11:30:38] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
  17. [11:30:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
  18. [11:30:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  19. [11:30:38] [Spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: false | State: WAITING
  20. [11:30:38] [Spigot Watchdog Thread/ERROR]: Stack:
  21. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  22. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
  23. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
  24. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3455)
  25. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3426)
  26. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
  27. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
  28. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IChunkLoader.n(IChunkLoader.java:171)
  29. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:498)
  30. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:346)
  31. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.WorldServer.a(WorldServer.java:888)
  32. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.a(MinecraftServer.java:789)
  33. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.s(MinecraftServer.java:904)
  34. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:697)
  35. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1046)
  36. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
  37. [11:30:38] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4243/0x0000000801424000.run(Unknown Source)
  38. [11:30:38] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  39. [11:30:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
  40. [11:30:38] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  41. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  42. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  43. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: RUNNABLE
  44. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  45. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
  46. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.Reference.processPendingReferences(Reference.java:253)
  47. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:215)
  48. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  49. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  50. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  51. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  52. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Object.wait(Native Method)
  53. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  54. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
  55. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:171)
  56. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  57. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  58. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  59. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  60. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  61. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Notification Thread
  62. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 10 | Suspended: false | Native: false | State: RUNNABLE
  63. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  64. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  65. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
  66. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 11 | Suspended: false | Native: false | State: TIMED_WAITING
  67. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  68. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Object.wait(Native Method)
  69. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
  70. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:140)
  71. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  72. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:161)
  73. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  74. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  75. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: RUNNABLE
  76. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  77. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  78. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer hack thread
  79. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: TIMED_WAITING
  80. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  81. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.sleep(Native Method)
  82. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.SystemUtils$9.run(SourceFile:849)
  83. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  84. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
  85. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: WAITING
  86. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  87. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Object.wait(Native Method)
  88. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
  89. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  90. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  91. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  92. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: false | State: WAITING
  93. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  94. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  95. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.park(LockSupport.java:211)
  96. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  97. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  98. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: false | State: TIMED_WAITING
  99. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  100. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Object.wait(Native Method)
  101. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.TimerThread.mainLoop(Timer.java:563)
  102. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.TimerThread.run(Timer.java:516)
  103. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  104. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
  105. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE
  106. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  107. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  108. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:209)
  109. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:202)
  110. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
  111. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
  112. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
  113. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  114. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  115. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  116. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-2
  117. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: RUNNABLE
  118. [11:30:39] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  119. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
  120. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  121. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
  122. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
  123. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109)
  124. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.write(IOUtil.java:79)
  125. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:854)
  126. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:840)
  127. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
  128. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
  129. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:240)
  130. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  131. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  132. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
  133. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
  134. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
  135. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$4448/0x00000008015f67c0.run(Unknown Source)
  136. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.PairedQueue$b.run(SourceFile:60)
  137. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
  138. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
  139. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
  140. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
  141. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  142. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  143. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  144. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-3
  145. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: RUNNABLE
  146. [11:30:39] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  147. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
  148. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  149. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
  150. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
  151. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109)
  152. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.write(IOUtil.java:79)
  153. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:854)
  154. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:840)
  155. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:328)
  156. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
  157. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:240)
  158. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1864)
  159. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.unmanagedBlock(ForkJoinPool.java:3455)
  160. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3426)
  161. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1898)
  162. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.CompletableFuture.join(CompletableFuture.java:2117)
  163. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IChunkLoader.n(IChunkLoader.java:171)
  164. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.PlayerChunkMap.a(PlayerChunkMap.java:498)
  165. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.ChunkProviderServer.a(ChunkProviderServer.java:346)
  166. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.level.WorldServer.a(WorldServer.java:888)
  167. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.a(MinecraftServer.java:789)
  168. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.s(MinecraftServer.java:904)
  169. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer.s(DedicatedServer.java:697)
  170. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.v(MinecraftServer.java:1046)
  171. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer.lambda$0(MinecraftServer.java:293)
  172. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.MinecraftServer$$Lambda$4243/0x0000000801424000.run(Unknown Source)
  173. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  174. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  175. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: TerminalConsoleWriter
  176. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE
  177. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  178. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:126)
  179. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:112)
  180. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.UnixTerminal.getWidth(UnixTerminal.java:76)
  181. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
  182. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
  183. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
  184. [11:30:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_19_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:44)
  185. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  186. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  187. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: true | State: RUNNABLE
  188. [11:30:39] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  189. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:java.base@17/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
  190. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  191. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  192. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  193. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  194. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FileInputStream.readBytes(Native Method)
  195. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FileInputStream.read(FileInputStream.java:271)
  196. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.BufferedInputStream.fill(BufferedInputStream.java:244)
  197. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.BufferedInputStream.read(BufferedInputStream.java:263)
  198. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  199. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
  200. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
  201. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  202. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  203. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
  204. [11:30:39] [Spigot Watchdog Thread/ERROR]: jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
  205. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:122)
  206. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  207. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  208. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE
  209. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  210. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.management@17/sun.management.ThreadImpl.dumpThreads0(Native Method)
  211. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.management@17/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:521)
  212. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.management@17/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:509)
  213. [11:30:39] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:90)
  214. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  215. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  216. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
  217. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
  218. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
  219. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$4448/0x00000008015f67c0.run(Unknown Source)
  220. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.PairedQueue$b.run(SourceFile:60)
  221. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
  222. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
  223. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
  224. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
  225. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  226. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  227. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  228. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-7
  229. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
  230. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  231. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  232. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
  233. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1718)
  234. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1615)
  235. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
  236. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  237. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-8
  238. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 36 | Suspended: false | Native: false | State: WAITING
  239. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  240. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  241. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.park(LockSupport.java:341)
  242. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1716)
  243. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1615)
  244. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
  245. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  246. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
  247. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: true | State: RUNNABLE
  248. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  249. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  250. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:209)
  251. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:202)
  252. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
  253. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
  254. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
  255. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  256. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  257. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  258. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
  259. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 38 | Suspended: false | Native: true | State: RUNNABLE
  260. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  261. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  262. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:209)
  263. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:202)
  264. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
  265. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
  266. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
  267. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  268. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  269. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  270. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
  271. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: true | State: RUNNABLE
  272. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  273. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
  274. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:209)
  275. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:202)
  276. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWaitNoTimerChange(EpollEventLoop.java:294)
  277. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:351)
  278. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:995)
  279. [11:30:39] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
  280. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  281. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  282. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Worker-Main-10
  283. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  284. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  285. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  286. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.parkUntil(LockSupport.java:410)
  287. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1718)
  288. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1615)
  289. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
  290. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  291. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-13
  292. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
  293. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  294. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  295. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
  296. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
  297. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
  298. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
  299. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
  300. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  301. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  302. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  303. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
  304. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 49 | Suspended: false | Native: false | State: RUNNABLE
  305. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  306. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.yield(Native Method)
  307. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:389)
  308. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
  309. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
  310. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
  311. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  312. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  313. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  314. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-14
  315. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
  316. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  317. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/jdk.internal.misc.Unsafe.park(Native Method)
  318. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:252)
  319. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:401)
  320. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:903)
  321. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1060)
  322. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1121)
  323. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  324. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  325. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
  326. [11:30:39] [Spigot Watchdog Thread/ERROR]: Current Thread: IO-Worker-15
  327. [11:30:39] [Spigot Watchdog Thread/ERROR]: PID: 51 | Suspended: false | Native: false | State: RUNNABLE
  328. [11:30:39] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  329. [11:30:39] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:333)
  330. [11:30:39] [Spigot Watchdog Thread/ERROR]: Stack:
  331. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite0(Native Method)
  332. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileDispatcherImpl.pwrite(FileDispatcherImpl.java:68)
  333. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.writeFromNativeBuffer(IOUtil.java:109)
  334. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.IOUtil.write(IOUtil.java:58)
  335. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.writeInternal(FileChannelImpl.java:854)
  336. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/sun.nio.ch.FileChannelImpl.write(FileChannelImpl.java:840)
  337. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile.d(RegionFile.java:380)
  338. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile.a(RegionFile.java:333)
  339. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFile$ChunkBuffer.close(RegionFile.java:439)
  340. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.zip.DeflaterOutputStream.close(DeflaterOutputStream.java:240)
  341. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  342. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.io.FilterOutputStream.close(FilterOutputStream.java:188)
  343. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.RegionFileCache.a(RegionFileCache.java:155)
  344. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:260)
  345. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker.a(SourceFile:250)
  346. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.world.level.chunk.storage.IOWorker$$Lambda$4448/0x00000008015f67c0.run(Unknown Source)
  347. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.PairedQueue$b.run(SourceFile:60)
  348. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.h(SourceFile:91)
  349. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.a(SourceFile:146)
  350. [11:30:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.thread.ThreadedMailbox.run(SourceFile:102)
  351. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1135)
  352. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
  353. [11:30:39] [Spigot Watchdog Thread/ERROR]: java.base@17/java.lang.Thread.run(Thread.java:831)
  354. [11:30:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement