Aller au contenu
  • 0

Erreur Skript.


Question

Posté(e)

Bonjour,

J'ai une erruer skript et je ne sais pas d'ou elle vient :p

[spoiler=Erreur]

[20:02:49] [spigot Watchdog Thread/ERROR]: The server has stopped responding!
[20:02:49] [spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[20:02:49] [spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[20:02:49] [spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-c3e4052-1953f52 (MC: 1.10)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.Variables.getVariable(Variables.java:283)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getRaw(Variable.java:207)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.get(Variable.java:214)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getConverted(Variable.java:359)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.getSingle(Variable.java:549)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.expressions.ExprBlocks.iterator(ExprBlocks.java:129)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Loop.walk(Loop.java:79)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands.handleCommand(Commands.java:268)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1343)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: process reaper
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 370 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.waitForProcessExit(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess.lambda$initStreams$3(UNIXProcess.java:289)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.UNIXProcess$$Lambda$7/584634336.run(Unknown Source)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 288 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 287 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 286 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 28 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-55-thread-1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 95 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 90 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 89 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 27 | Suspended: false | Native: true | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.Native.epollWait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 75 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.FileIOThread.c(SourceFile:51)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.FileIOThread.run(SourceFile:30)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 54 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.Variables$2.run(Variables.java:453)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Skript variable save thread for database 'default'
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.variables.VariablesStorage$1.run(VariablesStorage.java:76)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-2
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 60 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-56-thread-1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 34 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[20:02:49] [spigot Watchdog Thread/ERROR]: com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 26 | Suspended: false | Native: false | State: BLOCKED
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[20:02:49] [spigot Watchdog Thread/ERROR]: com.gmail.thelimeglass.Utils.Packets.PacketListener$1.channelRead(PacketListener.java:48)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInboundHandlerAdapter.channelRead(ChannelInboundHandlerAdapter.java:86)
[20:02:49] [spigot Watchdog Thread/ERROR]: it.gamerover.collision.tinyprotocol.TinyProtocol$PacketInterceptor.channelRead(TinyProtocol.java:502)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:168)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ChannelInjector$4.channelRead(ChannelInjector.java:273)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[20:02:49] [spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 25 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:148)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 21 | Suspended: false | Native: true | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer$2.run(DedicatedServer.java:83)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_10_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:40)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 18 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[20:02:49] [spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1859)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1869)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.find(HashMap.java:1869)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap$TreeNode.getTreeNode(HashMap.java:1881)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap.getNode(HashMap.java:575)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.HashMap.get(HashMap.java:556)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.registrations.Comparators.getComparator(Comparators.java:90)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.registrations.Comparators.compare(Comparators.java:66)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare$1$1.check(CondCompare.java:265)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:174)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Variable.check(Variable.java:584)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare$1.check(CondCompare.java:261)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:174)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:162)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.util.SimpleExpression.check(SimpleExpression.java:157)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.conditions.CondCompare.check(CondCompare.java:258)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.While.walk(While.java:48)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.TriggerItem.walk(TriggerItem.java:89)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.lang.Trigger.execute(Trigger.java:55)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute2(ScriptCommand.java:220)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.ScriptCommand.execute(ScriptCommand.java:182)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands.handleCommand(Commands.java:268)
[20:02:49] [spigot Watchdog Thread/ERROR]: ch.njol.skript.command.Commands$1.onPlayerCommand(Commands.java:163)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.GeneratedMethodAccessor64.invoke(Unknown Source)
[20:02:49] [spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.handleCommand(PlayerConnection.java:1343)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnection.a(PlayerConnection.java:1186)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:45)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PacketPlayInChat.a(PacketPlayInChat.java:1)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.PlayerConnectionUtils$1.run(SourceFile:13)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:511)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:266)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.SystemUtils.a(SourceFile:45)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.D(MinecraftServer.java:733)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer.D(DedicatedServer.java:399)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.C(MinecraftServer.java:672)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.MinecraftServer.run(MinecraftServer.java:571)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: TIMED_WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_10_R1.DedicatedServer$1.run(DedicatedServer.java:58)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:745)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 5 | Suspended: false | Native: false | State: RUNNABLE
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------
[20:02:49] [spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[20:02:49] [spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
[20:02:49] [spigot Watchdog Thread/ERROR]: Stack:
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
[20:02:49] [spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
[20:02:49] [spigot Watchdog Thread/ERROR]: ------------------------------

 

 

1 réponse à cette question

Messages recommandés

×
×
  • Créer...

Information importante

Nous avons placé des cookies sur votre appareil pour aider à améliorer ce site. Vous pouvez choisir d’ajuster vos paramètres de cookie, sinon nous supposerons que vous êtes d’accord pour continuer.