Advertisement
liamcullins

Console crash errors/server thread dump (6-18-19)

Jun 18th, 2019
222
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 56.26 KB | None | 0 0
  1. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  2. [12:38:21] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
  3. [12:38:21] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
  4. [12:38:21] [Spigot Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
  5. [12:38:21] [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. [12:38:21] [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. [12:38:21] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
  8. [12:38:21] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  9. [12:38:21] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-df0eb25-f2757f9 (MC: 1.14.2)
  10. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  11. [12:38:21] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
  12. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  13. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  14. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
  15. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  16. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  17. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  18. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
  19. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  20. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  21. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  22. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  23. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  24. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:259)
  25. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:207)
  26. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.a(Entity.java:796)
  27. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.e(Entity.java:768)
  28. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.move(Entity.java:510)
  29. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.e(EntityLiving.java:2139)
  30. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2485)
  31. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
  32. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityAgeable.movementTick(EntityAgeable.java:154)
  33. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityAnimal.movementTick(EntityAnimal.java:29)
  34. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntitySheep.movementTick(EntitySheep.java:86)
  35. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
  36. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
  37. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
  38. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer$$Lambda$3336/1501778788.accept(Unknown Source)
  39. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.a(World.java:745)
  40. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
  41. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
  42. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  43. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  44. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  45. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  46. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  47. [12:38:21] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  48. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  49. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool-2-worker-19
  50. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10862 | Suspended: false | Native: false | State: WAITING
  51. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  52. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  53. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  54. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  55. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  56. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  57. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-739
  58. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10861 | Suspended: false | Native: false | State: TIMED_WAITING
  59. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  60. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  61. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  62. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
  63. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
  64. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(Unknown Source)
  65. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  66. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  67. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  68. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  69. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  70. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: ForkJoinPool-2-worker-26
  71. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10860 | Suspended: false | Native: false | State: TIMED_WAITING
  72. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  73. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  74. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  75. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  76. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  77. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  78. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8806
  79. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10856 | Suspended: false | Native: false | State: WAITING
  80. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  81. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  82. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  83. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  84. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  85. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  86. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8805
  87. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10855 | Suspended: false | Native: false | State: WAITING
  88. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  89. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  90. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  91. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  92. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  93. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  94. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8802
  95. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10852 | Suspended: false | Native: false | State: WAITING
  96. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  97. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  98. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  99. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  100. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  101. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  102. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8798
  103. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10849 | Suspended: false | Native: false | State: RUNNABLE
  104. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  105. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngineGraph.b(SourceFile:202)
  106. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngineLayer.a(SourceFile:187)
  107. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngine.a(SourceFile:61)
  108. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngineThreaded.b(SourceFile:175)
  109. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngineThreaded.c(SourceFile:154)
  110. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LightEngineThreaded$$Lambda$3039/2089755215.run(Unknown Source)
  111. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
  112. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
  113. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
  114. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(Unknown Source)
  115. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinTask.doExec(Unknown Source)
  116. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool$WorkQueue.runTask(Unknown Source)
  117. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  118. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  119. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  120. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8794
  121. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10844 | Suspended: false | Native: false | State: WAITING
  122. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  123. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  124. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  125. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  126. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  127. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  128. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8792
  129. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10842 | Suspended: false | Native: false | State: WAITING
  130. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  131. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  132. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  133. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  134. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  135. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  136. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-worker-738
  137. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10834 | Suspended: false | Native: false | State: TIMED_WAITING
  138. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  139. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  140. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  141. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(Unknown Source)
  142. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(Unknown Source)
  143. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(Unknown Source)
  144. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  145. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  146. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  147. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  148. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  149. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-8776
  150. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 10824 | Suspended: false | Native: false | State: WAITING
  151. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  152. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  153. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.awaitWork(Unknown Source)
  154. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.runWorker(Unknown Source)
  155. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source)
  156. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  157. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-14-thread-1
  158. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 104 | Suspended: false | Native: false | State: WAITING
  159. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  160. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  161. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  162. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  163. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  164. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  165. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  166. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  167. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  168. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  169. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
  170. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 94 | Suspended: false | Native: true | State: RUNNABLE
  171. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  172. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
  173. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
  174. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  175. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  176. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  177. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  178. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  179. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
  180. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 93 | Suspended: false | Native: false | State: WAITING
  181. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  182. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  183. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  184. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  185. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  186. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  187. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  188. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  189. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  190. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  191. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
  192. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 92 | Suspended: false | Native: true | State: RUNNABLE
  193. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  194. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
  195. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
  196. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  197. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  198. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  199. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  200. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  201. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-19
  202. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 77 | Suspended: false | Native: false | State: TIMED_WAITING
  203. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  204. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  205. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.coreprotect.thread.CheckUpdate.run(CheckUpdate.java:106)
  206. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  207. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  208. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 0
  209. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 74 | Suspended: false | Native: false | State: TIMED_WAITING
  210. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  211. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  212. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.github.intellectualsites.plotsquared.plot.database.SQLManager.lambda$new$0(SQLManager.java:157)
  213. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.github.intellectualsites.plotsquared.plot.database.SQLManager$$Lambda$2617/1366026783.run(Unknown Source)
  214. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
  215. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
  216. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  217. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  218. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  219. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  220. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: ExpiringMap-Expirer
  221. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 73 | Suspended: false | Native: false | State: WAITING
  222. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  223. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  224. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  225. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  226. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  227. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  228. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  229. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  230. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  231. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  232. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  233. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
  234. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 72 | Suspended: false | Native: false | State: TIMED_WAITING
  235. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  236. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  237. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  238. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  239. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  240. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-15-thread-1
  241. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 64 | Suspended: false | Native: false | State: TIMED_WAITING
  242. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  243. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  244. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  245. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
  246. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  247. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  248. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  249. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  250. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  251. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  252. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  253. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-13
  254. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 61 | Suspended: false | Native: false | State: TIMED_WAITING
  255. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  256. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  257. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.coreprotect.consumer.Consumer.run(Consumer.java:122)
  258. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  259. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  260. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-12
  261. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
  262. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  263. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  264. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:15)
  265. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  266. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  267. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-11
  268. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 57 | Suspended: false | Native: false | State: TIMED_WAITING
  269. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  270. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  271. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110)
  272. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  273. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  274. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-10
  275. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
  276. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  277. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  278. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:183)
  279. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  280. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  281. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread
  282. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 51 | Suspended: false | Native: false | State: TIMED_WAITING
  283. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  284. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  285. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  286. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64)
  287. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  288. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  289. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  290. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  291. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
  292. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
  293. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  294. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  295. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  296. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  297. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  298. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-8
  299. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: true | State: RUNNABLE
  300. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  301. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.poll(Native Method)
  302. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService.access$600(Unknown Source)
  303. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.nio.fs.LinuxWatchService$Poller.run(Unknown Source)
  304. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  305. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  306. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: luckperms-scheduler
  307. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
  308. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  309. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  310. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  311. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(Unknown Source)
  312. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  313. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(Unknown Source)
  314. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(Unknown Source)
  315. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  316. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  317. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  318. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  319. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  320. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING
  321. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  322. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  323. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  324. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  325. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  326. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
  327. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 43 | Suspended: false | Native: false | State: RUNNABLE
  328. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  329. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
  330. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
  331. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  332. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  333. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  334. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  335. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  336. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
  337. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 42 | Suspended: false | Native: true | State: RUNNABLE
  338. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  339. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait0(Native Method)
  340. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native.java:114)
  341. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
  342. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
  343. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
  344. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  345. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  346. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
  347. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
  348. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  349. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  350. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  351. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
  352. [12:38:21] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
  353. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  354. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  355. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  356. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
  357. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  358. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  359. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  360. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  361. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  362. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  363. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 39 | Suspended: false | Native: false | State: RUNNABLE
  364. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  365. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  366. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(Unknown Source)
  367. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:86)
  368. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  369. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
  370. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: WAITING
  371. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  372. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  373. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  374. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  375. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Unknown Source)
  376. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  377. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  378. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  379. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: true | State: RUNNABLE
  380. [12:38:21] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  381. [12:38:21] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(Unknown Source)
  382. [12:38:21] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  383. [12:38:21] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  384. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  385. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
  386. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(Unknown Source)
  387. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(Unknown Source)
  388. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(Unknown Source)
  389. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
  390. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
  391. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
  392. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
  393. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
  394. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
  395. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
  396. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
  397. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$2.run(DedicatedServer.java:97)
  398. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  399. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-3
  400. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 36 | Suspended: false | Native: false | State: WAITING
  401. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  402. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  403. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(Unknown Source)
  404. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(Unknown Source)
  405. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(Unknown Source)
  406. [12:38:21] [Spigot Watchdog Thread/ERROR]: com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
  407. [12:38:21] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:30)
  408. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  409. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  410. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: RUNNABLE
  411. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  412. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  413. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  414. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 30 | Suspended: false | Native: false | State: TIMED_WAITING
  415. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  416. [12:38:21] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  417. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(Unknown Source)
  418. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
  419. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  420. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
  421. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
  422. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
  423. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getType(World.java:548)
  424. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:259)
  425. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:207)
  426. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.a(Entity.java:796)
  427. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.e(Entity.java:768)
  428. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.Entity.move(Entity.java:510)
  429. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.e(EntityLiving.java:2139)
  430. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2485)
  431. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
  432. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityAgeable.movementTick(EntityAgeable.java:154)
  433. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityAnimal.movementTick(EntityAnimal.java:29)
  434. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntitySheep.movementTick(EntitySheep.java:86)
  435. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
  436. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
  437. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
  438. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer$$Lambda$3336/1501778788.accept(Unknown Source)
  439. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.a(World.java:745)
  440. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
  441. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
  442. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  443. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  444. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  445. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Unknown Source)
  446. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  447. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
  448. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 33 | Suspended: false | Native: false | State: TIMED_WAITING
  449. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  450. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  451. [12:38:21] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:69)
  452. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  453. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  454. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: false | State: WAITING
  455. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  456. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  457. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Unknown Source)
  458. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Unknown Source)
  459. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Unknown Source)
  460. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  461. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  462. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE
  463. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  464. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  465. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  466. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  467. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  468. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  469. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  470. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(Unknown Source)
  471. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Unknown Source)
  472. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  473. [12:38:21] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  474. [12:38:21] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  475. [12:38:21] [Spigot Watchdog Thread/ERROR]: Stack:
  476. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  477. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Unknown Source)
  478. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Unknown Source)
  479. [12:38:21] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Unknown Source)
  480. [12:38:21] [Spigot Watchdog Thread/ERROR]: ------------------------------
  481. [12:38:21] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
  482. [12:38:21] [Spigot Watchdog Thread/INFO]: Stopping server
  483. [12:38:21] [Spigot Watchdog Thread/INFO]: [StayPut] Disabling StayPut v1.1
  484. [12:38:21] [Spigot Watchdog Thread/INFO]: [Multiverse-Core] Disabling Multiverse-Core v3.0.0-SNAPSHOT-b760
  485. [12:38:21] [Spigot Watchdog Thread/INFO]: [QuickShop] Disabling QuickShop vReremake 2.0.3
  486. [12:38:21] [Spigot Watchdog Thread/INFO]: [QuickShop] QuickShop is finishing remaining work, this may need a while...
  487. [12:38:21] [Spigot Watchdog Thread/INFO]: [QuickShop] Please wait for the shop queue to finish...
  488. [12:38:21] [Spigot Watchdog Thread/INFO]: [QuickShop] Please wait for the data to flush its data...
  489. [12:38:21] [Spigot Watchdog Thread/INFO]: [LWC] Disabling LWC v2.1.4-dev-b60bc5e
  490. [12:38:21] [Spigot Watchdog Thread/INFO]: [LWC] Flushing protection updates (0)
  491. [12:38:21] [Spigot Watchdog Thread/INFO]: [PlotSquared] Disabling PlotSquared v4.287
  492. [12:38:21] [Spigot Watchdog Thread/INFO]: All DB transactions during this session are being validated (This may take a while if corrections need to be made)
  493. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #95(null;4;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  494. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #96(null;3;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  495. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #101(null;2;2) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  496. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #102(null;2;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  497. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #104(null;5;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  498. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #115(null;0;0) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  499. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #116(null;0;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  500. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #117(null;0;2) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  501. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #118(null;-1;2) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  502. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #119(null;-1;1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  503. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #120(null;-1;0) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  504. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #121(null;-1;-1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  505. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #122(null;0;-1) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  506. [12:38:21] [Spigot Watchdog Thread/INFO]: PLOT #127(null;5;0) in `plot` is a duplicate. Delete this plot or set `database-purger: true` in the settings.yml.
  507. [12:38:21] [Spigot Watchdog Thread/INFO]: [WARNING] Found 1 plots in DB for non existent world; 'plotworld
  508. '.
  509. [12:38:21] [Spigot Watchdog Thread/INFO]: [WARNING] - Please create the world/s or remove the plots using the purge command
  510. [12:38:21] [Spigot Watchdog Thread/WARN]: java.lang.NullPointerException
  511. [12:38:21] [Spigot Watchdog Thread/WARN]: at com.github.intellectualsites.plotsquared.plot.database.SQLManager.validateAllPlots(SQLManager.java:2861)
  512. [12:38:21] [Spigot Watchdog Thread/WARN]: at com.github.intellectualsites.plotsquared.plot.database.DBFunc.validatePlots(DBFunc.java:74)
  513. [12:38:21] [Spigot Watchdog Thread/WARN]: at com.github.intellectualsites.plotsquared.plot.PlotSquared.disable(PlotSquared.java:1523)
  514. [12:38:21] [Spigot Watchdog Thread/WARN]: at com.github.intellectualsites.plotsquared.bukkit.BukkitMain.onDisable(BukkitMain.java:288)
  515. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.bukkit.plugin.java.JavaPlugin.setEnabled(JavaPlugin.java:265)
  516. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.bukkit.plugin.java.JavaPluginLoader.disablePlugin(JavaPluginLoader.java:377)
  517. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugin(SimplePluginManager.java:437)
  518. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.bukkit.plugin.SimplePluginManager.disablePlugins(SimplePluginManager.java:429)
  519. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.bukkit.craftbukkit.v1_14_R1.CraftServer.disablePlugins(CraftServer.java:392)
  520. [12:38:21] [Spigot Watchdog Thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.stop(MinecraftServer.java:676)
  521. [12:38:21] [Spigot Watchdog Thread/WARN]: at net.minecraft.server.v1_14_R1.DedicatedServer.stop(DedicatedServer.java:695)
  522. [12:38:21] [Spigot Watchdog Thread/WARN]: at net.minecraft.server.v1_14_R1.MinecraftServer.close(MinecraftServer.java:653)
  523. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.spigotmc.RestartCommand.restart(RestartCommand.java:119)
  524. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.spigotmc.RestartCommand.restart(RestartCommand.java:40)
  525. [12:38:21] [Spigot Watchdog Thread/WARN]: at org.spigotmc.WatchdogThread.run(WatchdogThread.java:95)
  526. [12:38:21] [Spigot Watchdog Thread/INFO]: Could not close database connection!
  527. [12:38:21] [Spigot Watchdog Thread/INFO]: [PetMaster] Disabling PetMaster v1.9.5
  528. [12:38:21] [Spigot Watchdog Thread/INFO]: [PetMaster] PetMaster has been disabled.
  529. [12:38:21] [Spigot Watchdog Thread/INFO]: [Vault] Disabling Vault v1.7.2-b107
  530. [12:38:21] [Spigot Watchdog Thread/INFO]: WEPIF: Vault detected! Using Vault for permissions
  531. [12:38:21] [Spigot Watchdog Thread/INFO]: [ServerlistMOTD] Disabling ServerlistMOTD vX-2018-10-20
  532. [12:38:21] [Spigot Watchdog Thread/INFO]: [ServerlistMOTD] Removed duplicates in userdata in 0ms.
  533. [12:38:21] [Spigot Watchdog Thread/INFO]: [ServerlistMOTD] Saved userdata into IP_UUID.dat in 0ms.
  534. [12:38:21] [Spigot Watchdog Thread/INFO]: [PerWorldInventory] Disabling PerWorldInventory v2.3.1
  535. [12:38:21] [Spigot Watchdog Thread/INFO]: [EssentialsSpawn] Disabling EssentialsSpawn v2.16.1.169
  536. [12:38:21] [Spigot Watchdog Thread/INFO]: [EssentialsAntiBuild] Disabling EssentialsAntiBuild v2.16.1.169
  537. [12:38:21] [Spigot Watchdog Thread/INFO]: [EssentialsChat] Disabling EssentialsChat v2.16.1.169
  538. [12:38:21] [Spigot Watchdog Thread/INFO]: [EssentialsProtect] Disabling EssentialsProtect v2.16.1.169
  539. [12:38:21] [Spigot Watchdog Thread/INFO]: [Essentials] Disabling Essentials v2.16.1.169
  540. [12:38:21] [Spigot Watchdog Thread/INFO]: [ColoredAnvils] Disabling ColoredAnvils v1.08
  541. [12:38:21] [Spigot Watchdog Thread/INFO]: [ColoredAnvils] ColoredAnvils v1.08 has been disabled!
  542. [12:38:21] [Spigot Watchdog Thread/INFO]: [EditableSign] Disabling EditableSign v6.1.0
  543. [12:38:21] [Spigot Watchdog Thread/INFO]: [EditableSign] EditableSign version 6.1.0 is Disabled
  544. [12:38:21] [Spigot Watchdog Thread/INFO]: [AdvancedPortals] Disabling AdvancedPortals v0.0.51
  545. [12:38:21] [Spigot Watchdog Thread/INFO]: Advanced portals are being disabled!
  546. [12:38:21] [Spigot Watchdog Thread/INFO]: [ProtocolLib] Disabling ProtocolLib v4.5.0-SNAPSHOT
  547. [12:38:21] [Spigot Watchdog Thread/INFO]: [PvPToggle] Disabling PvPToggle v1.6.5
  548. [12:38:21] [Spigot Watchdog Thread/INFO]: [NametagEdit] Disabling NametagEdit v4.4.2
  549. [12:38:21] [Spigot Watchdog Thread/INFO]: [BetterChairs] Disabling BetterChairs v0.10.1
  550. [12:38:21] [Spigot Watchdog Thread/INFO]: [MineableSpawners] Disabling MineableSpawners v2.0.3
  551. [12:38:21] [Spigot Watchdog Thread/INFO]: [Harbor] Disabling Harbor v1.5
  552. [12:38:21] [Spigot Watchdog Thread/INFO]: [WorldEdit] Disabling WorldEdit v7.0.0;214af8a
  553. [12:38:21] [Spigot Watchdog Thread/INFO]: Unregistering com.sk89q.worldedit.bukkit.BukkitServerInterface from WorldEdit
  554. [12:38:21] [Spigot Watchdog Thread/INFO]: [LuckPerms] Disabling LuckPerms v4.4.19
  555. [12:38:21] [Spigot Watchdog Thread/INFO]: [LuckPerms] Closing storage...
  556. [12:38:21] [luckperms-worker-741/WARN]: java.lang.RuntimeException: WatchKey no longer valid: yaml-storage/users
  557. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.storage.implementation.file.FileWatcher.tick(FileWatcher.java:103)
  558. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$ErrorReportingRunnable.run(AbstractJavaScheduler.java:106)
  559. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  560. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  561. [12:38:21] [luckperms-worker-741/WARN]: at java.lang.Thread.run(Unknown Source)
  562. [12:38:21] [luckperms-worker-741/WARN]: java.lang.RuntimeException: WatchKey no longer valid: yaml-storage/tracks
  563. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.storage.implementation.file.FileWatcher.tick(FileWatcher.java:103)
  564. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$ErrorReportingRunnable.run(AbstractJavaScheduler.java:106)
  565. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  566. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  567. [12:38:21] [luckperms-worker-741/WARN]: at java.lang.Thread.run(Unknown Source)
  568. [12:38:21] [luckperms-worker-741/WARN]: java.lang.RuntimeException: WatchKey no longer valid: yaml-storage/groups
  569. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.storage.implementation.file.FileWatcher.tick(FileWatcher.java:103)
  570. [12:38:21] [luckperms-worker-741/WARN]: at me.lucko.luckperms.common.plugin.scheduler.AbstractJavaScheduler$ErrorReportingRunnable.run(AbstractJavaScheduler.java:106)
  571. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
  572. [12:38:21] [luckperms-worker-741/WARN]: at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
  573. [12:38:21] [luckperms-worker-741/WARN]: at java.lang.Thread.run(Unknown Source)
  574. [12:38:21] [Spigot Watchdog Thread/INFO]: [LuckPerms] Shutting down internal scheduler...
  575. [12:38:21] [Spigot Watchdog Thread/INFO]: [LuckPerms] Goodbye!
  576. [12:38:21] [Spigot Watchdog Thread/INFO]: [Disenchant] Disabling Disenchant v1.14.2a
  577. [12:38:21] [Spigot Watchdog Thread/INFO]: [CoreProtect] Disabling CoreProtect v2.17.5
  578. [12:38:21] [Spigot Watchdog Thread/INFO]: [CoreProtect] Finishing up data logging. Please wait...
  579. [12:38:22] [Spigot Watchdog Thread/INFO]: [CoreProtect] Success! Disabled CoreProtect v2.17.5
  580. [12:38:22] [Spigot Watchdog Thread/INFO]: Saving players
  581. [12:38:22] [Spigot Watchdog Thread/INFO]: PotatoChipp lost connection: Server closed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement