This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Who set us up the TNT? | |
Time: 7/13/19 12:48 PM | |
Description: Watching Server | |
java.lang.Error: ServerHangWatchdog detected that a single server tick took 60.00 seconds (should be max 0.05) | |
at sun.misc.Unsafe.park(Native Method) ~[?:1.8.0_151] {} | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) ~[?:1.8.0_151] {} | |
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125) ~[?:?] {pl:accesstransformer:B} | |
at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123) ~[?:?] {pl:accesstransformer:B} | |
at net.minecraft.world.World.func_217353_a(World.java:164) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94) ~[?:?] {} | |
at net.minecraft.world.World.func_212866_a_(World.java:160) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.world.World.func_180495_p(World.java:392) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.entity.LivingEntity.func_213352_e(LivingEntity.java:1817) ~[?:?] {pl:runtimedistcleaner:A} | |
at net.minecraft.entity.player.PlayerEntity.func_213352_e(PlayerEntity.java:1439) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2206) ~[?:?] {pl:runtimedistcleaner:A} | |
at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:480) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) ~[?:?] {pl:runtimedistcleaner:A} | |
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:218) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) ~[?:?] {pl:accesstransformer:B} | |
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) ~[?:?] {} | |
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:240) ~[?:?] {pl:runtimedistcleaner:A} | |
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) ~[?:?] {pl:runtimedistcleaner:A} | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:830) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) ~[?:?] {pl:accesstransformer:B} | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:609) ~[?:?] {pl:accesstransformer:B,pl:runtimedistcleaner:A} | |
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_151] {} | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Server Watchdog | |
Stacktrace: | |
at sun.misc.Unsafe.park(Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) | |
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125) | |
at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123) | |
at net.minecraft.world.World.func_217353_a(World.java:164) | |
at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94) | |
at net.minecraft.world.World.func_212866_a_(World.java:160) | |
at net.minecraft.world.World.func_180495_p(World.java:392) | |
at net.minecraft.entity.LivingEntity.func_213352_e(LivingEntity.java:1817) | |
at net.minecraft.entity.player.PlayerEntity.func_213352_e(PlayerEntity.java:1439) | |
at net.minecraft.entity.LivingEntity.func_70636_d(LivingEntity.java:2206) | |
at net.minecraft.entity.player.PlayerEntity.func_70636_d(PlayerEntity.java:480) | |
at net.minecraft.entity.LivingEntity.func_70071_h_(LivingEntity.java:2024) | |
at net.minecraft.entity.player.PlayerEntity.func_70071_h_(PlayerEntity.java:218) | |
at net.minecraft.entity.player.ServerPlayerEntity.func_71127_g(ServerPlayerEntity.java:365) | |
at net.minecraft.network.play.ServerPlayNetHandler.func_73660_a(ServerPlayNetHandler.java:183) | |
at net.minecraft.network.NetworkManager.func_74428_b(NetworkManager.java:240) | |
at net.minecraft.network.NetworkSystem.func_151269_c(NetworkSystem.java:135) | |
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:830) | |
at net.minecraft.server.dedicated.DedicatedServer.func_71190_q(DedicatedServer.java:324) | |
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:748) | |
-- Thread Dump -- | |
Details: | |
Threads: "process reaper" Id=61 TIMED_WAITING on java.util.concurrent.SynchronousQueue$TransferStack@736f3cff | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.util.concurrent.SynchronousQueue$TransferStack@736f3cff | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) | |
at java.util.concurrent.SynchronousQueue$TransferStack.awaitFulfill(SynchronousQueue.java:460) | |
at java.util.concurrent.SynchronousQueue$TransferStack.transfer(SynchronousQueue.java:362) | |
at java.util.concurrent.SynchronousQueue.poll(SynchronousQueue.java:941) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1073) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
... | |
"Netty Server IO #3" Id=46 RUNNABLE | |
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) | |
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) | |
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) | |
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) | |
- locked io.netty.channel.nio.SelectedSelectionKeySet@7da8cce2 | |
- locked java.util.Collections$UnmodifiableSet@7997578f | |
- locked sun.nio.ch.KQueueSelectorImpl@3c95c6d9 | |
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) | |
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411) | |
... | |
"Netty Server IO #2" Id=45 RUNNABLE | |
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) | |
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) | |
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) | |
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) | |
- locked io.netty.channel.nio.SelectedSelectionKeySet@36179d70 | |
- locked java.util.Collections$UnmodifiableSet@d63988c | |
- locked sun.nio.ch.KQueueSelectorImpl@4e0b9d80 | |
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) | |
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411) | |
... | |
"Server Watchdog" Id=44 RUNNABLE | |
at sun.management.ThreadImpl.dumpThreads0(Native Method) | |
at sun.management.ThreadImpl.dumpAllThreads(ThreadImpl.java:454) | |
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:37) | |
at java.lang.Thread.run(Thread.java:748) | |
"Netty Server IO #1" Id=43 RUNNABLE (in native) | |
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) | |
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) | |
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) | |
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) | |
- locked io.netty.channel.nio.SelectedSelectionKeySet@5cba3996 | |
- locked java.util.Collections$UnmodifiableSet@564cd36c | |
- locked sun.nio.ch.KQueueSelectorImpl@47fa86d1 | |
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) | |
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411) | |
... | |
"Thread-6" Id=42 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@550ff433 | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@550ff433 | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
... | |
"Netty Server IO #0" Id=41 RUNNABLE (in native) | |
at sun.nio.ch.KQueueArrayWrapper.kevent0(Native Method) | |
at sun.nio.ch.KQueueArrayWrapper.poll(KQueueArrayWrapper.java:198) | |
at sun.nio.ch.KQueueSelectorImpl.doSelect(KQueueSelectorImpl.java:117) | |
at sun.nio.ch.SelectorImpl.lockAndDoSelect(SelectorImpl.java:86) | |
- locked io.netty.channel.nio.SelectedSelectionKeySet@58f4018d | |
- locked java.util.Collections$UnmodifiableSet@68137e4c | |
- locked sun.nio.ch.KQueueSelectorImpl@7b4ca191 | |
at sun.nio.ch.SelectorImpl.select(SelectorImpl.java:97) | |
at io.netty.channel.nio.SelectedSelectionKeySetSelector.select(SelectedSelectionKeySetSelector.java:62) | |
at io.netty.channel.nio.NioEventLoop.select(NioEventLoop.java:756) | |
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:411) | |
... | |
"ObjectCleanerThread" Id=40 TIMED_WAITING on java.lang.ref.ReferenceQueue$Lock@51c86ca7 | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.ReferenceQueue$Lock@51c86ca7 | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) | |
at io.netty.util.internal.ObjectCleaner$1.run(ObjectCleaner.java:54) | |
at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30) | |
at java.lang.Thread.run(Thread.java:748) | |
"Server console handler" Id=32 RUNNABLE | |
at java.io.FileInputStream.read0(Native Method) | |
at java.io.FileInputStream.read(FileInputStream.java:207) | |
at org.jline.terminal.impl.AbstractPty$PtyInputStream.read(AbstractPty.java:65) | |
at org.jline.utils.NonBlockingInputStream.read(NonBlockingInputStream.java:62) | |
at org.jline.utils.NonBlocking$NonBlockingInputStreamReader.read(NonBlocking.java:168) | |
at org.jline.utils.NonBlockingReader.read(NonBlockingReader.java:57) | |
at org.jline.keymap.BindingReader.readCharacter(BindingReader.java:133) | |
at org.jline.keymap.BindingReader.readBinding(BindingReader.java:110) | |
... | |
"DestroyJavaVM" Id=31 RUNNABLE | |
"Server thread" Id=28 RUNNABLE | |
at sun.misc.Unsafe.park(Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) | |
at net.minecraft.util.concurrent.ThreadTaskExecutor.func_213161_c(SourceFile:125) | |
at net.minecraft.world.chunk.ServerChunkProvider.func_212849_a_(SourceFile:123) | |
at net.minecraft.world.World.func_217353_a(World.java:164) | |
at net.minecraft.world.IWorldReader.func_217348_a(IWorldReader.java:94) | |
at net.minecraft.world.World.func_212866_a_(World.java:160) | |
at net.minecraft.world.World.func_180495_p(World.java:392) | |
... | |
"Server Infinisleeper" Id=29 TIMED_WAITING | |
at java.lang.Thread.sleep(Native Method) | |
at net.minecraft.server.dedicated.DedicatedServer$1.run(DedicatedServer.java:87) | |
"Snooper Timer" Id=27 WAITING on java.util.TaskQueue@5ada0d01 | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.util.TaskQueue@5ada0d01 | |
at java.lang.Object.wait(Object.java:502) | |
at java.util.TimerThread.mainLoop(Timer.java:526) | |
at java.util.TimerThread.run(Timer.java:505) | |
"pool-2-thread-1" Id=19 WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@44846fe2 | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@44846fe2 | |
at java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) | |
at java.util.concurrent.LinkedBlockingQueue.take(LinkedBlockingQueue.java:442) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
at java.lang.Thread.run(Thread.java:748) | |
"Thread-2" Id=18 TIMED_WAITING on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@563b9e81 | |
at sun.misc.Unsafe.park(Native Method) | |
- waiting on java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject@563b9e81 | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) | |
at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) | |
at java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) | |
at java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) | |
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) | |
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) | |
... | |
"Thread-1" Id=17 RUNNABLE | |
at sun.misc.Unsafe.park(Native Method) | |
at java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:338) | |
at com.electronwill.nightconfig.core.file.FileWatcher$WatcherThread.run(FileWatcher.java:190) | |
"Signal Dispatcher" Id=4 RUNNABLE | |
"Finalizer" Id=3 WAITING on java.lang.ref.ReferenceQueue$Lock@38a6401b | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.ReferenceQueue$Lock@38a6401b | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:143) | |
at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:164) | |
at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:209) | |
"Reference Handler" Id=2 WAITING on java.lang.ref.Reference$Lock@329ef00b | |
at java.lang.Object.wait(Native Method) | |
- waiting on java.lang.ref.Reference$Lock@329ef00b | |
at java.lang.Object.wait(Object.java:502) | |
at java.lang.ref.Reference.tryHandlePending(Reference.java:191) | |
at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:153) | |
Stacktrace: | |
at net.minecraft.server.dedicated.ServerHangWatchdog.run(ServerHangWatchdog.java:52) | |
at java.lang.Thread.run(Thread.java:748) | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.14.3 | |
Operating System: Mac OS X (x86_64) version 10.14.5 | |
Java Version: 1.8.0_151, Oracle Corporation | |
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation | |
Memory: 1362976096 bytes (1299 MB) / 2066219008 bytes (1970 MB) up to 2066219008 bytes (1970 MB) | |
JVM Flags: 2 total; -Xmx2048M -Xms2048M | |
FML: New FML! | |
Loaded coremods (and transformers): Nothing | |
Player Count: 1 / 20; [ServerPlayerEntity['kwpugh'/228, l='world', x=2.16, y=59.77, z=-0.33]] | |
Data Packs: vanilla, mod:jei, mod:gobber2, mod:forge | |
Is Modded: Definitely; Server brand changed to 'forge' | |
Type: Dedicated Server (map_server.txt) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment