So i run a spigot server on Ubuntu 14.04 vps service when i try to run it the server appears to start normally for a few seconds then it crashes here is the log
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
So i run a spigot server on Ubuntu 14.04 vps service when i try to run it the server appears to start normally for a few seconds then it crashes here is the log
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
[03:43:55 INFO]: Unknown command. Type "/help" for help.
There were over 200,000 lines of this
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 ERROR]: The server has stopped responding!
[03:44:02 ERROR]: Please report this to http://www.spigotmc.org/
[03:44:02 ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
[03:44:02 ERROR]: Spigot version: git-Spigot-1502 (MC: 1.7.9)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Server thread
[03:44:02 ERROR]: PID: 13 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.util.Collections$SynchronizedList.remove(Collections.java:1888)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:311)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:284)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:583)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:489)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Entire Thread Dump:
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Netty IO #0
[03:44:02 ERROR]: PID: 23 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Thread is waiting on monitor(s):
[03:44:02 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[03:44:02 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[03:44:02 ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
[03:44:02 ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
[03:44:02 ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
[03:44:02 ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
[03:44:02 ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
[03:44:02 ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
[03:44:02 ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
[03:44:02 ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
[03:44:02 ERROR]: java.lang.Thread.run(Thread.java:745)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Spigot Metrics Thread
[03:44:02 ERROR]: PID: 20 | Suspended: false | Native: false | State: TIMED_WAITING
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.lang.Object.wait(Native Method)
[03:44:02 ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
[03:44:02 ERROR]: java.util.TimerThread.run(Timer.java:505)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Spigot Watchdog Thread
[03:44:02 ERROR]: PID: 19 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
[03:44:02 ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
[03:44:02 ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Thread-5
[03:44:02 ERROR]: PID: 17 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.util.concurrent.atomic.AtomicInteger.getAndDecrement(AtomicInteger.java:175)
[03:44:02 ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:445)
[03:44:02 ERROR]: net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73)
[03:44:02 ERROR]: org.bukkit.craftbukkit.v1_7_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
[03:44:02 ERROR]: java.lang.Thread.run(Thread.java:745)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Server console handler
[03:44:02 ERROR]: PID: 16 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Thread is waiting on monitor(s):
[03:44:02 ERROR]: Locked on:java.io.BufferedInputStream.available(BufferedInputStream.java:399)
[03:44:02 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:256)
[03:44:02 ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.io.FileInputStream.available(Native Method)
[03:44:02 ERROR]: java.io.BufferedInputStream.available(BufferedInputStream.java:399)
[03:44:02 ERROR]: java.io.FilterInputStream.available(FilterInputStream.java:168)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:256)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153)
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117)
[03:44:02 ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.ThreadCommandReader.run(ThreadCommandReader.java:34)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: DestroyJavaVM
[03:44:02 ERROR]: PID: 15 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Server thread
[03:44:02 ERROR]: PID: 13 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.util.Collections$SynchronizedList.remove(Collections.java:1888)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.aB(DedicatedServer.java:311)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:284)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:583)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:489)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Server Infinisleeper
[03:44:02 ERROR]: PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.lang.Thread.sleep(Native Method)
[03:44:02 ERROR]: net.minecraft.server.v1_7_R3.ThreadSleepForever.run(SourceFile:65)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Snooper Timer
[03:44:02 ERROR]: PID: 10 | Suspended: false | Native: false | State: WAITING
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.lang.Object.wait(Native Method)
[03:44:02 ERROR]: java.lang.Object.wait(Object.java:503)
[03:44:02 ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
[03:44:02 ERROR]: java.util.TimerThread.run(Timer.java:505)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Signal Dispatcher
[03:44:02 ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Finalizer
[03:44:02 ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.lang.Object.wait(Native Method)
[03:44:02 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
[03:44:02 ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
[03:44:02 ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)
[03:44:02 ERROR]: ------------------------------
[03:44:02 ERROR]: Current Thread: Reference Handler
[03:44:02 ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
[03:44:02 ERROR]: Stack:
[03:44:02 ERROR]: java.lang.Object.wait(Native Method)
[03:44:02 ERROR]: java.lang.Object.wait(Object.java:503)
[03:44:02 ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
[03:44:02 ERROR]: ------------------------------
[03:44:02 INFO]: Startup script './start.sh' does not exist! Stopping server.
[03:44:02 INFO]: Unknown command. Type "/help" for help.
[03:44:02 INFO]: Stopping server
[03:44:03 INFO]: Saving players
[03:44:03 INFO]: Saving worlds
[03:44:03 INFO]: Saving chunks for level 'world'/Overworld
[03:44:03 INFO]: Unknown command. Type "/help" for help.