Advertisement
Guest User

Crash report

a guest
Mar 30th, 2016
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 37.93 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // On the bright side, I bought you a teddy bear!
  3.  
  4. Time: 3/30/16 6:03 AM
  5. Description: Loading NBT data
  6.  
  7. java.util.zip.ZipException: incorrect data check
  8. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
  9. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  10. at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
  11. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  12. at java.io.DataInputStream.readFully(DataInputStream.java:195)
  13. at java.io.DataInputStream.readFully(DataInputStream.java:169)
  14. at net.minecraft.server.v1_8_R3.NBTTagByteArray.load(NBTTagByteArray.java:30)
  15. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  16. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  17. at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54)
  18. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  19. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  20. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  21. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  22. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84)
  23. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53)
  24. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43)
  25. at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:70)
  26. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25)
  27. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
  28. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
  29. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
  30. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
  31. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  32. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  33. at java.lang.Thread.run(Thread.java:745)
  34.  
  35.  
  36. A detailed walkthrough of the error, its code path and all known details is as follows:
  37. ---------------------------------------------------------------------------------------
  38.  
  39. -- Head --
  40. Stacktrace:
  41. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:164)
  42. at java.io.BufferedInputStream.fill(BufferedInputStream.java:246)
  43. at java.io.BufferedInputStream.read1(BufferedInputStream.java:286)
  44. at java.io.BufferedInputStream.read(BufferedInputStream.java:345)
  45. at java.io.DataInputStream.readFully(DataInputStream.java:195)
  46. at java.io.DataInputStream.readFully(DataInputStream.java:169)
  47. at net.minecraft.server.v1_8_R3.NBTTagByteArray.load(NBTTagByteArray.java:30)
  48.  
  49. -- NBT Tag --
  50. Details:
  51. Tag name: SkyLight
  52. Tag type: 7
  53. Stacktrace:
  54. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  55. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  56. at net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54)
  57. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  58. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  59. at net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406)
  60. at net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70)
  61. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84)
  62. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53)
  63. at net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43)
  64. at net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:70)
  65. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25)
  66. at org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1)
  67. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150)
  68. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95)
  69. at org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85)
  70. at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
  71. at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
  72. at java.lang.Thread.run(Thread.java:745)
  73.  
  74. -- System Details --
  75. Details:
  76. Minecraft Version: 1.8.8
  77. Operating System: Linux (amd64) version 2.6.32-573.18.1.el6.x86_64
  78. Java Version: 1.8.0_71, Oracle Corporation
  79. Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
  80. Memory: 187023384 bytes (178 MB) / 906346496 bytes (864 MB) up to 6241845248 bytes (5952 MB)
  81. JVM Flags: 4 total; -Xmx6144M -Xms128M -XX:MaxMetaspaceSize=256M -XX:+UseConcMarkSweepGC
  82. IntCache: cache: 0, tcache: 0, allocated: 13, tallocated: 95
  83. CraftBukkit Information:
  84. Running: CraftBukkit version git-Spigot-fdc1440-53fac9f (MC: 1.8.8) (Implementing API version 1.8.8-R0.1-SNAPSHOT) true
  85. Plugins: { WorldEdit v6.1;no_git_id com.sk89q.worldedit.bukkit.WorldEditPlugin [], NoSwear v6.2 me.A5H73Y.NoSwear.NoSwear [], ChunkFixer v1.1 org.giinger.chunkfixer.CFMain [Giinger], PerWorldChatPlus v4.0.1 com.cloudcraftgaming.perworldchatplus.Main [Shades161], Essentials vTeamCity com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally], PerWorldPlugins v1.3.0 me.incomprehendable.dev.pwp.PerWorldPlugins [_MylesC, Incomprehendable], ClearLag v2.9.0 me.minebuilders.clearlag.Clearlag [bob7l], Fly v1.8 me.facemywrath.Fly [facemywrath], PlugMan v2.0.8 com.rylinaux.plugman.PlugMan [rylinaux], WorldBorder v1.8.5 com.wimbli.WorldBorder.WorldBorder [Brettflan], BuycraftX v0.1.2-SNAPSHOT net.buycraft.plugin.bukkit.BuycraftPlugin [Buycraft], ProtocolLib v3.6.5-SNAPSHOT-b199 com.comphenix.protocol.ProtocolLibrary [dmulloy2, comphenix], Multiverse-Core v2.5-b699 com.onarandombox.MultiverseCore.MultiverseCore [Rigby, fernferret, lithium3141, main--], WorldGuard v6.1 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], LibsDisguises v8.6.5 me.libraryaddict.disguise.LibsDisguises [libraryaddict, Byteflux, Navid K.], VoxelSniper v5.170.0-SNAPSHOT-jnks317-gitfcb8fe1 com.thevoxelbox.voxelsniper.VoxelSniper [przerwap, MikeMatrix, Gavjenks, giltwist, psanker, Deamon5550, DivineRage], EssentialsChat vTeamCity com.earth2me.essentials.chat.EssentialsChat [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Okamosy, Iaccidentally], PermissionsEx v1.23.4 ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], Climb v1.8 me.facemywrath.Climb [facemywrath], Multiverse-Portals v2.5-b725 com.onarandombox.MultiversePortals.MultiversePortals [Rigby, fernferret], Vault v1.5.6-b49 net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], EssentialsSpawn vTeamCity com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], LightAPI v1.4.2 ru.BeYkeRYkt.LightAPI.LightAPI [BeYkeRYkt], LightSource v2.2.6 ru.BeYkeRYkt.LightSource.LightSource [BeYkeRYkt], MassiveCore v2.8.5 com.massivecraft.massivecore.MassiveCore [Cayorion], EnjinMinecraftPlugin v2.7.7 com.enjin.officialplugin.EnjinMinecraftPlugin [www.Enjin.com], iControlU v1.9.5 me.firebreath15.icontrolu.iControlU [FireBreath15], PerWorldInventory v1.5.8 me.gnat008.perworldinventory.PerWorldInventory [Gnat008], HolographicDisplays v2.1.10 com.gmail.filoghost.holographicdisplays.HolographicDisplays [], Citizens v2.0.16-SNAPSHOT (build 1267) net.citizensnpcs.Citizens [aPunch, fullwall], Factions v2.8.5 com.massivecraft.factions.Factions [Cayorion, Madus, Ulumulu1510, MarkehMe, Brettflan], Heroes v1.5.5.6-SNAPSHOT-b78 com.herocraftonline.heroes.Heroes [DThielke, Sleaker, Kainzo, gabizou, Delfofthebla, Andrew2060], MiningManPlugin v1.8 me.facemywrath.MiningManPlugin [facemywrath], CombatLog v1.8.11-hack com.jackproehl.plugins.CombatLog [JackProehl, CraigEge, iiSnipez, KatsuroKurosaki], BetterShops v2.1.2 max.hubbard.bettershops.Core [moomaxie],}
  86. Warnings: DEFAULT
  87. Reload Count: 0
  88. Threads: { WAITING Thread-25: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], RUNNABLE Thread-14: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], WAITING Thread-23: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], WAITING pool-9-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Craft Scheduler Thread - 155: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Thread-33: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], TIMED_WAITING File IO Thread: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_8_R3.FileIOThread.c(SourceFile:51), net.minecraft.server.v1_8_R3.FileIOThread.run(SourceFile:30), java.lang.Thread.run(Thread.java:745)], RUNNABLE Chunk I/O Executor Thread-1: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1603), org.bukkit.craftbukkit.v1_8_R3.CraftCrashReport.call(CraftCrashReport.java:29), net.minecraft.server.v1_8_R3.CrashReportSystemDetails.a(SourceFile:78), net.minecraft.server.v1_8_R3.CrashReport.h(CrashReport.java:127), net.minecraft.server.v1_8_R3.CrashReport.<init>(CrashReport.java:34), net.minecraft.server.v1_8_R3.CrashReport.a(CrashReport.java:312), net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:408), net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70), net.minecraft.server.v1_8_R3.NBTTagList.load(NBTTagList.java:54), net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406), net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70), net.minecraft.server.v1_8_R3.NBTTagCompound.a(SourceFile:406), net.minecraft.server.v1_8_R3.NBTTagCompound.load(SourceFile:70), net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:84), net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:53), net.minecraft.server.v1_8_R3.NBTCompressedStreamTools.a(NBTCompressedStreamTools.java:43), net.minecraft.server.v1_8_R3.ChunkRegionLoader.loadChunk(ChunkRegionLoader.java:70), org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:25), org.bukkit.craftbukkit.v1_8_R3.chunkio.ChunkIOProvider.callStage1(ChunkIOProvider.java:1), org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.init(AsynchronousExecutor.java:150), org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.initAsync(AsynchronousExecutor.java:95), org.bukkit.craftbukkit.v1_8_R3.util.AsynchronousExecutor$Task.run(AsynchronousExecutor.java:85), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:92)], WAITING Java2D Disposer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), sun.java2d.Disposer.run(Disposer.java:148), java.lang.Thread.run(Thread.java:745)], WAITING Finalizer: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164), java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209)], TIMED_WAITING Craft Scheduler Thread - 139: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], RUNNABLE Server console handler: [java.io.FileInputStream.readBytes(Native Method), java.io.FileInputStream.read(FileInputStream.java:255), java.io.BufferedInputStream.fill(BufferedInputStream.java:246), java.io.BufferedInputStream.read(BufferedInputStream.java:265), org.bukkit.craftbukkit.libs.jline.internal.NonBlockingInputStream.read(NonBlockingInputStream.java:248), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:261), org.bukkit.craftbukkit.libs.jline.internal.InputStreamReader.read(InputStreamReader.java:198), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readCharacter(ConsoleReader.java:2145), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLineSimple(ConsoleReader.java:3183), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2333), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2269), org.bukkit.craftbukkit.libs.jline.console.ConsoleReader.readLine(ConsoleReader.java:2257), net.minecraft.server.v1_8_R3.DedicatedServer$2.run(DedicatedServer.java:81)], RUNNABLE Thread-34: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING MStore ModificationPollerLocal: [java.lang.Thread.sleep(Native Method), com.massivecraft.massivecore.store.ModificationPollerAbstract.run(ModificationPollerAbstract.java:38)], TIMED_WAITING Craft Scheduler Thread - 157: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], WAITING Thread-4: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), com.mojang.util.QueueLogAppender.getNextLogEvent(QueueLogAppender.java:77), org.bukkit.craftbukkit.v1_8_R3.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:25), java.lang.Thread.run(Thread.java:745)], RUNNABLE Server thread: [java.lang.Throwable.fillInStackTrace(Native Method), java.lang.Throwable.fillInStackTrace(Throwable.java:783), java.lang.Throwable.<init>(Throwable.java:287), java.lang.Exception.<init>(Exception.java:84), java.lang.ReflectiveOperationException.<init>(ReflectiveOperationException.java:75), java.lang.ClassNotFoundException.<init>(ClassNotFoundException.java:82), java.net.URLClassLoader.findClass(URLClassLoader.java:381), java.lang.ClassLoader.loadClass(ClassLoader.java:424), java.lang.ClassLoader.loadClass(ClassLoader.java:411), sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331), java.lang.ClassLoader.loadClass(ClassLoader.java:411), java.lang.ClassLoader.loadClass(ClassLoader.java:357), com.comphenix.protocol.utility.ClassSource$1.loadClass(ClassSource.java:37), com.comphenix.protocol.utility.CachedPackage.getPackageClass(CachedPackage.java:69), com.comphenix.protocol.utility.MinecraftReflection.getMinecraftClass(MinecraftReflection.java:1918), com.comphenix.protocol.utility.MinecraftReflection.getChunkPositionClass(MinecraftReflection.java:1181), com.comphenix.protocol.utility.MinecraftReflection.isChunkPosition(MinecraftReflection.java:417), com.comphenix.protocol.wrappers.WrappedWatchableObject.getClonedValue(WrappedWatchableObject.java:427), com.comphenix.protocol.wrappers.WrappedWatchableObject.deepClone(WrappedWatchableObject.java:415), com.gmail.filoghost.holographicdisplays.bridge.protocollib.ProtocolLibHook$1.onPacketSending(ProtocolLibHook.java:153), com.comphenix.protocol.injector.SortedPacketListenerList.invokeSendingListener(SortedPacketListenerList.java:195), com.comphenix.protocol.injector.SortedPacketListenerList.invokePacketSending(SortedPacketListenerList.java:149), com.comphenix.protocol.injector.PacketFilterManager.handlePacket(PacketFilterManager.java:638), com.comphenix.protocol.injector.PacketFilterManager.invokePacketSending(PacketFilterManager.java:614), com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.packetQueued(NettyProtocolInjector.java:312), com.comphenix.protocol.compat.netty.independent.NettyProtocolInjector.onPacketSending(NettyProtocolInjector.java:278), com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.processSending(NettyChannelInjector.java:431), com.comphenix.protocol.compat.netty.independent.NettyChannelInjector.access$700(NettyChannelInjector.java:85), com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$6.handleScheduled(NettyChannelInjector.java:397), com.comphenix.protocol.compat.netty.independent.NettyChannelInjector$6.onMessageScheduled(NettyChannelInjector.java:365), com.comphenix.protocol.compat.netty.independent.NettyChannelProxy$2.schedulingRunnable(NettyChannelProxy.java:127), com.comphenix.protocol.compat.netty.independent.NettyEventLoopProxy.execute(NettyEventLoopProxy.java:95), net.minecraft.server.v1_8_R3.NetworkManager.a(NetworkManager.java:192), net.minecraft.server.v1_8_R3.NetworkManager.handle(NetworkManager.java:141), net.minecraft.server.v1_8_R3.PlayerConnection.sendPacket(PlayerConnection.java:907), net.minecraft.server.v1_8_R3.EntityTrackerEntry.updatePlayer(EntityTrackerEntry.java:332), net.minecraft.server.v1_8_R3.EntityTrackerEntry.scanPlayers(EntityTrackerEntry.java:428), net.minecraft.server.v1_8_R3.EntityTracker.addEntity(EntityTracker.java:112), net.minecraft.server.v1_8_R3.EntityTracker.track(EntityTracker.java:83), net.minecraft.server.v1_8_R3.WorldManager.a(WorldManager.java:18), net.minecraft.server.v1_8_R3.World.a(World.java:1066), net.minecraft.server.v1_8_R3.WorldServer.a(WorldServer.java:970), sun.reflect.GeneratedMethodAccessor47.invoke(Unknown Source), sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43), java.lang.reflect.Method.invoke(Method.java:497), com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.addEntityToWorld(NmsManagerImpl.java:127), com.gmail.filoghost.holographicdisplays.nms.v1_8_R3.NmsManagerImpl.spawnNMSArmorStand(NmsManagerImpl.java:101), com.gmail.filoghost.holographicdisplays.object.line.CraftTouchSlimeLine.spawn(CraftTouchSlimeLine.java:42), com.gmail.filoghost.holographicdisplays.object.line.CraftTouchableLine.spawn(CraftTouchableLine.java:50), com.gmail.filoghost.holographicdisplays.object.line.CraftItemLine.spawn(CraftItemLine.java:77), com.gmail.filoghost.holographicdisplays.object.CraftHologram.spawnEntities(CraftHologram.java:300), com.gmail.filoghost.holographicdisplays.object.CraftHologram.refreshAll(CraftHologram.java:247), max.hubbard.bettershops.Shops.Types.Sign.CreateSign$3$2.run(CreateSign.java:184), org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftTask.run(CraftTask.java:71), org.bukkit.craftbukkit.v1_8_R3.scheduler.CraftScheduler.mainThreadHeartbeat(CraftScheduler.java:350), net.minecraft.server.v1_8_R3.MinecraftServer.B(MinecraftServer.java:722), net.minecraft.server.v1_8_R3.DedicatedServer.B(DedicatedServer.java:374), net.minecraft.server.v1_8_R3.MinecraftServer.A(MinecraftServer.java:653), net.minecraft.server.v1_8_R3.MinecraftServer.run(MinecraftServer.java:556), java.lang.Thread.run(Thread.java:745)], RUNNABLE Thread-32: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Craft Scheduler Thread - 156: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING pool-10-thread-1: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_8_R3.DedicatedServer$1.run(DedicatedServer.java:54)], TIMED_WAITING OkHttp ConnectionPool: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:460), net.buycraft.plugin.internal.okhttp3.ConnectionPool$1.run(ConnectionPool.java:65), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Craft Scheduler Thread - 150: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Thread-27: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], RUNNABLE Thread-30: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], RUNNABLE Signal Dispatcher: [], RUNNABLE DestroyJavaVM: [], TIMED_WAITING pool-28-thread-7: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Thread-11: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], RUNNABLE Thread-26: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Craft Scheduler Thread - 119: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Thread-29: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], WAITING Thread-31: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:157)], TIMED_WAITING Keep-Alive-Timer: [java.lang.Thread.sleep(Native Method), sun.net.www.http.KeepAliveCache.run(KeepAliveCache.java:172), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Thread-12: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], RUNNABLE Thread-28: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING MStore ModificationPollerRemote: [java.lang.Thread.sleep(Native Method), com.massivecraft.massivecore.store.ModificationPollerAbstract.run(ModificationPollerAbstract.java:38)], TIMED_WAITING Async Chat Thread - #15: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460), java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362), java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], TIMED_WAITING Spigot Metrics Thread: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING pool-16-thread-11: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078), java.util.concurrent.LinkedBlockingDeque.pollFirst(LinkedBlockingDeque.java:522), java.util.concurrent.LinkedBlockingDeque.poll(LinkedBlockingDeque.java:684), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1066), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], RUNNABLE Thread-24: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], WAITING Okio Watchdog: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), net.buycraft.plugin.internal.okio.AsyncTimeout.awaitTimeout(AsyncTimeout.java:311), net.buycraft.plugin.internal.okio.AsyncTimeout.access$000(AsyncTimeout.java:40), net.buycraft.plugin.internal.okio.AsyncTimeout$Watchdog.run(AsyncTimeout.java:286)], RUNNABLE Thread-10: [sun.nio.fs.LinuxWatchService.poll(Native Method), sun.nio.fs.LinuxWatchService.access$600(LinuxWatchService.java:47), sun.nio.fs.LinuxWatchService$Poller.run(LinuxWatchService.java:314), java.lang.Thread.run(Thread.java:745)], WAITING ProtocolLib-StructureCompiler 0: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1067), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1127), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617), java.lang.Thread.run(Thread.java:745)], WAITING Thread-13: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait(Native Method), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:194), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:219), io.netty.util.concurrent.SingleThreadEventExecutor$2.run(SingleThreadEventExecutor.java:116), java.lang.Thread.run(Thread.java:745)], WAITING Thread-9: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.locks.LockSupport.park(LockSupport.java:175), java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039), java.util.concurrent.LinkedBlockingDeque.takeFirst(LinkedBlockingDeque.java:492), java.util.concurrent.LinkedBlockingDeque.take(LinkedBlockingDeque.java:680), sun.nio.fs.AbstractWatchService.take(AbstractWatchService.java:118), com.massivecraft.massivecore.store.PusherCollFlatfile.run(PusherCollFlatfile.java:56)],}
  89. Recent tasks from 116085-116115{Heroes:com.herocraftonline.heroes.characters.CharacterManager$EntityReaper@116129,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,BetterShops:max.hubbard.bettershops.Utils.TimingsManager$1@116131,Citizens:net.citizensnpcs.npc.profile.ProfileFetchThread@116132,Essentials:com.earth2me.essentials.spawn.EssentialsSpawnPlayerListener$1@116145,BetterShops:max.hubbard.bettershops.Shops.Types.Sign.CreateSign$3@116145,Essentials:com.earth2me.essentials.EssentialsPlayerListener$1@116145,BetterShops:max.hubbard.bettershops.Shops.Types.Sign.CreateSign$6@116145,}
  90. Profiler Position: N/A (disabled)
  91. Player Count: 5 / 100; [EntityPlayer['jmsplosh'/63223, l='Factions', x=297.45, y=28.00, z=242.43](jmsplosh at 297.44642849774385,28.0,242.4287254543859), EntityPlayer['Dream_Sky'/76126, l='Factions', x=81.50, y=136.00, z=53.50](Dream_Sky at 81.5,136.0,53.5), EntityPlayer['CreeperHang'/148188, l='Factions', x=83.06, y=140.79, z=50.55](CreeperHang at 83.05985952782858,140.78849859935067,50.54680545501756), EntityPlayer['An_Tin'/151804, l='Spawn', x=-317.67, y=90.00, z=556.22](An_Tin at -317.6684204726683,90.0,556.220955082938), EntityPlayer['Scutch'/163563, l='Spawn', x=-360.45, y=115.21, z=-213.75](Scutch at -360.44715373730867,115.20619616960946,-213.74670785919386)]
  92. Is Modded: Definitely; Server brand changed to 'Spigot'
  93. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement