Advertisement
Guest User

Untitled

a guest
Jul 6th, 2014
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 46.27 KB | None | 0 0
  1. [20:42:52] [Server thread/ERROR]: Encountered an unexpected exception
  2. net.minecraft.server.v1_7_R3.ReportedException: Ticking entity
  3. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:696) ~[spigot-1.7.9.jar:git-Spigot-1455]
  4. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) ~[spigot-1.7.9.jar:git-Spigot-1455]
  5. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) ~[spigot-1.7.9.jar:git-Spigot-1455]
  6. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot-1.7.9.jar:git-Spigot-1455]
  7. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.9.jar:git-Spigot-1455]
  8. Caused by: java.lang.NullPointerException
  9. at myz.support.interfacing.Messenger.processForArguments(Messenger.java:66) ~[?:?]
  10. at myz.support.interfacing.Messenger.sendConfigMessage(Messenger.java:118) ~[?:?]
  11. at myz.support.interfacing.Messenger.sendConfigMessage(Messenger.java:101) ~[?:?]
  12. at myz.support.interfacing.Messenger.sendMessage(Messenger.java:204) ~[?:?]
  13. at myz.utilities.Utils.playerNPCDied(Utils.java:243) ~[?:?]
  14. at myz.nmscode.v1_7_R3.mobs.CustomEntityPlayer.die(CustomEntityPlayer.java:264) ~[?:?]
  15. at myz.nmscode.v1_7_R3.mobs.CustomEntityPlayer.damageEntity(CustomEntityPlayer.java:241) ~[?:?]
  16. at net.minecraft.server.v1_7_R3.EntityMonster.n(EntityMonster.java:100) ~[spigot-1.7.9.jar:git-Spigot-1455]
  17. at net.minecraft.server.v1_7_R3.EntityZombie.n(EntityZombie.java:232) ~[spigot-1.7.9.jar:git-Spigot-1455]
  18. at myz.nmscode.v1_7_R3.pathfinders.PathfinderGoalZombieAttack.e(PathfinderGoalZombieAttack.java:136) ~[?:?]
  19. at net.minecraft.server.v1_7_R3.PathfinderGoalSelector.a(PathfinderGoalSelector.java:108) ~[spigot-1.7.9.jar:git-Spigot-1455]
  20. at net.minecraft.server.v1_7_R3.EntityInsentient.bm(EntityInsentient.java:441) ~[spigot-1.7.9.jar:git-Spigot-1455]
  21. at net.minecraft.server.v1_7_R3.EntityLiving.e(EntityLiving.java:1452) ~[spigot-1.7.9.jar:git-Spigot-1455]
  22. at net.minecraft.server.v1_7_R3.EntityInsentient.e(EntityInsentient.java:314) ~[spigot-1.7.9.jar:git-Spigot-1455]
  23. at net.minecraft.server.v1_7_R3.EntityMonster.e(EntityMonster.java:21) ~[spigot-1.7.9.jar:git-Spigot-1455]
  24. at net.minecraft.server.v1_7_R3.EntityZombie.e(EntityZombie.java:160) ~[spigot-1.7.9.jar:git-Spigot-1455]
  25. at net.minecraft.server.v1_7_R3.EntityLiving.h(EntityLiving.java:1315) ~[spigot-1.7.9.jar:git-Spigot-1455]
  26. at net.minecraft.server.v1_7_R3.EntityInsentient.h(EntityInsentient.java:151) ~[spigot-1.7.9.jar:git-Spigot-1455]
  27. at net.minecraft.server.v1_7_R3.EntityMonster.h(EntityMonster.java:25) ~[spigot-1.7.9.jar:git-Spigot-1455]
  28. at net.minecraft.server.v1_7_R3.EntityZombie.h(EntityZombie.java:228) ~[spigot-1.7.9.jar:git-Spigot-1455]
  29. at net.minecraft.server.v1_7_R3.World.entityJoinedWorld(World.java:1569) ~[spigot-1.7.9.jar:git-Spigot-1455]
  30. at net.minecraft.server.v1_7_R3.World.playerJoinedWorld(World.java:1545) ~[spigot-1.7.9.jar:git-Spigot-1455]
  31. at net.minecraft.server.v1_7_R3.World.tickEntities(World.java:1412) ~[spigot-1.7.9.jar:git-Spigot-1455]
  32. at net.minecraft.server.v1_7_R3.WorldServer.tickEntities(WorldServer.java:516) ~[spigot-1.7.9.jar:git-Spigot-1455]
  33. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:686) ~[spigot-1.7.9.jar:git-Spigot-1455]
  34. ... 4 more
  35. [20:42:52] [Server thread/ERROR]: Cause of unexpected exception was
  36. java.lang.NullPointerException
  37. at myz.support.interfacing.Messenger.processForArguments(Messenger.java:66) ~[?:?]
  38. at myz.support.interfacing.Messenger.sendConfigMessage(Messenger.java:118) ~[?:?]
  39. at myz.support.interfacing.Messenger.sendConfigMessage(Messenger.java:101) ~[?:?]
  40. at myz.support.interfacing.Messenger.sendMessage(Messenger.java:204) ~[?:?]
  41. at myz.utilities.Utils.playerNPCDied(Utils.java:243) ~[?:?]
  42. at myz.nmscode.v1_7_R3.mobs.CustomEntityPlayer.die(CustomEntityPlayer.java:264) ~[?:?]
  43. at myz.nmscode.v1_7_R3.mobs.CustomEntityPlayer.damageEntity(CustomEntityPlayer.java:241) ~[?:?]
  44. at net.minecraft.server.v1_7_R3.EntityMonster.n(EntityMonster.java:100) ~[spigot-1.7.9.jar:git-Spigot-1455]
  45. at net.minecraft.server.v1_7_R3.EntityZombie.n(EntityZombie.java:232) ~[spigot-1.7.9.jar:git-Spigot-1455]
  46. at myz.nmscode.v1_7_R3.pathfinders.PathfinderGoalZombieAttack.e(PathfinderGoalZombieAttack.java:136) ~[?:?]
  47. at net.minecraft.server.v1_7_R3.PathfinderGoalSelector.a(PathfinderGoalSelector.java:108) ~[spigot-1.7.9.jar:git-Spigot-1455]
  48. at net.minecraft.server.v1_7_R3.EntityInsentient.bm(EntityInsentient.java:441) ~[spigot-1.7.9.jar:git-Spigot-1455]
  49. at net.minecraft.server.v1_7_R3.EntityLiving.e(EntityLiving.java:1452) ~[spigot-1.7.9.jar:git-Spigot-1455]
  50. at net.minecraft.server.v1_7_R3.EntityInsentient.e(EntityInsentient.java:314) ~[spigot-1.7.9.jar:git-Spigot-1455]
  51. at net.minecraft.server.v1_7_R3.EntityMonster.e(EntityMonster.java:21) ~[spigot-1.7.9.jar:git-Spigot-1455]
  52. at net.minecraft.server.v1_7_R3.EntityZombie.e(EntityZombie.java:160) ~[spigot-1.7.9.jar:git-Spigot-1455]
  53. at net.minecraft.server.v1_7_R3.EntityLiving.h(EntityLiving.java:1315) ~[spigot-1.7.9.jar:git-Spigot-1455]
  54. at net.minecraft.server.v1_7_R3.EntityInsentient.h(EntityInsentient.java:151) ~[spigot-1.7.9.jar:git-Spigot-1455]
  55. at net.minecraft.server.v1_7_R3.EntityMonster.h(EntityMonster.java:25) ~[spigot-1.7.9.jar:git-Spigot-1455]
  56. at net.minecraft.server.v1_7_R3.EntityZombie.h(EntityZombie.java:228) ~[spigot-1.7.9.jar:git-Spigot-1455]
  57. at net.minecraft.server.v1_7_R3.World.entityJoinedWorld(World.java:1569) ~[spigot-1.7.9.jar:git-Spigot-1455]
  58. at net.minecraft.server.v1_7_R3.World.playerJoinedWorld(World.java:1545) ~[spigot-1.7.9.jar:git-Spigot-1455]
  59. at net.minecraft.server.v1_7_R3.World.tickEntities(World.java:1412) ~[spigot-1.7.9.jar:git-Spigot-1455]
  60. at net.minecraft.server.v1_7_R3.WorldServer.tickEntities(WorldServer.java:516) ~[spigot-1.7.9.jar:git-Spigot-1455]
  61. at net.minecraft.server.v1_7_R3.MinecraftServer.v(MinecraftServer.java:686) ~[spigot-1.7.9.jar:git-Spigot-1455]
  62. at net.minecraft.server.v1_7_R3.DedicatedServer.v(DedicatedServer.java:283) ~[spigot-1.7.9.jar:git-Spigot-1455]
  63. at net.minecraft.server.v1_7_R3.MinecraftServer.u(MinecraftServer.java:576) ~[spigot-1.7.9.jar:git-Spigot-1455]
  64. at net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:482) [spigot-1.7.9.jar:git-Spigot-1455]
  65. at net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628) [spigot-1.7.9.jar:git-Spigot-1455]
  66. [20:42:52] [Server thread/ERROR]: This crash report has been saved to: /media/sdc1/multicraft/servers/server202/./crash-reports/crash-2014-07-06_20.42.52-server.txt
  67. [20:43:01] [Async Chat Thread - #1/ERROR]: Could not pass event AsyncPlayerChatEvent to MyZ-3 v3.1.2
  68. org.bukkit.event.EventException
  69. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:294) ~[spigot-1.7.9.jar:git-Spigot-1455]
  70. at org.bukkit.plugin.RegisteredListener.callEvent(RegisteredListener.java:62) ~[spigot-1.7.9.jar:git-Spigot-1455]
  71. at org.bukkit.plugin.TimedRegisteredListener.callEvent(TimedRegisteredListener.java:30) ~[spigot-1.7.9.jar:git-Spigot-1455]
  72. at org.bukkit.plugin.SimplePluginManager.fireEvent(SimplePluginManager.java:502) [spigot-1.7.9.jar:git-Spigot-1455]
  73. at org.bukkit.plugin.SimplePluginManager.callEvent(SimplePluginManager.java:484) [spigot-1.7.9.jar:git-Spigot-1455]
  74. at net.minecraft.server.v1_7_R3.PlayerConnection.chat(PlayerConnection.java:904) [spigot-1.7.9.jar:git-Spigot-1455]
  75. at net.minecraft.server.v1_7_R3.PlayerConnection.a(PlayerConnection.java:844) [spigot-1.7.9.jar:git-Spigot-1455]
  76. at net.minecraft.server.v1_7_R3.PacketPlayInChat.a(PacketPlayInChat.java:28) [spigot-1.7.9.jar:git-Spigot-1455]
  77. at net.minecraft.server.v1_7_R3.PacketPlayInChat$1.run(PacketPlayInChat.java:59) [spigot-1.7.9.jar:git-Spigot-1455]
  78. at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471) [?:1.7.0_51]
  79. at java.util.concurrent.FutureTask.run(FutureTask.java:262) [?:1.7.0_51]
  80. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145) [?:1.7.0_51]
  81. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615) [?:1.7.0_51]
  82. at java.lang.Thread.run(Thread.java:744) [?:1.7.0_51]
  83. Caused by: java.lang.ClassCastException: java.util.ArrayList cannot be cast to org.bukkit.inventory.ItemStack
  84. at myz.listeners.player.Chat.onChat(Chat.java:119) ~[?:?]
  85. at sun.reflect.GeneratedMethodAccessor126.invoke(Unknown Source) ~[?:?]
  86. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.7.0_51]
  87. at java.lang.reflect.Method.invoke(Method.java:606) ~[?:1.7.0_51]
  88. at org.bukkit.plugin.java.JavaPluginLoader$1.execute(JavaPluginLoader.java:292) ~[spigot-1.7.9.jar:git-Spigot-1455]
  89. ... 13 more
  90. [20:43:54] [Spigot Watchdog Thread/ERROR]: The server has stopped responding!
  91. [20:43:54] [Spigot Watchdog Thread/ERROR]: Please report this to http://www.spigotmc.org/
  92. [20:43:54] [Spigot Watchdog Thread/ERROR]: Be sure to include ALL relevant console errors and Minecraft crash reports
  93. [20:43:54] [Spigot Watchdog Thread/ERROR]: Spigot version: git-Spigot-1455 (MC: 1.7.9)
  94. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  95. [20:43:54] [Spigot Watchdog Thread/ERROR]: Server thread dump (Look for plugins here before reporting to Spigot!):
  96. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  97. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  98. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
  99. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  100. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  101. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:264)
  102. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:513)
  103. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  104. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  105. [20:43:54] [Spigot Watchdog Thread/ERROR]: Entire Thread Dump:
  106. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  107. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: PermissionsEx-Cleaner
  108. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 369 | Suspended: false | Native: false | State: WAITING
  109. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  110. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  111. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
  112. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:526)
  113. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  114. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  115. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Async Chat Thread - #1
  116. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 232 | Suspended: false | Native: false | State: TIMED_WAITING
  117. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  118. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  119. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  120. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460)
  121. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:359)
  122. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:942)
  123. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  124. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  125. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  126. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  127. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  128. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-6
  129. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 68 | Suspended: false | Native: false | State: TIMED_WAITING
  130. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  131. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  132. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  133. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  134. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  135. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  136. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  137. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  138. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  139. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  140. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-5
  141. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 67 | Suspended: false | Native: false | State: TIMED_WAITING
  142. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  143. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  144. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  145. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  146. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  147. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  148. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  149. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  150. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  151. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  152. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-4
  153. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 66 | Suspended: false | Native: false | State: TIMED_WAITING
  154. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  155. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  156. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  157. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  158. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  159. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  160. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  161. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  162. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  163. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  164. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-3
  165. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 65 | Suspended: false | Native: false | State: TIMED_WAITING
  166. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  167. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  168. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  169. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  170. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.poll(LinkedBlockingQueue.java:467)
  171. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  172. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  173. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  174. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  175. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  176. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: File IO Thread
  177. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 64 | Suspended: false | Native: false | State: TIMED_WAITING
  178. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  179. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  180. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.FileIOThread.b(SourceFile:44)
  181. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.FileIOThread.run(SourceFile:23)
  182. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  183. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  184. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Chunk I/O Executor Thread-1
  185. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 63 | Suspended: false | Native: false | State: WAITING
  186. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  187. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  188. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  189. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  190. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  191. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  192. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  193. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  194. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  195. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  196. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Java2D Disposer
  197. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 59 | Suspended: false | Native: false | State: WAITING
  198. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  199. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  200. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  201. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  202. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.java2d.Disposer.run(Disposer.java:145)
  203. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  204. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  205. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-6-thread-1
  206. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 58 | Suspended: false | Native: false | State: WAITING
  207. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  208. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  209. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  210. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  211. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  212. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  213. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  214. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  215. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  216. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  217. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Query Listener #1
  218. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 44 | Suspended: false | Native: true | State: RUNNABLE
  219. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  220. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.PlainDatagramSocketImpl.receive0(Native Method)
  221. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145)
  222. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:786)
  223. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:java.net.DatagramSocket.receive(DatagramSocket.java:786)
  224. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  225. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.net.PlainDatagramSocketImpl.receive0(Native Method)
  226. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.net.AbstractPlainDatagramSocketImpl.receive(AbstractPlainDatagramSocketImpl.java:145)
  227. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.net.DatagramSocket.receive(DatagramSocket.java:786)
  228. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.RemoteStatusListener.run(SourceFile:256)
  229. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  230. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  231. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-2 Acceptor0 SelectChannelConnector@0.0.0.0:8125
  232. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 43 | Suspended: false | Native: true | State: RUNNABLE
  233. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  234. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
  235. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  236. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.ServerSocketChannelImpl.accept0(Native Method)
  237. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.ServerSocketChannelImpl.accept(ServerSocketChannelImpl.java:241)
  238. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.jetty.server.nio.SelectChannelConnector.accept(SelectChannelConnector.java:109)
  239. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.jetty.server.AbstractConnector$Acceptor.run(AbstractConnector.java:938)
  240. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  241. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  242. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  243. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  244. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: pool-8-thread-1 Selector0
  245. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 42 | Suspended: false | Native: false | State: RUNNABLE
  246. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  247. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  248. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  249. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  250. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  251. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  252. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  253. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
  254. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  255. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  256. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.jetty.io.nio.SelectorManager$SelectSet.doSelect(SelectorManager.java:569)
  257. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.jetty.io.nio.SelectorManager$1.run(SelectorManager.java:290)
  258. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  259. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  260. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  261. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  262. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: HashSessionScavenger-0
  263. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 41 | Suspended: false | Native: false | State: TIMED_WAITING
  264. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  265. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  266. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  267. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  268. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  269. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
  270. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 38 | Suspended: false | Native: false | State: WAITING
  271. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  272. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  273. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  274. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  275. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1085)
  276. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  277. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  278. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  279. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  280. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  281. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  282. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
  283. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 37 | Suspended: false | Native: false | State: TIMED_WAITING
  284. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  285. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  286. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:226)
  287. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2082)
  288. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1090)
  289. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:807)
  290. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1068)
  291. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1130)
  292. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  293. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  294. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  295. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Dynmap Render Thread
  296. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 36 | Suspended: false | Native: false | State: WAITING
  297. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  298. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  299. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftFuture.get(CraftFuture.java:54)
  300. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R3.scheduler.CraftFuture.get(CraftFuture.java:42)
  301. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.MapManager$CheckWorldTimes.run(MapManager.java:806)
  302. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.MapManager$DynmapScheduledThreadPoolExecutor$2.run(MapManager.java:208)
  303. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:471)
  304. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.FutureTask.run(FutureTask.java:262)
  305. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$201(ScheduledThreadPoolExecutor.java:178)
  306. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(ScheduledThreadPoolExecutor.java:292)
  307. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1145)
  308. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:615)
  309. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  310. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  311. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-14
  312. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 35 | Suspended: false | Native: false | State: TIMED_WAITING
  313. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  314. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  315. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.AsynchronousQueue.running(AsynchronousQueue.java:120)
  316. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.AsynchronousQueue.access$000(AsynchronousQueue.java:9)
  317. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.dynmap.AsynchronousQueue$1.run(AsynchronousQueue.java:83)
  318. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  319. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  320. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-1
  321. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 33 | Suspended: false | Native: false | State: TIMED_WAITING
  322. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  323. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  324. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  325. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  326. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  327. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Timer-0
  328. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 32 | Suspended: false | Native: false | State: TIMED_WAITING
  329. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  330. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  331. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  332. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  333. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  334. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #2
  335. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 24 | Suspended: false | Native: true | State: RUNNABLE
  336. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  337. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  338. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  339. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  340. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  341. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  342. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  343. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
  344. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  345. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  346. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  347. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  348. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  349. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  350. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  351. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #1
  352. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 23 | Suspended: false | Native: true | State: RUNNABLE
  353. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  354. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  355. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  356. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  357. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  358. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  359. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  360. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
  361. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  362. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  363. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  364. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  365. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  366. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  367. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  368. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Netty IO #0
  369. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 22 | Suspended: false | Native: true | State: RUNNABLE
  370. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  371. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  372. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  373. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  374. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  375. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.epollWait(Native Method)
  376. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollArrayWrapper.poll(EPollArrayWrapper.java:269)
  377. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.EPollSelectorImpl.doSelect(EPollSelectorImpl.java:79)
  378. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:87)
  379. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.nio.ch.SelectorImpl.select(SelectorImpl.java:98)
  380. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:591)
  381. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:301)
  382. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:101)
  383. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  384. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  385. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Metrics Thread
  386. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 20 | Suspended: false | Native: false | State: TIMED_WAITING
  387. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  388. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  389. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  390. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  391. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  392. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Spigot Watchdog Thread
  393. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 19 | Suspended: false | Native: false | State: RUNNABLE
  394. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  395. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpThreads0(Native Method)
  396. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:446)
  397. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.spigotmc.WatchdogThread.run(WatchdogThread.java:76)
  398. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  399. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Thread-5
  400. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 17 | Suspended: false | Native: false | State: WAITING
  401. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  402. [20:43:54] [Spigot Watchdog Thread/ERROR]: sun.misc.Unsafe.park(Native Method)
  403. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.LockSupport.park(LockSupport.java:186)
  404. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2043)
  405. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442)
  406. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.util.com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:73)
  407. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.v1_7_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25)
  408. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.run(Thread.java:744)
  409. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  410. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Server console handler
  411. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 16 | Suspended: false | Native: true | State: RUNNABLE
  412. [20:43:54] [Spigot Watchdog Thread/ERROR]: Thread is waiting on monitor(s):
  413. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:java.io.BufferedInputStream.read(BufferedInputStream.java:254)
  414. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  415. [20:43:54] [Spigot Watchdog Thread/ERROR]: Locked on:org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  416. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  417. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.readBytes(Native Method)
  418. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.io.FileInputStream.read(FileInputStream.java:272)
  419. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.fill(BufferedInputStream.java:235)
  420. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.io.BufferedInputStream.read(BufferedInputStream.java:254)
  421. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.io.FilterInputStream.read(FilterInputStream.java:83)
  422. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader$1.read(ConsoleReader.java:167)
  423. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:267)
  424. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:204)
  425. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:995)
  426. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:1506)
  427. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1153)
  428. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1117)
  429. [20:43:54] [Spigot Watchdog Thread/ERROR]: org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:1105)
  430. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.ThreadCommandReader.run(ThreadCommandReader.java:34)
  431. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  432. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: DestroyJavaVM
  433. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 15 | Suspended: false | Native: false | State: RUNNABLE
  434. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  435. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  436. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Server thread
  437. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 13 | Suspended: false | Native: false | State: TIMED_WAITING
  438. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  439. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  440. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.DedicatedServer.a(DedicatedServer.java:264)
  441. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.MinecraftServer.run(MinecraftServer.java:513)
  442. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.ThreadServerApplication.run(SourceFile:628)
  443. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  444. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Server Infinisleeper
  445. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 14 | Suspended: false | Native: false | State: TIMED_WAITING
  446. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  447. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Thread.sleep(Native Method)
  448. [20:43:54] [Spigot Watchdog Thread/ERROR]: net.minecraft.server.v1_7_R3.ThreadSleepForever.run(SourceFile:65)
  449. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  450. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Snooper Timer
  451. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 10 | Suspended: false | Native: false | State: TIMED_WAITING
  452. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  453. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  454. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.mainLoop(Timer.java:552)
  455. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.util.TimerThread.run(Timer.java:505)
  456. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  457. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Signal Dispatcher
  458. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 4 | Suspended: false | Native: false | State: RUNNABLE
  459. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  460. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  461. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Finalizer
  462. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 3 | Suspended: false | Native: false | State: WAITING
  463. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  464. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  465. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:135)
  466. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:151)
  467. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:189)
  468. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  469. [20:43:54] [Spigot Watchdog Thread/ERROR]: Current Thread: Reference Handler
  470. [20:43:54] [Spigot Watchdog Thread/ERROR]: PID: 2 | Suspended: false | Native: false | State: WAITING
  471. [20:43:54] [Spigot Watchdog Thread/ERROR]: Stack:
  472. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Native Method)
  473. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.Object.wait(Object.java:503)
  474. [20:43:54] [Spigot Watchdog Thread/ERROR]: java.lang.ref.Reference$ReferenceHandler.run(Reference.java:133)
  475. [20:43:54] [Spigot Watchdog Thread/ERROR]: ------------------------------
  476. [20:43:54] [Spigot Watchdog Thread/INFO]: Startup script './start.sh' does not exist! Stopping server.
  477. [20:43:54] [Thread-4/INFO]: Stopping server
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement