Server Stopped Responding

XMLWordPrintable

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

      Ubuntu 18, Java 11, 8GB RAM, 2 cores

    • This server is running CraftBukkit version git-Spigot-01d0f04-455023c (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT)
    • Yes

      I've been running a 1.14.2 SMP for a while now and this happens every few hours. I've checked the output and there seems to be nothing about the one plugin on my server, so I'm assuming it's a spigot bug.

       

      [22:27:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:38] [Spigot Watchdog Thread/ERROR]: The server has stopped responding! This is (probably) not a Spigot bug.
      [22:27:38] [Spigot Watchdog Thread/ERROR]: If you see a plugin in the Server thread dump below, then please report it to that author
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 	 *Especially* if it looks like HTTP or MySQL operations are occurring
      [22:27:38] [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
      [22:27:38] [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
      [22:27:38] [Spigot Watchdog Thread/ERROR]: If you are unsure or still think this is a Spigot bug, please report to https://www.spigotmc.org/
      [22:27:38] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
      [22:27:38] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-01d0f04-455023c (MC: 1.14.2)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:38] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
      [22:27:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:38] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 	PID: 16 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getType(World.java:548)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:259)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:207)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.a(Entity.java:796)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.e(Entity.java:768)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.move(Entity.java:510)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.e(EntityLiving.java:2042)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2485)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityIronGolem.movementTick(EntityIronGolem.java:63)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer$$Lambda$2676/0x0000000840ac6440.accept(Unknown Source)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.a(World.java:745)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:38] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:38] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 2 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Reference.waitForReferencePendingList(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Reference.processPendingReferences(Reference.java:241)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Reference$ReferenceHandler.run(Reference.java:213)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 3 | Suspended: false | Native: false | State: WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:170)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 4 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Common-Cleaner
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 9 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.ref.CleanerImpl.run(CleanerImpl.java:148)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.InnocuousThread.run(InnocuousThread.java:134)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server-Worker-1
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 14 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapeSlice.a(SourceFile:19)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapeSlice.<init>(SourceFile:12)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapes.b(SourceFile:350)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineSky.b(SourceFile:70)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineGraph.b(SourceFile:162)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineSky.a(SourceFile:134)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineGraph.b(SourceFile:203)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineLayer.a(SourceFile:187)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngine.a(SourceFile:61)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineThreaded.b(SourceFile:175)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineThreaded.c(SourceFile:154)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.LightEngineThreaded$$Lambda$2351/0x00000008408f6c40.run(Unknown Source)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.ThreadedMailbox.e(SourceFile:83)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.ThreadedMailbox.a(SourceFile:123)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.ThreadedMailbox.run(SourceFile:91)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1426)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:290)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1020)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1656)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1594)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:177)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 15 | Suspended: false | Native: false | State: WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Object.java:328)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.mainLoop(Timer.java:527)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.run(Timer.java:506)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: NonBlockingInputStreamThread
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 19 | Suspended: false | Native: false | State: WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.run(NonBlockingInputStream.java:278)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 21 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.sleep(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:69)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 16 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:125)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:212)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.IWorldReader.getChunkAt(SourceFile:105)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getChunkAt(World.java:207)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.getType(World.java:548)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:259)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.VoxelShapes.a(SourceFile:207)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.a(Entity.java:796)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.e(Entity.java:768)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.Entity.move(Entity.java:510)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.e(EntityLiving.java:2042)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2485)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityIronGolem.movementTick(EntityIronGolem.java:63)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer$$Lambda$2676/0x0000000840ac6440.accept(Unknown Source)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.World.a(World.java:745)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 22 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-3
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 24 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.readBytes(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.read(FileInputStream.java:279)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:204)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.exec(TerminalLineSettings.java:186)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.stty(TerminalLineSettings.java:181)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.get(TerminalLineSettings.java:74)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.TerminalLineSettings.getProperty(TerminalLineSettings.java:95)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.UnixTerminal.getWidth(UnixTerminal.java:76)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:879)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawBuffer(ConsoleReader.java:898)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.drawLine(ConsoleReader.java:608)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.v1_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:43)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 23 | Suspended: false | Native: true | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Thread is waiting on monitor(s):
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		Locked on:app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.readBytes(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.FileInputStream.read(FileInputStream.java:279)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.fill(BufferedInputStream.java:252)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.io.BufferedInputStream.read(BufferedInputStream.java:271)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:169)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:137)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:246)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2349)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//net.minecraft.server.v1_14_R1.DedicatedServer$2.run(DedicatedServer.java:95)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 25 | Suspended: false | Native: false | State: WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:176)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.java2d.Disposer.run(Disposer.java:144)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 27 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpThreads0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:502)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:490)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//org.spigotmc.WatchdogThread.run(WatchdogThread.java:86)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 28 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.run(Timer.java:506)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: ObjectCleanerThread
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 29 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:155)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #0
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 30 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #1
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 31 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #2
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 32 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty Epoll Server IO #3
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 33 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.Native.epollWait(Native.java:114)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		app//io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 45 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Object.wait(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.mainLoop(Timer.java:553)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.TimerThread.run(Timer.java:506)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #24
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 259 | Suspended: false | Native: false | State: TIMED_WAITING
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/jdk.internal.misc.Unsafe.park(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:234)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:462)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:361)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:937)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1053)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1114)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      [22:27:39] [Spigot Watchdog Thread/ERROR]: Current Thread: process reaper
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	PID: 260 | Suspended: false | Native: false | State: RUNNABLE
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 	Stack:
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ProcessHandleImpl.waitForProcessExit0(Native Method)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.ProcessHandleImpl$1.run(ProcessHandleImpl.java:138)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: 		[email protected]/java.lang.Thread.run(Thread.java:834)
      [22:27:39] [Spigot Watchdog Thread/ERROR]: ------------------------------
      

            Assignee:
            Unassigned
            Reporter:
            Jamsheed Mistri
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: