Skip to content

Server lag/crash & Error in Console #13

Description

@Greenman1805

I don't know why but there is a bug in the plugin which crashes the server. :(

Error:

[14:03:13] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
[14:03:13] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
[14:03:13] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[14:03:13] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-d97e08b-880a532 (MC: 1.8.8)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 13 | Suspended: false | Native: true | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.socketRead0(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.read(SocketInputStream.java:152)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.read(SocketInputStream.java:122)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:114)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:161)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2526)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:56)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.getResultSet(Loader.java:2040)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1837)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1816)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doQuery(Loader.java:900)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:342)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doList(Loader.java:2526)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doList(Loader.java:2512)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2342)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.list(Loader.java:2337)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:495)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:356)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:195)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.SessionImpl.list(SessionImpl.java:1269)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.QueryImpl.list(QueryImpl.java:101)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:905)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:88)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:64)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:50)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.canEditBlock(ArchBlock.java:224)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.bukkit.events.protection.PlayerInteractEvent.onEvent(PlayerInteractEvent.java:58)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.reflect.Method.invoke(Method.java:606)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.FutureTask.run(FutureTask.java:262)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #14
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 1990 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 98 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.sleep(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.FileIOThread.c(SourceFile:51)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.FileIOThread.run(SourceFile:30)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-18-thread-1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 97 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 95 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: JDBM Soft Cache Disposer 0
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 88 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      jdbm.recman.CacheRecordManager$SoftRunnable.run(CacheRecordManager.java:501)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 2
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 85 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 84 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Head Conversion Thread - 0
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 83 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 62 | Suspended: false | Native: false | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:816)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:816)
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.PlainDatagramSocketImpl.receive0(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:146)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.DatagramSocket.receive(DatagramSocket.java:816)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.RemoteStatusListener.run(SourceFile:261)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: ServerSignsQueue
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 51 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Object.java:503)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      de.czymm.serversigns.queueSystem.QueueHandler.run(QueueHandler.java:83)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: C3P0PooledConnectionPoolManager[identityToken->2squsx9b3k4nii795f8q|79290335]-HelperThread-#2
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 49 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: C3P0PooledConnectionPoolManager[identityToken->2squsx9b3k4nii795f8q|79290335]-HelperThread-#1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: C3P0PooledConnectionPoolManager[identityToken->2squsx9b3k4nii795f8q|79290335]-HelperThread-#0
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 47 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mchange.v2.async.ThreadPoolAsynchronousRunner$PoolThread.run(ThreadPoolAsynchronousRunner.java:635)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: C3P0PooledConnectionPoolManager[identityToken->2squsx9b3k4nii795f8q|79290335]-AdminTaskTimer
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 46 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.mainLoop(Timer.java:552)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.run(Timer.java:505)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Abandoned connection cleanup thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:43)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-13
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 44 | Suspended: false | Native: true | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.PlainSocketImpl.socketAccept(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:398)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.ServerSocket.implAccept(ServerSocket.java:530)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.ServerSocket.accept(ServerSocket.java:498)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.mainLoop(Timer.java:552)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.run(Timer.java:505)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.mainLoop(Timer.java:552)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.run(Timer.java:505)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-9
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.sleep(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.griefcraft.modules.credits.CreditsModule$CreditsTask.run(CreditsModule.java:110)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-8
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 31 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.sleep(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.griefcraft.util.DatabaseThread.run(DatabaseThread.java:181)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 27 | Suspended: false | Native: false | State: BLOCKED
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusListener.a(PacketStatusListener.java:108)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:23)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:8)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:124)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:325)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:1)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.LegacyPingHandler.channelRead(SourceFile:94)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Hikari Housekeeping Timer (pool LogBlock-Connection-Pool)
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 26 | Suspended: false | Native: false | State: BLOCKED
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusListener.a(PacketStatusListener.java:108)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:23)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:8)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:124)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:325)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:1)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.LegacyPingHandler.channelRead(SourceFile:94)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 25 | Suspended: false | Native: true | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.Native.epollWait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 24 | Suspended: false | Native: false | State: BLOCKED
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:486)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusListener.a(PacketStatusListener.java:108)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:23)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketStatusInStart.a(SourceFile:8)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:124)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:325)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.NetworkManager.channelRead0(NetworkManager.java:1)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.SimpleChannelInboundHandler.channelRead(SimpleChannelInboundHandler.java:105)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:163)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.LegacyPingHandler.channelRead(SourceFile:94)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.handler.timeout.ReadTimeoutHandler.channelRead(ReadTimeoutHandler.java:150)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:319)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:787)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollSocketChannel$EpollSocketUnsafe.epollInReady(EpollSocketChannel.java:722)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:326)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:264)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 23 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.mainLoop(Timer.java:552)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.run(Timer.java:505)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 22 | Suspended: false | Native: false | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.management.ThreadImpl.dumpThreads0(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 19 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.java2d.Disposer.run(Disposer.java:145)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 16 | Suspended: false | Native: true | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.io.FileInputStream.readBytes(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.io.FileInputStream.read(FileInputStream.java:272)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.io.BufferedInputStream.read(BufferedInputStream.java:254)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:81)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-4
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 17 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.misc.Unsafe.park(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 15 | Suspended: false | Native: false | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 13 | Suspended: false | Native: true | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Thread is waiting on monitor(s):
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.socketRead0(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.read(SocketInputStream.java:152)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.net.SocketInputStream.read(SocketInputStream.java:122)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.fill(ReadAheadInputStream.java:114)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.readFromUnderlyingStreamIfNecessary(ReadAheadInputStream.java:161)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.util.ReadAheadInputStream.read(ReadAheadInputStream.java:189)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.readFully(MysqlIO.java:2526)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2979)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.reuseAndReadPacket(MysqlIO.java:2968)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.checkErrorPacket(MysqlIO.java:3516)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.sendCommand(MysqlIO.java:1986)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.MysqlIO.sqlQueryDirect(MysqlIO.java:2140)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.ConnectionImpl.execSQL(ConnectionImpl.java:2626)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeInternal(PreparedStatement.java:2111)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.mysql.jdbc.PreparedStatement.executeQuery(PreparedStatement.java:2273)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.com.mchange.v2.c3p0.impl.NewProxyPreparedStatement.executeQuery(NewProxyPreparedStatement.java:116)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:56)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.getResultSet(Loader.java:2040)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1837)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.executeQueryStatement(Loader.java:1816)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doQuery(Loader.java:900)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:342)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doList(Loader.java:2526)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.doList(Loader.java:2512)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2342)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.Loader.list(Loader.java:2337)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:495)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:356)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:195)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.SessionImpl.list(SessionImpl.java:1269)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.QueryImpl.list(QueryImpl.java:101)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      libs.org.hibernate.internal.AbstractQueryImpl.uniqueResult(AbstractQueryImpl.java:905)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:88)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:64)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.getOwnerUUID(ArchBlock.java:50)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.api.ArchBlock.canEditBlock(ArchBlock.java:224)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      com.archivesmc.archblock.bukkit.events.protection.PlayerInteractEvent.onEvent(PlayerInteractEvent.java:58)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.reflect.GeneratedMethodAccessor104.invoke(Unknown Source)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.reflect.Method.invoke(Method.java:606)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:306)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:487)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      org.bukkit.craftbukkit.v1_8_R3.event.CraftEventFactory.callPlayerInteractEvent(CraftEventFactory.java:227)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerInteractManager.interact(PlayerInteractManager.java:463)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerConnection.a(PlayerConnection.java:759)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:52)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PacketPlayInBlockPlace.a(PacketPlayInBlockPlace.java:1)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.PlayerConnectionUtils$1.run(SourceFile:13)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.concurrent.FutureTask.run(FutureTask.java:262)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.SystemUtils.a(SourceFile:44)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:714)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.run(Thread.java:745)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Thread.sleep(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 10 | Suspended: false | Native: false | State: TIMED_WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.mainLoop(Timer.java:552)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.util.TimerThread.run(Timer.java:505)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 3 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:13] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[14:03:13] [Spigot Watchdog Thread/ERROR]:  PID: 2 | Suspended: false | Native: false | State: WAITING
[14:03:13] [Spigot Watchdog Thread/ERROR]:  Stack:
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Native Method)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.Object.wait(Object.java:503)
[14:03:13] [Spigot Watchdog Thread/ERROR]:      java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
[14:03:13] [Spigot Watchdog Thread/ERROR]: ------------------------------
[14:03:33] [Server thread/INFO]: woodstock666 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] woodstock666
[14:03:33] [Server thread/INFO]: hreson lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] hreson
[14:03:33] [Server thread/INFO]: Melon_Miner_44 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Melon_Miner_44
[14:03:33] [Server thread/INFO]: Dark12345 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Dark12345
[14:03:33] [Server thread/INFO]: IPad_Kante_99 lost connection: Disconnected
[14:03:33] [Server thread/INFO]: [-] IPad_Kante_99
[14:03:33] [Server thread/INFO]: Kaschel32 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Kaschel32
[14:03:33] [Server thread/INFO]: CraftingKing1 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] CraftingKing1
[14:03:33] [Server thread/INFO]: Sisuar lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Sisuar
[14:03:33] [Server thread/INFO]: Hirnfurtz3000 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Hirnfurtz3000
[14:03:33] [Server thread/INFO]: Greenman1805 lost connection: Timed out
[14:03:33] [Server thread/INFO]: [-] Greenman1805

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions