Skip to content

Instantly share code, notes, and snippets.

@Romaq
Created June 29, 2019 02:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Romaq/47b003153b5684f00852cfdeefd94b05 to your computer and use it in GitHub Desktop.
Save Romaq/47b003153b5684f00852cfdeefd94b05 to your computer and use it in GitHub Desktop.
mambience Spigot Watchdog Thread/ERROR
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
[21:58:11] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
[21:58:11] [Spigot Watchdog Thread/ERROR]: *Especially* if it looks like HTTP or MySQL operations are occurring
[21:58:11] [Spigot Watchdog Thread/ERROR]: If you see a world save or edit, then it means you did far more than your server can handle at once
[21:58:11] [Spigot Watchdog Thread/ERROR]: If this is the case, consider increasing timeout-time in spigot.yml but note that this will replace the crash with LARGE lag spikes
[21:58:11] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
[21:58:11] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[21:58:11] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-595711b-e8b39d4 (MC: 1.14.3)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 63 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.MAScheduler.addPlayer(MAScheduler.java:29)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.MAmbienceBukkit.onPlayerJoin(MAmbienceBukkit.java:54)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:173)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:149)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:53)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:230)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:119)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1080)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Craft Scheduler Thread - 20
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 618 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:me.andre111.mambience.MAScheduler.run(MAScheduler.java:83)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture$Signaller.block(CompletableFuture.java:1693)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ForkJoinPool.managedBlock(ForkJoinPool.java:3323)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.waitingGet(CompletableFuture.java:1729)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.CompletableFuture.join(CompletableFuture.java:1934)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:73)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:106)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getChunkAtWorldCoords(World.java:202)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.World.getLightLevel(World.java:503)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.d(SourceFile:260)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.IWorldReader.getLightLevel(SourceFile:252)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.block.CraftBlock.getLightLevel(CraftBlock.java:216)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.scan.BlockScannerBukkit.performScan(BlockScannerBukkit.java:62)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.scan.BlockScannerBukkit.performScan(BlockScannerBukkit.java:30)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.scan.BlockScannerBukkit.performScan(BlockScannerBukkit.java:27)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.MAScheduler.run(MAScheduler.java:83)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftTask.run(CraftTask.java:81)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.scheduler.CraftAsyncTask.run(CraftAsyncTask.java:54)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 124 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:153)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:171)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:313)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 102 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:153)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:171)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:313)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-9-thread-1
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 100 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: ProtocolLib-StructureCompiler 0
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 92 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 91 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:153)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:171)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.access$200(AbstractChannel.java:423)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe$1.run(AbstractChannel.java:482)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:163)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:404)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:313)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-10-thread-1
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 81 | Suspended: false | Native: false | State: TIMED_WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Resource IO {0}
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 80 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 78 | Suspended: false | Native: false | State: TIMED_WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 75 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$1.initChannel(ProtocolInjector.java:153)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:235)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:409)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.addLast(DefaultChannelPipeline.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$2.initChannel(ProtocolInjector.java:171)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.initChannel(ChannelInitializer.java:113)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.ChannelInitializer.handlerAdded(ChannelInitializer.java:105)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAdded0(DefaultChannelPipeline.java:637)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.access$000(DefaultChannelPipeline.java:46)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$PendingHandlerAddedTask.execute(DefaultChannelPipeline.java:1487)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.callHandlerAddedForAllHandlers(DefaultChannelPipeline.java:1161)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.invokeHandlerAddedIfNeeded(DefaultChannelPipeline.java:686)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register0(AbstractChannel.java:510)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannel$AbstractUnsafe.register(AbstractChannel.java:476)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:80)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.SingleThreadEventLoop.register(SingleThreadEventLoop.java:74)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.MultithreadEventLoopGroup.register(MultithreadEventLoopGroup.java:86)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.bootstrap.ServerBootstrap$ServerBootstrapAcceptor.channelRead(ServerBootstrap.java:255)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.comphenix.protocol.injector.netty.ProtocolInjector$3.channelRead(ProtocolInjector.java:183)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:340)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1434)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:362)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:348)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:965)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.AbstractEpollServerChannel$EpollServerSocketUnsafe.epollInReady(AbstractEpollServerChannel.java:120)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.processReady(EpollEventLoop.java:408)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:308)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 74 | Suspended: false | Native: false | State: TIMED_WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
[21:58:11] [Spigot Watchdog Thread/ERROR]: io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 73 | Suspended: false | Native: false | State: TIMED_WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 72 | Suspended: false | Native: false | State: RUNNABLE
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:86)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 70 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:148)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 68 | Suspended: false | Native: true | State: RUNNABLE
[21:58:11] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$2.run(DedicatedServer.java:97)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-3
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 69 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[21:58:11] [Spigot Watchdog Thread/ERROR]: com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:30)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 67 | Suspended: false | Native: false | State: RUNNABLE
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 63 | Suspended: false | Native: false | State: BLOCKED
[21:58:11] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Locked on:net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:119)
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.MAScheduler.addPlayer(MAScheduler.java:29)
[21:58:11] [Spigot Watchdog Thread/ERROR]: me.andre111.mambience.MAmbienceBukkit.onPlayerJoin(MAmbienceBukkit.java:54)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.reflect.Method.invoke(Method.java:498)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:316)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:70)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:520)
[21:58:11] [Spigot Watchdog Thread/ERROR]: org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.PlayerList.a(PlayerList.java:173)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LoginListener.c(LoginListener.java:149)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.LoginListener.tick(LoginListener.java:53)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.NetworkManager.a(NetworkManager.java:230)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.ServerConnection.c(ServerConnection.java:119)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1080)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:959)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:804)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 66 | Suspended: false | Native: false | State: TIMED_WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:69)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 62 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: SeedGenerator Thread
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 10 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
[21:58:11] [Spigot Watchdog Thread/ERROR]: sun.security.provider.SeedGenerator$ThreadedSeedGenerator.run(SeedGenerator.java:334)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:748)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
[21:58:11] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
[21:58:11] [Spigot Watchdog Thread/ERROR]: Stack:
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:502)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
[21:58:11] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
[21:58:11] [Spigot Watchdog Thread/ERROR]: ------------------------------
[21:58:11] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
[21:58:11] [Spigot Watchdog Thread/INFO]: Stopping server
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment