Résolu bug de serveur

BubbleTitou

Architecte en herbe
29 Décembre 2017
214
16
130
18
Bonjour/Bonsoir

Quand je me connecte sur mon serveur je reste 2 minutes et ça me kick et quand je vais dans la console je vois ça...

Code:
[14:08:02] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[14:08:02] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[14:08:02] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[14:08:02] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-21fe707-e1ebe52 (MC: 1.8.8)
[14:08:02] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:02] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[14:08:02] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:02] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:08:02] [Spigot Watchdog Thread/ERROR]:     PID: 28 | Suspended: false | Native: false | State: RUNNABLE
[14:08:02] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.GateSearch.searchGate(GateSearch.java:60)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.GateSearch.<init>(GateSearch.java:24)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.Gates.searchGate(Gates.java:195)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.listener.GateProtectionListener.onGateBlockProtectBreak(GateProtectionListener.java:32)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:498)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:121)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:623)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[14:08:02] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:02] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:02] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #2
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 95 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 94 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.util.Waitable.get(Waitable.java:39)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.chat(PlayerConnection.java:1118)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:1022)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:39)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-5-thread-1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 87 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 84 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 38 | Suspended: false | Native: true | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.FileIOThread.c(FileIOThread.java:52)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.FileIOThread.run(FileIOThread.java:28)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 37 | Suspended: false | Native: true | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 12
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 79 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 11
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 8
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 75 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 5
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 72 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 4
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 71 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 66 | Suspended: false | Native: false | State: BLOCKED
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.getPlugins(SimplePluginManager.java:365)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer.getPlugins(DedicatedServer.java:612)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.RemoteStatusListener.b(SourceFile:176)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.RemoteStatusListener.a(SourceFile:120)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.RemoteStatusListener.run(SourceFile:267)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Ebean-ScoreboardStats.0
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 63 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 59 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-7-thread-1
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 58 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.misc.Unsafe.park(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Ebean-LoginSecurityDB.0
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 55 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld WorldRegenCopyThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 53 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.worldregen.WorldRegenCopyThread.run(WorldRegenCopyThread.java:81)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld AutoConsoleCommandThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 52 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.consolecommand.AutoConsoleCommandThread.run(AutoConsoleCommandThread.java:95)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld AutoRestartThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 50 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.restart.AutoRestartThread.run(AutoRestartThread.java:94)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld AutoPurgeThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.purge.AutoPurgeThread.run(AutoPurgeThread.java:70)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld AutoBackupThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.backup.AutoBackupThread.run(AutoBackupThread.java:69)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: AutoSaveWorld AutoSaveThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         autosaveworld.threads.save.AutoSaveThread.run(AutoSaveThread.java:68)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Ebean-LoginSecurity.0
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 43 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         com.avaje.ebeaninternal.server.lib.thread.PooledThread.run(PooledThread.java:75)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: EbeanBackgroundThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 42 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         com.avaje.ebeaninternal.server.lib.BackgroundThread$Runner.run(BackgroundThread.java:168)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 36 | Suspended: false | Native: true | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.Native.epollWait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 34 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpThreads0(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 31 | Suspended: false | Native: true | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(FileInputStream.java:255)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:79)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 32 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.readBytes(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.FileInputStream.read(FileInputStream.java:255)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:38)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 30 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 28 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Thread is waiting on monitor(s):
[14:08:03] [Spigot Watchdog Thread/ERROR]:         Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.GateSearch.searchGate(GateSearch.java:60)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.GateSearch.<init>(GateSearch.java:24)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.Gates.searchGate(Gates.java:195)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.tyrotoxism.gates.listener.GateProtectionListener.onGateBlockProtectBreak(GateProtectionListener.java:32)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.reflect.Method.invoke(Method.java:498)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.breakBlock(PlayerInteractManager.java:286)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerInteractManager.a(PlayerInteractManager.java:121)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:623)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:40)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PacketPlayInBlockDig.a(SourceFile:10)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.FutureTask.run(FutureTask.java:266)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:715)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:654)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:557)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.sleep(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 26 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 24 | Suspended: false | Native: false | State: TIMED_WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.mainLoop(Timer.java:552)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.TimerThread.run(Timer.java:505)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 21 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.UNIXProcess.waitForProcessExit(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:290)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.UNIXProcess$$Lambda$7/1104106489.run(Unknown Source)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Thread.run(Thread.java:745)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 3 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[14:08:03] [Spigot Watchdog Thread/ERROR]:     PID: 2 | Suspended: false | Native: false | State: WAITING
[14:08:03] [Spigot Watchdog Thread/ERROR]:     Stack:
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Native Method)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.Object.wait(Object.java:502)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference.tryHandlePending(Reference.java:191)
[14:08:03] [Spigot Watchdog Thread/ERROR]:         java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
[14:08:03] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:08:03] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
[14:08:03] [Thread-4/INFO]: Stopping server

Je sais pas qu'est ce qu'il me fait encore ce serveur c'est pour ça que je suis ici

Merci d'avance
 
Dernière édition:

afhistos

Aventurier
15 Avril 2017
7
0
2
33
Salut, retire tout tes plugins et réinstalle les un par un, je pense que c'est ça qui te fait crasher .
( net.tyrotoxism.gates. . . ?)