Advertisement
Guest User

Error 1.14.2 RealisticWorldGenerator

a guest
May 29th, 2019
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 35.47 KB | None | 0 0
  1. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2. [08:20:40] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
  3. [08:20:40] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
  4. [08:20:40] [Spigot Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
  5. [08:20:40] [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. [08:20:40] [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. [08:20:40] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
  8. [08:20:40] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  9. [08:20:40] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-093165d-ba575a5 (MC: 1.14.2)
  10. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  11. [08:20:40] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
  12. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  13. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  14. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
  15. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  16. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  17. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  18. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
  19. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  20. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  21. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  22. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  23. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  24. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:132)
  25. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IBlockData.a(SourceFile:246)
  26. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.notifyAndUpdatePhysics(World.java:360)
  27. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.setTypeAndData(World.java:311)
  28. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.b(World.java:394)
  29. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:181)
  30. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:135)
  31. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IBlockData.a(SourceFile:246)
  32. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.notifyAndUpdatePhysics(World.java:360)
  33. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.setTypeAndData(World.java:311)
  34. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setTypeAndData(CraftBlock.java:193)
  35. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:178)
  36. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:172)
  37. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.populators.WaterFixPopulator.populate(WaterFixPopulator.java:39)
  38. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.generators.Populator.generate(Populator.java:16)
  39. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.generators.SpecialPopulator.populate(SpecialPopulator.java:86)
  40. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Chunk.loadCallback(Chunk.java:537)
  41. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk.lambda$11(PlayerChunk.java:353)
  42. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2520/239655901.accept(Unknown Source)
  43. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.mojang.datafixers.util.Either$Left.ifLeft(Either.java:43)
  44. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk.lambda$10(PlayerChunk.java:351)
  45. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2434/792927146.accept(Unknown Source)
  46. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.uniAccept(Unknown Source)
  47. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
  48. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
  49. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.postFire(Unknown Source)
  50. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source)
  51. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
  52. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:57)
  53. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter$$Lambda$2454/1423386621.run(Unknown Source)
  54. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
  55. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
  56. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
  57. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135)
  58. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114)
  59. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:509)
  60. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)
  61. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  62. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  63. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  64. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  65. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  66. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setTypeAndData(CraftBlock.java:195)
  67. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:178)
  68. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.versions.schematics.Block1_14.setBlock(Block1_14.java:28)
  69. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.generating.schematics.SchematicPasteThread$1.run(SchematicPasteThread.java:69)
  70. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  71. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  72. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1008)
  73. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  74. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  75. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  76. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  77. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  78. [08:20:40] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  79. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  80. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #3
  81. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 618 | Suspended: false | Native: true | State: RUNNABLE
  82. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  83. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  84. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  85. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  86. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  87. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  88. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
  89. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
  90. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
  91. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  92. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  93. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  94. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  95. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  96. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  97. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  98. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  99. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #2
  100. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 461 | Suspended: false | Native: true | State: RUNNABLE
  101. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  102. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  103. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  104. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  105. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  106. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  107. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
  108. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
  109. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
  110. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  111. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  112. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  113. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  114. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  115. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  116. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  117. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  118. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #1
  119. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 457 | Suspended: false | Native: true | State: RUNNABLE
  120. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  121. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  122. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  123. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  124. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  125. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  126. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
  127. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
  128. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
  129. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  130. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  131. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  132. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  133. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  134. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  135. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  136. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  137. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  138. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING
  139. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  140. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  141. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  142. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  143. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  144. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Server IO #0
  145. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: true | State: RUNNABLE
  146. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  147. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  148. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  149. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  150. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  151. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll0(Native Method)
  152. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.poll(Unknown Source)
  153. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl$SubSelector.access$400(Unknown Source)
  154. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.WindowsSelectorImpl.doSelect(Unknown Source)
  155. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(Unknown Source)
  156. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(Unknown Source)
  157. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62)
  158. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756)
  159. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411)
  160. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  161. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  162. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  163. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
  164. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
  165. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  166. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  167. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  168. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  169. [08:20:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  170. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  171. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  172. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  173. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: false | State: TIMED_WAITING
  174. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  175. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  176. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  177. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  178. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  179. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  180. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 38 | Suspended: false | Native: false | State: RUNNABLE
  181. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  182. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  183. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
  184. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:86)
  185. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  186. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  187. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 36 | Suspended: false | Native: true | State: RUNNABLE
  188. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  189. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  190. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  191. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  192. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  193. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.ReadConsoleInputW(Native Method)
  194. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.readConsoleInputHelper(Kernel32.java:761)
  195. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.Kernel32.readConsoleKeyInput(Kernel32.java:794)
  196. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.fusesource.jansi.internal.WindowsSupport.readConsoleInput(WindowsSupport.java:97)
  197. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal.readConsoleInput(WindowsTerminal.java:215)
  198. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal.access$000(WindowsTerminal.java:55)
  199. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.WindowsTerminal$1.read(WindowsTerminal.java:157)
  200. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
  201. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
  202. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
  203. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  204. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  205. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
  206. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
  207. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$2.run(DedicatedServer.java:95)
  208. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  209. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4
  210. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: RUNNABLE
  211. [08:20:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  212. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedOutputStream.flush(Unknown Source)
  213. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.PrintStream.flush(Unknown Source)
  214. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.PrintStream.flush(Unknown Source)
  215. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.PrintStream.flush(Unknown Source)
  216. [08:20:40] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.cs.StreamEncoder.flush(Unknown Source)
  217. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  218. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.FileOutputStream.writeBytes(Native Method)
  219. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.FileOutputStream.write(Unknown Source)
  220. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedOutputStream.flushBuffer(Unknown Source)
  221. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedOutputStream.flush(Unknown Source)
  222. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.PrintStream.flush(Unknown Source)
  223. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.FilterOutputStream.flush(Unknown Source)
  224. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.PrintStream.flush(Unknown Source)
  225. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.PrintStream.flush(Unknown Source)
  226. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.FilterOutputStream.flush(Unknown Source)
  227. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.cs.StreamEncoder.implFlush(Unknown Source)
  228. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.nio.cs.StreamEncoder.flush(Unknown Source)
  229. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.io.OutputStreamWriter.flush(Unknown Source)
  230. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.flush(ConsoleReader.java:976)
  231. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:47)
  232. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  233. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  234. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: RUNNABLE
  235. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  236. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  237. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  238. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
  239. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  240. [08:20:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  241. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  242. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
  243. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  244. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  245. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  246. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  247. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  248. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:132)
  249. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IBlockData.a(SourceFile:246)
  250. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.notifyAndUpdatePhysics(World.java:360)
  251. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.setTypeAndData(World.java:311)
  252. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.b(World.java:394)
  253. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:181)
  254. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Block.a(Block.java:135)
  255. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IBlockData.a(SourceFile:246)
  256. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.notifyAndUpdatePhysics(World.java:360)
  257. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.setTypeAndData(World.java:311)
  258. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setTypeAndData(CraftBlock.java:193)
  259. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:178)
  260. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:172)
  261. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.populators.WaterFixPopulator.populate(WaterFixPopulator.java:39)
  262. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.generators.Populator.generate(Populator.java:16)
  263. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.deprecated.generators.SpecialPopulator.populate(SpecialPopulator.java:86)
  264. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Chunk.loadCallback(Chunk.java:537)
  265. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk.lambda$11(PlayerChunk.java:353)
  266. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2520/239655901.accept(Unknown Source)
  267. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.mojang.datafixers.util.Either$Left.ifLeft(Either.java:43)
  268. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk.lambda$10(PlayerChunk.java:351)
  269. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerChunk$$Lambda$2434/792927146.accept(Unknown Source)
  270. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.uniAccept(Unknown Source)
  271. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$UniAccept.tryFire(Unknown Source)
  272. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.postComplete(Unknown Source)
  273. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.postFire(Unknown Source)
  274. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$UniApply.tryFire(Unknown Source)
  275. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$Completion.run(Unknown Source)
  276. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter.b(SourceFile:57)
  277. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkTaskQueueSorter$$Lambda$2454/1423386621.run(Unknown Source)
  278. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
  279. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
  280. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
  281. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeTask(SourceFile:135)
  282. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.executeNext(SourceFile:114)
  283. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:509)
  284. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)
  285. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  286. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  287. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  288. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  289. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  290. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setTypeAndData(CraftBlock.java:195)
  291. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.setBlockData(CraftBlock.java:178)
  292. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.versions.schematics.Block1_14.setBlock(Block1_14.java:28)
  293. [08:20:40] [Spigot Watchdog Thread/ERROR]: com.syntaxphoenix.realistic.generating.schematics.SchematicPasteThread$1.run(SchematicPasteThread.java:69)
  294. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  295. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:394)
  296. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1008)
  297. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  298. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  299. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  300. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  301. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  302. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
  303. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: TIMED_WAITING
  304. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  305. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  306. [08:20:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:69)
  307. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  308. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
  309. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: WAITING
  310. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  311. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  312. [08:20:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
  313. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  314. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  315. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  316. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: false | State: WAITING
  317. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  318. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  319. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Unknown Source)
  320. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  321. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  322. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  323. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Attach Listener
  324. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE
  325. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  326. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  327. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  328. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  329. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  330. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  331. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  332. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  333. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  334. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  335. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  336. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  337. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
  338. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
  339. [08:20:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  340. [08:20:40] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  341. [08:20:40] [Spigot Watchdog Thread/ERROR]: Stack:
  342. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  343. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Unknown Source)
  344. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Unknown Source)
  345. [08:20:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
  346. [08:20:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement