[SPIGOT-3172] Server keeps stop responding and stops every time! Created: 07/Apr/17  Updated: 11/Dec/17  Resolved: 07/Apr/17

Status: Closed
Project: Spigot
Component/s: None
Affects Version/s: None
Fix Version/s: None

Type: Bug Priority: Minor
Reporter: Ethan Assignee: Unassigned
Resolution: Invalid Votes: 0
Labels: Craftbukkit, critical, error, servercrash, spigot

Plugin: Unknown

 Description   

[15:40:28 ERROR]: The server has stopped responding!
[15:40:28 ERROR]: Please report this to http://www.spigotmc.org/
[15:40:28 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[15:40:28 ERROR]: Spigot version: git-Spigot-550ebac-7019900 (MC: 1.8)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Server thread
[15:40:28 ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.util.ArrayList.indexOf(ArrayList.java:317)
[15:40:28 ERROR]: java.util.ArrayList.contains(ArrayList.java:300)
[15:40:28 ERROR]: java.util.ArrayList.batchRemove(ArrayList.java:720)
[15:40:28 ERROR]: java.util.ArrayList.removeAll(ArrayList.java:690)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.World.tickEntities(World.java:1376)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.WorldServer.tickEntities(WorldServer.java:576)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:772)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Entire Thread Dump:
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: File IO Thread
[15:40:28 ERROR]: PID: 73 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Thread.sleep(Native Method)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.FileIOThread.c(SourceFile:51)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.FileIOThread.run(SourceFile:30)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Netty Server IO #1
[15:40:28 ERROR]: PID: 35 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Thread is waiting on monitor(s):
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[15:40:28 ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[15:40:28 ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
[15:40:28 ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[15:40:28 ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
[15:40:28 ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
[15:40:28 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: ServerSigns-TaskManager
[15:40:28 ERROR]: PID: 59 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.misc.Unsafe.park(Native Method)
[15:40:28 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:40:28 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:40:28 ERROR]: java.util.concurrent.DelayQueue.take(DelayQueue.java:211)
[15:40:28 ERROR]: java.util.concurrent.DelayQueue.take(DelayQueue.java:70)
[15:40:28 ERROR]: de.czymm.serversigns.taskmanager.QueueConsumer.run(QueueConsumer.java:26)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Craft Scheduler Thread - 4
[15:40:28 ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.misc.Unsafe.park(Native Method)
[15:40:28 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[15:40:28 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
[15:40:28 ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362)
[15:40:28 ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Query Listener #1
[15:40:28 ERROR]: PID: 62 | Suspended: false | Native: true | State: RUNNABLE
[15:40:28 ERROR]: Thread is waiting on monitor(s):
[15:40:28 ERROR]: Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
[15:40:28 ERROR]: Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
[15:40:28 ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:40:28 ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.net.PlainDatagramSocketImpl.receive0(Native Method)
[15:40:28 ERROR]: java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:143)
[15:40:28 ERROR]: java.net.DatagramSocket.receive(DatagramSocket.java:812)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.RemoteStatusListener.run(SourceFile:261)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: ServerSigns-TaskPersistence
[15:40:28 ERROR]: PID: 60 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.misc.Unsafe.park(Native Method)
[15:40:28 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:40:28 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:40:28 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[15:40:28 ERROR]: de.czymm.serversigns.taskmanager.QueueConsumer.run(QueueConsumer.java:26)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Timer-3
[15:40:28 ERROR]: PID: 55 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[15:40:28 ERROR]: java.util.TimerThread.run(Timer.java:505)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Thread-14
[15:40:28 ERROR]: PID: 54 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Thread.sleep(Native Method)
[15:40:28 ERROR]: drew6017.lr.main.LaggRemover$2.run(LaggRemover.java:124)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Okio Watchdog
[15:40:28 ERROR]: PID: 52 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.lang.Object.wait(Object.java:502)
[15:40:28 ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:338)
[15:40:28 ERROR]: net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:313)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: OkHttp ConnectionPool
[15:40:28 ERROR]: PID: 48 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.lang.Object.wait(Object.java:460)
[15:40:28 ERROR]: net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:66)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: pool-10-thread-1
[15:40:28 ERROR]: PID: 44 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.misc.Unsafe.park(Native Method)
[15:40:28 ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215)
[15:40:28 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078)
[15:40:28 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093)
[15:40:28 ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127)
[15:40:28 ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Timer-2
[15:40:28 ERROR]: PID: 43 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[15:40:28 ERROR]: java.util.TimerThread.run(Timer.java:505)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Timer-0
[15:40:28 ERROR]: PID: 40 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[15:40:28 ERROR]: java.util.TimerThread.run(Timer.java:505)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Netty Server IO #0
[15:40:28 ERROR]: PID: 34 | Suspended: false | Native: true | State: RUNNABLE
[15:40:28 ERROR]: Thread is waiting on monitor(s):
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[15:40:28 ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[15:40:28 ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:93)
[15:40:28 ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86)
[15:40:28 ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97)
[15:40:28 ERROR]: io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:618)
[15:40:28 ERROR]: io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:306)
[15:40:28 ERROR]: io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Spigot Watchdog Thread
[15:40:28 ERROR]: PID: 32 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
[15:40:28 ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454)
[15:40:28 ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Thread-4
[15:40:28 ERROR]: PID: 30 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: sun.misc.Unsafe.park(Native Method)
[15:40:28 ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:175)
[15:40:28 ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039)
[15:40:28 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
[15:40:28 ERROR]: com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77)
[15:40:28 ERROR]: org.bukkit.craftbukkit.v1_8_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Server console handler
[15:40:28 ERROR]: PID: 29 | Suspended: false | Native: true | State: RUNNABLE
[15:40:28 ERROR]: Thread is waiting on monitor(s):
[15:40:28 ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[15:40:28 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[15:40:28 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.io.FileInputStream.readBytes(Native Method)
[15:40:28 ERROR]: java.io.FileInputStream.read(FileInputStream.java:255)
[15:40:28 ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
[15:40:28 ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:265)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269)
[15:40:28 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.ThreadCommandReader.run(ThreadCommandReader.java:35)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: DestroyJavaVM
[15:40:28 ERROR]: PID: 28 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Server thread
[15:40:28 ERROR]: PID: 26 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.util.ArrayList.indexOf(ArrayList.java:317)
[15:40:28 ERROR]: java.util.ArrayList.contains(ArrayList.java:300)
[15:40:28 ERROR]: java.util.ArrayList.batchRemove(ArrayList.java:720)
[15:40:28 ERROR]: java.util.ArrayList.removeAll(ArrayList.java:690)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.World.tickEntities(World.java:1376)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.WorldServer.tickEntities(WorldServer.java:576)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.z(MinecraftServer.java:772)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.DedicatedServer.z(DedicatedServer.java:316)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.y(MinecraftServer.java:634)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.MinecraftServer.run(MinecraftServer.java:537)
[15:40:28 ERROR]: java.lang.Thread.run(Thread.java:745)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Server Infinisleeper
[15:40:28 ERROR]: PID: 27 | Suspended: false | Native: false | State: TIMED_WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Thread.sleep(Native Method)
[15:40:28 ERROR]: net.minecraft.server.v1_8_R1.ThreadSleepForever.run(SourceFile:64)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Snooper Timer
[15:40:28 ERROR]: PID: 23 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.lang.Object.wait(Object.java:502)
[15:40:28 ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
[15:40:28 ERROR]: java.util.TimerThread.run(Timer.java:505)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Signal Dispatcher
[15:40:28 ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Finalizer
[15:40:28 ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143)
[15:40:28 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164)
[15:40:28 ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[15:40:28 ERROR]: ------------------------------
[15:40:28 ERROR]: Current Thread: Reference Handler
[15:40:28 ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
[15:40:28 ERROR]: Stack:
[15:40:28 ERROR]: java.lang.Object.wait(Native Method)
[15:40:28 ERROR]: java.lang.Object.wait(Object.java:502)
[15:40:28 ERROR]: java.lang.ref.Reference.tryHandlePending(Reference.java:191)
[15:40:28 ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)
[15:40:28 ERROR]: ------------------------------
[15:40:28 INFO]: Startup script './start.sh' does not exist! Stopping server.



 Comments   
Comment by Ethan [ 08/Apr/17 ]

But there were no entities... 

Comment by Black Hole [ 07/Apr/17 ]

1.8 isn't supported anymore. Please update to the latest version (currently 1.11.2).

It seems your server can't handle the amount of entities. For further help please use the forums.

Generated at Tue Apr 15 09:42:00 UTC 2025 using Jira 10.3.3#10030003-sha1:d220e3fefc8dfc6d47f522d3b9a20c1455e12b7b.