Advertisement
EduBRz

MobHunting 6.6.3

Jun 10th, 2019
114
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.88 KB | None | 0 0
  1. ---- Minecraft Crash Report ----
  2. // I'm sorry, Dave.
  3.  
  4. Time: 6/9/19 11:37 PM
  5. Description: Ticking entity
  6.  
  7. java.util.ConcurrentModificationException
  8. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  9. at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  10. at java.lang.Iterable.forEach(Iterable.java:74)
  11. at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:132)
  12. at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:204)
  13. at net.minecraft.server.v1_14_R1.ChunkProviderServer.access$3(ChunkProviderServer.java:203)
  14. at net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:505)
  15. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)
  16. at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  17. at net.minecraft.server.v1_14_R1.IChunkProvider.getChunkAt(SourceFile:16)
  18. at net.minecraft.server.v1_14_R1.World.a(World.java:1091)
  19. at net.minecraft.server.v1_14_R1.IEntityAccess.a(SourceFile:137)
  20. at net.minecraft.server.v1_14_R1.PathfinderGoalNearestAttackableTarget.g(PathfinderGoalNearestAttackableTarget.java:46)
  21. at net.minecraft.server.v1_14_R1.PathfinderGoalNearestAttackableTarget.a(PathfinderGoalNearestAttackableTarget.java:35)
  22. at net.minecraft.server.v1_14_R1.PathfinderGoalWrapped.a(SourceFile:22)
  23. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  24. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  25. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  26. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  27. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  28. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  29. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  30. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  31. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  32. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  33. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  34. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  35. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector.doTick(SourceFile:69)
  36. at net.minecraft.server.v1_14_R1.EntityInsentient.doTick(EntityInsentient.java:645)
  37. at net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2456)
  38. at net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
  39. at net.minecraft.server.v1_14_R1.EntityMonster.movementTick(SourceFile:38)
  40. at net.minecraft.server.v1_14_R1.EntityZombie.movementTick(EntityZombie.java:204)
  41. at net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
  42. at net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
  43. at net.minecraft.server.v1_14_R1.EntityMonster.tick(SourceFile:50)
  44. at net.minecraft.server.v1_14_R1.EntityZombie.tick(EntityZombie.java:175)
  45. at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
  46. at net.minecraft.server.v1_14_R1.World.a(World.java:745)
  47. at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
  48. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
  49. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  50. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  51. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  52. at java.lang.Thread.run(Thread.java:748)
  53.  
  54.  
  55. A detailed walkthrough of the error, its code path and all known details is as follows:
  56. ---------------------------------------------------------------------------------------
  57.  
  58. -- Head --
  59. Thread: Server thread
  60. Stacktrace:
  61. at java.util.HashMap$HashIterator.nextNode(HashMap.java:1442)
  62. at java.util.HashMap$KeyIterator.next(HashMap.java:1466)
  63. at java.lang.Iterable.forEach(Iterable.java:74)
  64. at net.minecraft.server.v1_14_R1.ChunkMapDistance.a(SourceFile:132)
  65. at net.minecraft.server.v1_14_R1.ChunkProviderServer.tickDistanceManager(ChunkProviderServer.java:204)
  66. at net.minecraft.server.v1_14_R1.ChunkProviderServer.access$3(ChunkProviderServer.java:203)
  67. at net.minecraft.server.v1_14_R1.ChunkProviderServer$a.executeNext(ChunkProviderServer.java:505)
  68. at net.minecraft.server.v1_14_R1.IAsyncTaskHandler.awaitTasks(SourceFile:123)
  69. at net.minecraft.server.v1_14_R1.ChunkProviderServer.getChunkAt(ChunkProviderServer.java:93)
  70. at net.minecraft.server.v1_14_R1.IChunkProvider.getChunkAt(SourceFile:16)
  71. at net.minecraft.server.v1_14_R1.World.a(World.java:1091)
  72. at net.minecraft.server.v1_14_R1.IEntityAccess.a(SourceFile:137)
  73. at net.minecraft.server.v1_14_R1.PathfinderGoalNearestAttackableTarget.g(PathfinderGoalNearestAttackableTarget.java:46)
  74. at net.minecraft.server.v1_14_R1.PathfinderGoalNearestAttackableTarget.a(PathfinderGoalNearestAttackableTarget.java:35)
  75. at net.minecraft.server.v1_14_R1.PathfinderGoalWrapped.a(SourceFile:22)
  76. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:174)
  77. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  78. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  79. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  80. at java.util.Iterator.forEachRemaining(Iterator.java:116)
  81. at java.util.Spliterators$IteratorSpliterator.forEachRemaining(Spliterators.java:1801)
  82. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  83. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  84. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  85. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  86. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  87. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  88. at net.minecraft.server.v1_14_R1.PathfinderGoalSelector.doTick(SourceFile:69)
  89. at net.minecraft.server.v1_14_R1.EntityInsentient.doTick(EntityInsentient.java:645)
  90. at net.minecraft.server.v1_14_R1.EntityLiving.movementTick(EntityLiving.java:2456)
  91. at net.minecraft.server.v1_14_R1.EntityInsentient.movementTick(EntityInsentient.java:501)
  92. at net.minecraft.server.v1_14_R1.EntityMonster.movementTick(SourceFile:38)
  93. at net.minecraft.server.v1_14_R1.EntityZombie.movementTick(EntityZombie.java:204)
  94. at net.minecraft.server.v1_14_R1.EntityLiving.tick(EntityLiving.java:2292)
  95. at net.minecraft.server.v1_14_R1.EntityInsentient.tick(EntityInsentient.java:272)
  96. at net.minecraft.server.v1_14_R1.EntityMonster.tick(SourceFile:50)
  97. at net.minecraft.server.v1_14_R1.EntityZombie.tick(EntityZombie.java:175)
  98. at net.minecraft.server.v1_14_R1.WorldServer.entityJoinedWorld(WorldServer.java:570)
  99.  
  100. -- Entity being ticked --
  101. Details:
  102. Entity Type: minecraft:zombie (net.minecraft.server.v1_14_R1.EntityZombie)
  103. Entity ID: 27300
  104. Entity Name: Zombie
  105. Entity's Exact location: 3802.50, 20.00, 644.50
  106. Entity's Block location: World: (3802,20,644), Chunk: (at 10,1,4 in 237,40; contains blocks 3792,0,640 to 3807,255,655), Region: (7,1; contains chunks 224,32 to 255,63, blocks 3584,0,512 to 4095,255,1023)
  107. Entity's Momentum: 0.00, 0.00, 0.00
  108. Entity's Passengers: []
  109. Entity's Vehicle: ~~ERROR~~ NullPointerException: null
  110. Stacktrace:
  111. at net.minecraft.server.v1_14_R1.World.a(World.java:745)
  112. at net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346)
  113.  
  114. -- Affected level --
  115. Details:
  116. Level name: world
  117. All players: 3 total; [EntityPlayer['revNaa'/359, l='world', x=6427.50, y=67.00, z=5624.50](revNaa at 6427.5,67.0,5624.5), EntityPlayer['Thony'/2879, l='world', x=3788.50, y=61.00, z=675.50](Thony at 3788.5,61.0,675.5), EntityPlayer['Eyrea'/6429, l='world', x=504.67, y=60.00, z=946.75](Eyrea at 504.6730683488026,60.0,946.7542085770033)]
  118. Chunk stats: ServerChunkCache: 3991
  119. Level seed: -5383598749339270078
  120. Level generator: ID 00 - default, ver 1. Features enabled: true
  121. Level generator options: {}
  122. Level spawn location: World: (379,67,939), Chunk: (at 11,4,11 in 23,58; contains blocks 368,0,928 to 383,255,943), Region: (0,1; contains chunks 0,32 to 31,63, blocks 0,0,512 to 511,255,1023)
  123. Level time: 11783384 game time, 12174187 day time
  124. Level dimension: 0
  125. Level storage version: 0x04ABD - Anvil
  126. Level weather: Rain time: 14820 (now: false), thunder time: 89921 (now: false)
  127. Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
  128. Stacktrace:
  129. at net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057)
  130. at net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396)
  131. at net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956)
  132. at net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801)
  133. at java.lang.Thread.run(Thread.java:748)
  134.  
  135. -- System Details --
  136. Details:
  137. Minecraft Version: 1.14.2
  138. Operating System: Linux (amd64) version 2.6.32-754.10.1.el6.x86_64
  139. Java Version: 1.8.0_152, Oracle Corporation
  140. Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
  141. Memory: 4215525952 bytes (4020 MB) / 6315048960 bytes (6022 MB) up to 6315048960 bytes (6022 MB)
  142. JVM Flags: 2 total; -Xms6144M -Xmx6144M
  143. CraftBukkit Information:
  144. Running: CraftBukkit version git-Spigot-093165d-ba575a5 (MC: 1.14.2) (Implementing API version 1.14.2-R0.1-SNAPSHOT) false
  145. Plugins: { WorldEdit v7.0.0-SNAPSHOT;4329-3df2410 com.sk89q.worldedit.bukkit.WorldEditPlugin [], LoginSecurity v3.0.1* com.lenis0012.bukkit.loginsecurity.LoginSecurity [lenis0012], AutoDoors v1.3* me.theredbaron24.autodoors.Main [THEREDBARON24], ClearLag v3.0.3* me.minebuilders.clearlag.Clearlag [bob7l], AutoMessage v2.5.5* com.TeamNovus.AutoMessage.AutoMessage [ELCHILEN0], PlugMan v2.1.6 com.rylinaux.plugman.PlugMan [rylinaux], IllegalStack v1.9.3a main.FreePlugin [dNiym], Votifier v1.9* com.vexsoftware.votifier.Votifier [blakeman8192, Kramer], WorldGuard v7.0.0-SNAPSHOT;1903-426a709 com.sk89q.worldguard.bukkit.WorldGuardPlugin [], ProtocolLib v4.5.0-SNAPSHOT* com.comphenix.protocol.ProtocolLib [dmulloy2, comphenix], SkinsRestorer v13.7.0-SNAPSHOT skinsrestorer.bukkit.SkinsRestorer [Th3Tr0LLeR, DoNotSpamPls, McLive, Blackfire62], MVdWPlaceholderAPI v3.0.0* be.maximvdw.placeholderapi.PlaceholderAPI [Maximvdw], DeathCoordinates v1.5.1 ajneb97.dc.DeathCoordinates [], PermissionsEx v1.23.5-SNAPSHOT* ru.tehkode.permissions.bukkit.PermissionsEx [[t3hk0d3, zml]], ExploitFixer v0.3.1* twolovers.exploitfixer.bukkit.Main [2LS], mcMMO v2.1.66 com.gmail.nossr50.mcMMO [nossr50, GJ, NuclearW, bm01, Glitchfinder, TfT_02, t00thpick1, Riking], Vault v1.7.2-b${env.TRAVIS_BUILD_NUMBER} net.milkbowl.vault.Vault [cereal, Sleaker, mung3r], ServerListPlus v3.4.8* net.minecrell.serverlistplus.bukkit.BukkitPlugin [Minecrell <https://github.com/Minecrell>], GriefPrevention v16.11.6 me.ryanhamshire.GriefPrevention.GriefPrevention [], ShopGUIPlus v1.19.5 net.brcdev.shopgui.ShopGuiPlugin [brc], Essentials v2.16.1.158 com.earth2me.essentials.Essentials [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits, md_5, Iaccidentally, drtshock, vemacs, SupaHam, md678685], Jobs v4.12.0 com.gamingmesh.jobs.Jobs [phrstbrn], HolographicDisplays v2.3.3-SNAPSHOT com.gmail.filoghost.holographicdisplays.HolographicDisplays [], VipZero v1.2.4* me.subzero0.vipzero.Main [[nathampa0909, SubZero0]], HolographicDisplaysExtension v1.6.5* me.neutralplasma.holodisplayextension.HoloDisplaysExtension [NeutralPlasma], Vote v2.0.1* me.ES359.Vote.Main [__ES], SimpleClans v2.7.11* net.sacredlabyrinth.phaed.simpleclans.SimpleClans [], UltimateChat v1.8.9 br.net.fabiozumbi12.UltimateChat.Bukkit.UChat [FabioZumbi12], HeroMagnata v3.0.0* com.heroslender.magnata.HeroMagnata [Heroslender], JupiterCore v1.2.1 su.jupiter44.jcore.JCore [], GriefPreventionFlags v4.7.2 me.ryanhamshire.GPFlags.GPFlags [Big_Scary, ShaneBee, DmitryRendov], BetterRTP v2.8.2* me.SuperRonanCraft.BetterRTP.Main [SuperRonanCraft], EssentialsSpawn v2.16.1.158 com.earth2me.essentials.spawn.EssentialsSpawn [Zenexer, ementalo, Aelux, Brettflan, KimKandor, snowleo, ceulemans, Xeology, KHobbits], MobHunting v6.6.3 one.lindegaard.MobHunting.MobHunting [Rocologo], GoldenCrates v3.3.1 su.nightexpress.goldencrates.GoldenCrates [NightExpress],}
  146. Warnings: DEFAULT
  147. Reload Count: 0
  148. Threads: { TIMED_WAITING Server-Worker-81: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], TIMED_WAITING MH StoreThread: [java.lang.Thread.sleep(Native Method), one.lindegaard.MobHunting.storage.DataStoreManager$StoreThread.run(DataStoreManager.java:308)], WAITING Thread-3: [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_14_R1.util.TerminalConsoleWriterThread.run(TerminalConsoleWriterThread.java:30)], TIMED_WAITING Timer-1: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], WAITING Head Conversion Thread - 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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING pool-23-thread-2: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE DestroyJavaVM: [], TIMED_WAITING Craft Scheduler Thread - 17: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING pool-28-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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], WAITING Server-Worker-83: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], WAITING Server-Worker-94: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], WAITING Snooper Timer: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.util.TimerThread.mainLoop(Timer.java:526), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING pool-30-thread-1: [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.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093), java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809), java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #2: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], RUNNABLE Server thread: [java.lang.Thread.dumpThreads(Native Method), java.lang.Thread.getAllStackTraces(Thread.java:1610), org.bukkit.craftbukkit.v1_14_R1.CraftCrashReport.call(CraftCrashReport.java:30), net.minecraft.server.v1_14_R1.CrashReportSystemDetails.a(SourceFile:79), net.minecraft.server.v1_14_R1.CrashReport.h(CrashReport.java:67), net.minecraft.server.v1_14_R1.CrashReport.<init>(CrashReport.java:35), net.minecraft.server.v1_14_R1.CrashReport.a(CrashReport.java:265), net.minecraft.server.v1_14_R1.World.a(World.java:748), net.minecraft.server.v1_14_R1.WorldServer.doTick(WorldServer.java:346), net.minecraft.server.v1_14_R1.MinecraftServer.b(MinecraftServer.java:1057), net.minecraft.server.v1_14_R1.DedicatedServer.b(DedicatedServer.java:396), net.minecraft.server.v1_14_R1.MinecraftServer.a(MinecraftServer.java:956), net.minecraft.server.v1_14_R1.MinecraftServer.run(MinecraftServer.java:801), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Timer-2: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], TIMED_WAITING Timer-0: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], RUNNABLE Netty Epoll Server IO #1: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING PoolCleaner[1359718813:1560133091826]: [java.lang.Object.wait(Native Method), java.util.TimerThread.mainLoop(Timer.java:552), java.util.TimerThread.run(Timer.java:505)], 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:748)], 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)], WAITING Server-Worker-96: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], RUNNABLE Netty Epoll Server IO #3: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Jobs-BufferedPaymentThread: [java.lang.Thread.sleep(Native Method), com.gamingmesh.jobs.tasks.BufferedPaymentThread.run(BufferedPaymentThread.java:40)], WAITING Server-Worker-87: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], TIMED_WAITING pool-17-thread-3: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Craft Scheduler Thread - 14: [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:1073), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Netty Epoll Server IO #0: [io.netty.channel.epoll.Native.epollWait0(Native Method), io.netty.channel.epoll.Native.epollWait(Native.java:114), io.netty.channel.epoll.EpollEventLoop.epollWait(EpollEventLoop.java:239), io.netty.channel.epoll.EpollEventLoop.run(EpollEventLoop.java:256), io.netty.util.concurrent.SingleThreadEventExecutor$5.run(SingleThreadEventExecutor.java:884), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING Spigot Watchdog Thread: [java.lang.Thread.sleep(Native Method), org.spigotmc.WatchdogThread.run(WatchdogThread.java:102)], TIMED_WAITING Jobs-DatabaseSaveTask: [java.lang.Thread.sleep(Native Method), com.gamingmesh.jobs.tasks.DatabaseSaveThread.run(DatabaseSaveThread.java:40)], WAITING MH TaskThread: [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), one.lindegaard.MobHunting.storage.DataStoreManager$TaskThread.run(DataStoreManager.java:397)], WAITING Reference Handler: [java.lang.Object.wait(Native Method), java.lang.Object.wait(Object.java:502), java.lang.ref.Reference.tryHandlePending(Reference.java:191), java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153)], RUNNABLE Thread-9: [java.net.PlainSocketImpl.socketAccept(Native Method), java.net.AbstractPlainSocketImpl.accept(AbstractPlainSocketImpl.java:409), java.net.ServerSocket.implAccept(ServerSocket.java:545), java.net.ServerSocket.accept(ServerSocket.java:513), com.vexsoftware.votifier.net.VoteReceiver.run(VoteReceiver.java:114)], TIMED_WAITING Server Infinisleeper: [java.lang.Thread.sleep(Native Method), net.minecraft.server.v1_14_R1.DedicatedServer$1.run(DedicatedServer.java:69)], WAITING Server-Worker-98: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], TIMED_WAITING Abandoned connection cleanup thread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), com.mysql.jdbc.AbandonedConnectionCleanupThread.run(AbandonedConnectionCleanupThread.java:64), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], 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_14_R1.DedicatedServer$2.run(DedicatedServer.java:97)], WAITING Server-Worker-91: [sun.misc.Unsafe.park(Native Method), java.util.concurrent.ForkJoinPool.awaitWork(ForkJoinPool.java:1824), java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1693), java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157)], WAITING pool-29-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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], TIMED_WAITING ObjectCleanerThread: [java.lang.Object.wait(Native Method), java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143), io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54), io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30), java.lang.Thread.run(Thread.java:748)], 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:1074), java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134), java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624), java.lang.Thread.run(Thread.java:748)], RUNNABLE Signal Dispatcher: [],}
  149. Recent tasks from 22687-22717{MobHunting:one.lindegaard.MobHunting.Messages$1@22723,}
  150. Player Count: 4 / 60; [EntityPlayer['revNaa'/359, l='world', x=6427.50, y=67.00, z=5624.50](revNaa at 6427.5,67.0,5624.5), EntityPlayer['Thony'/2879, l='world', x=3788.50, y=61.00, z=675.50](Thony at 3788.5,61.0,675.5), EntityPlayer['Eyrea'/6429, l='world', x=504.67, y=60.00, z=946.75](Eyrea at 504.6730683488026,60.0,946.7542085770033), EntityPlayer['PenetraMan'/4969, l='world_the_end', x=343.81, y=51.50, z=2.93](PenetraMan at 343.81418789191883,51.5,2.926296356021594)]
  151. Data Packs: vanilla, file/bukkit (incompatible)
  152. Is Modded: Definitely; Server brand changed to 'Spigot'
  153. Type: Dedicated Server (map_server.txt)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement