Spigot 1.8.8 crashes and close the server

XMLWordPrintable

    • Type: Bug
    • Resolution: Invalid
    • Priority: Minor
    • None
    • Affects Version/s: None

      Hi,i've updated the spigot version and now is crashing. (sorry for my bad English) Look to the error:

      [18:18:26] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
      [18:18:26] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
      [18:18:26] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
      [18:18:26] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-6c9b0a1-de5c261 (MC: 1.8.8)
      [18:18:26] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:26] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
      [18:18:32] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:32] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 	PID: 15 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.Arrays.copyOf(Arrays.java:3181)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.ArrayList.grow(ArrayList.java:261)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.ArrayList.ensureExplicitCapacity(ArrayList.java:235)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.ArrayList.ensureCapacityInternal(ArrayList.java:227)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.ArrayList.add(ArrayList.java:458)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.DoubleArrayList.put(DoubleArrayList.java:67)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.setBlock(EditSession.java:267)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.setBlocks(EditSession.java:1150)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.commands.RegionCommands.set(RegionCommands.java:78)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.GeneratedMethodAccessor497.invoke(Unknown Source)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.lang.reflect.Method.invoke(Method.java:497)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:258)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:189)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1464)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:242)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:32] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:32] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #40
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 886 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #39
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 885 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #38
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 884 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #37
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 883 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #36
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 882 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #35
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 876 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 474 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 473 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 472 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 154 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 97 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.FileIOThread.c(SourceFile:51)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.FileIOThread.run(SourceFile:30)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 95 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 94 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 93 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: MV-Inv Profile Write Thread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 92 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.onarandombox.multiverseinventories.util.data.FlatFilePlayerData$FileWriteThread.run(FlatFilePlayerData.java:208)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: JDBM Soft Cache Disposer 0
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 85 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		jdbm.recman.CacheRecordManager$SoftRunnable.run(CacheRecordManager.java:501)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 53 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.net.PlainDatagramSocketImpl.receive0(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:144)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.net.DatagramSocket.receive(DatagramSocket.java:812)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.RemoteStatusListener.run(SourceFile:261)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-11-thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 48 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.String.toUpperCase(String.java:2821)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.api.variables.VariableManager.getHook(VariableManager.java:59)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.backend.hooks.specialrules.VanishRule.getSuperVanishHook(VanishRule.java:46)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.backend.hooks.specialrules.VanishRule.getOnlinePlayers(VanishRule.java:28)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.backend.variables.replacers.VariablesDefault.safeOnlineVar(VariablesDefault.java:44)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.GeneratedMethodAccessor55.invoke(Unknown Source)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.reflect.Method.invoke(Method.java:497)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.backend.variables.RegisteredVariable.invoke(RegisteredVariable.java:24)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.api.variables.VariableManager.replaceText(VariableManager.java:115)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.api.TextConverter.setVariables(TextConverter.java:28)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.api.TabTitleObject.send(TabTitleObject.java:69)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.puharesource.mc.titlemanager.api.animations.TabTitleAnimation$MultiTask.run(TabTitleAnimation.java:190)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.runAndReset(FutureTask.java:308)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(ScheduledThreadPoolExecutor.java:180)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:294)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-BufferedPaymentThread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		me.zford.jobs.tasks.BufferedPaymentThread.run(BufferedPaymentThread.java:38)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Jobs-DatabaseSaveTask
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		me.zford.jobs.tasks.DatabaseSaveThread.run(DatabaseSaveThread.java:38)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-10-thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-12
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-10
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 33 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:181)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-5-thread-1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 28 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:io.netty.util.concurrent.DefaultPromise.setUncancellable(DefaultPromise.java:461)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.DefaultPromise.setUncancellable(DefaultPromise.java:461)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:436)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 27 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:io.netty.channel.DefaultChannelPipeline.generateName(DefaultChannelPipeline.java:274)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.DefaultChannelPipeline.generateName(DefaultChannelPipeline.java:274)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:256)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:243)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector$2.initChannel(NettyProtocolInjector.java:168)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.ChannelInitializer.channelRegistered(ChannelInitializer.java:69)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.invokeChannelRegistered(AbstractChannelHandlerContext.java:158)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannelHandlerContext.fireChannelRegistered(AbstractChannelHandlerContext.java:144)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.DefaultChannelPipeline.fireChannelRegistered(DefaultChannelPipeline.java:732)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe.access$100(AbstractChannel.java:374)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:418)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:380)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:268)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 26 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 25 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.Native.epollWait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 24 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.TimerThread.mainLoop(Timer.java:552)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.TimerThread.run(Timer.java:505)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 23 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.management.ThreadImpl.dumpThreads0(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 21 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.java2d.Disposer.run(Disposer.java:148)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 18 | Suspended: false | Native: true | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.io.FileInputStream.readBytes(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.io.FileInputStream.read(FileInputStream.java:255)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.io.BufferedInputStream.read(BufferedInputStream.java:265)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:81)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 19 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.misc.Unsafe.park(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 17 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 15 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.CraftWorld.getBlockTypeIdAt(CraftWorld.java:94)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.bukkit.BukkitWorld.getBlockType(BukkitWorld.java:327)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.getBlockType(EditSession.java:384)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.smartSetBlock(EditSession.java:333)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.setBlock(EditSession.java:269)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.EditSession.setBlocks(EditSession.java:1150)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.commands.RegionCommands.set(RegionCommands.java:78)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.GeneratedMethodAccessor497.invoke(Unknown Source)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.reflect.Method.invoke(Method.java:497)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.invokeMethod(CommandsManager.java:533)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:258)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit$1.invokeMethod(WorldEdit.java:189)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.executeMethod(CommandsManager.java:520)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.minecraft.util.commands.CommandsManager.execute(CommandsManager.java:425)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.WorldEdit.handleCommand(WorldEdit.java:1464)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.worldedit.bukkit.WorldEditPlugin.onCommand(WorldEditPlugin.java:242)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		com.sk89q.bukkit.util.DynamicPluginCommand.execute(DynamicPluginCommand.java:52)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.command.SimpleCommandMap.dispatch(SimpleCommandMap.java:141)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		org.bukkit.craftbukkit.v1_8_R3.CraftServer.dispatchCommand(CraftServer.java:640)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.handleCommand(PlayerConnection.java:1162)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:997)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:45)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PacketPlayInChat.a(PacketPlayInChat.java:1)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.concurrent.FutureTask.run(FutureTask.java:266)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.run(Thread.java:745)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 16 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Thread.sleep(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 12 | Suspended: false | Native: false | State: TIMED_WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.TimerThread.mainLoop(Timer.java:552)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.util.TimerThread.run(Timer.java:505)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 4 | Suspended: false | Native: false | State: RUNNABLE
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 3 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	PID: 2 | Suspended: false | Native: false | State: WAITING
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Native Method)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.Object.wait(Object.java:502)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: 		java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)
      [18:18:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [18:18:39] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
      
      

            Assignee:
            Unassigned
            Reporter:
            Vlad Ionut
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: