Uploaded image for project: 'Spigot'
  1. Spigot
  2. SPIGOT-843

Server stopped

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • None
    • None
    • Xeon L5639 CPU; that is the best I can get. Using MineRack.org as a host.

    • Not sure

      There were players online playing normally and then the server just stopped and has a big error in the log. I was not online at the time, so it was offline for several hours. When I came back, I restarted it and it is running fine with not errors or corruption.
      Error:
      [22:46:39] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-529ff99-2acb9e4 (MC: 1.8.3)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:39] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
      [22:46:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [22:46:39] [Spigot Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:39] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:39] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:81)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.UserCache.a(UserCache.java:85)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.UserCache.getProfile(UserCache.java:146)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.block.CraftSkull.setOwner(CraftSkull.java:155)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadUtils.updateHead(HeadUtils.java:55)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadUtils.updateHead(HeadUtils.java:26)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadListener.onHeadDataUpdated(HeadListener.java:82)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:606)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.threaded.AsyncToSyncEventThrower.run(AsyncToSyncEventThrower.java:34)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:718)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:39] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #117
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 4935 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 2988 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-30-thread-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 320 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-10
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 127 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-9
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 126 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-8
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 125 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 124 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-7
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 123 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 118 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 117 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 113 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.FileIOThread.c(SourceFile:51)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.FileIOThread.run(SourceFile:30)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-29-thread-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 103 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 102 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: MV-Inv Profile Write Thread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 101 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.onarandombox.multiverseinventories.util.data.FlatFilePlayerData$FileWriteThread.run(FlatFilePlayerData.java:208)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 10
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 82 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.wargamer2010.signshop.configuration.Storage.saveToFile(Storage.java:408)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.wargamer2010.signshop.configuration.Storage.run(Storage.java:391)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:53)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-19
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1281)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.join(Thread.java:1355)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater.waitForThread(Updater.java:289)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater.getLatestType(Updater.java:241)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater.shouldUpdate(Updater.java:508)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater.versionCheck(Updater.java:466)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater.access$400(Updater.java:41)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.Acrobot.ChestShop.Updater.Updater$UpdateRunnable.run(Updater.java:586)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-BufferedPaymentThread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: me.zford.jobs.tasks.BufferedPaymentThread.run(BufferedPaymentThread.java:38)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-DatabaseSaveTask
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: me.zford.jobs.tasks.DatabaseSaveThread.run(DatabaseSaveThread.java:38)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-16
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 57 | Suspended: false | Native: true | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.net.PlainSocketImpl.socketAccept(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.implAccept(ServerSocket.java:530)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.net.ServerSocket.accept(ServerSocket.java:498)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-15
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.coreprotect.consumer.Consumer.run(Consumer.java:47)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 54 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.coreprotect.thread.CacheCleanUp.run(CacheCleanUp.java:14)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-6
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 51 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-5
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 50 | Suspended: false | Native: false | State: BLOCKED
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.getPlugin(SimplePluginManager.java:361)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.Playtime.getPlugin(Playtime.java:286)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.data.sqlite.SQLite.<init>(SQLite.java:48)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.runnable.AddRunnable.run(AddRunnable.java:129)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-4
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 49 | Suspended: false | Native: false | State: BLOCKED
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.getPlugin(SimplePluginManager.java:361)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.Playtime.getPlugin(Playtime.java:286)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.data.sqlite.SQLite.<init>(SQLite.java:48)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.runnable.EventRunnable.run(EventRunnable.java:67)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-3
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 48 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-2
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 47 | Suspended: false | Native: false | State: BLOCKED
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.getPlugin(SimplePluginManager.java:361)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.Playtime.getPlugin(Playtime.java:286)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.data.sqlite.SQLite.<init>(SQLite.java:48)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.data.sqlite.Data_SQLite.getPlayersInRange(Data_SQLite.java:96)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.rogue.playtime.runnable.EventRunnable.run(EventRunnable.java:140)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.runAndReset(FutureTask.java:304)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:178)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:293)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-28-thread-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 38 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: true | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: false | State: BLOCKED
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.PacketStatusListener.a(PacketStatusListener.java:106)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.PacketStatusInStart.a(SourceFile:23)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.PacketStatusInStart.a(SourceFile:8)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.NetworkManager.a(NetworkManager.java:124)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.NetworkManager.channelRead0(NetworkManager.java:325)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.NetworkManager.channelRead0(NetworkManager.java:1)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:246)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.LegacyPingHandler.channelRead(SourceFile:94)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 17 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.PrintStream.write(PrintStream.java:482)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.FileOutputStream.writeBytes(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.FileOutputStream.write(FileOutputStream.java:345)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedOutputStream.flushBuffer(BufferedOutputStream.java:82)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedOutputStream.flush(BufferedOutputStream.java:140)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.PrintStream.write(PrintStream.java:482)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.FilterOutputStream.write(FilterOutputStream.java:97)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:44)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: true | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:272)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:254)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.DedicatedServer$2.run(DedicatedServer.java:81)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 15 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.mojang.authlib.yggdrasil.YggdrasilGameProfileRepository.findProfilesByNames(YggdrasilGameProfileRepository.java:81)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.UserCache.a(UserCache.java:85)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.UserCache.getProfile(UserCache.java:146)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.block.CraftSkull.setOwner(CraftSkull.java:155)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadUtils.updateHead(HeadUtils.java:55)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadUtils.updateHead(HeadUtils.java:26)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.heads.HeadListener.onHeadDataUpdated(HeadListener.java:82)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor80.invoke(Unknown Source)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:606)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:301)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: com.enjin.officialplugin.threaded.AsyncToSyncEventThrower.run(AsyncToSyncEventThrower.java:34)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftTask.run(CraftTask.java:71)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_8_R2.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.A(MinecraftServer.java:718)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.DedicatedServer.A(DedicatedServer.java:368)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.z(MinecraftServer.java:651)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.MinecraftServer.run(MinecraftServer.java:554)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_8_R2.DedicatedServer$1.run(DedicatedServer.java:54)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 10 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
      [22:46:40] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
      [22:46:40] [Spigot Watchdog Thread/ERROR]: Stack:
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
      [22:46:40] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:46:40] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
      [22:46:40] [Thread-3/INFO]: Stopping server

            Unassigned Unassigned
            Elian Elian
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated:
              Resolved: