Posted March 27, 20232 yr I got almost every issue ironed out myself, but this one I can't figure out. I am requesting some assistance so I can have the server do daily reboots in my server manager. This is my first modpack and serverpack I've made myself. If you see any other errors, or have tips that would be great! It's getting stuck at [Server thread/DEBUG] [net.minecraftforge.fml.config.ConfigTracker/CONFIG]: Unloading configs type SERVER. I've tried deleting the serverconfig file under the world folder, but it did not help. So far I only have 1 dimension created, and it's the overworld. Here is the really log debug log if you want to go through it. (12000 lines )
March 28, 20232 yr What serverconfigs do you have in the folder? Also if you only manually stop the server and are running it on a local machine or something, you can probably do Ctrl+C whenever it hits that step (but that might not be the safest option). I'm not good at modding, but at least I can read a crash report (well enough). That's something, right?
March 28, 20232 yr If the java virtual machine is not shutting down when you stop the server, you likely have a stuck thread. Getting a thread dump may show what is stuck: https://www.baeldung.com/java-thread-dump Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
March 28, 20232 yr Author 9 hours ago, Hipposgrumm said: What serverconfigs do you have in the folder?
March 28, 20232 yr Author 3 hours ago, warjort said: If the java virtual machine is not shutting down when you stop the server, you likely have a stuck thread. Getting a thread dump may show what is stuck: https://www.baeldung.com/java-thread-dump Here is a thread dump after doing /stop Here is a thread dump while it's running normally
March 28, 20232 yr Quote "Thread-14" #36 prio=5 os_prio=0 cpu=46.88ms elapsed=35897.87s tid=0x0000015f64982640 nid=0x231c waiting on condition [0x00000041b96fe000] java.lang.Thread.State: WAITING (parking) at jdk.internal.misc.Unsafe.park([email protected]/Native Method) - parking to wait for <0x000000073720a430> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject) at java.util.concurrent.locks.LockSupport.park([email protected]/LockSupport.java:341) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block([email protected]/AbstractQueuedSynchronizer.java:506) at java.util.concurrent.ForkJoinPool.unmanagedBlock([email protected]/ForkJoinPool.java:3463) at java.util.concurrent.ForkJoinPool.managedBlock([email protected]/ForkJoinPool.java:3434) at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await([email protected]/AbstractQueuedSynchronizer.java:1623) at java.util.concurrent.LinkedBlockingDeque.takeFirst([email protected]/LinkedBlockingDeque.java:485) at java.util.concurrent.LinkedBlockingDeque.take([email protected]/LinkedBlockingDeque.java:673) at sun.nio.fs.AbstractWatchService.take([email protected]/AbstractWatchService.java:118) at ml.northwestwind.netherislands.utils.FileWatcher.run([email protected]/FileWatcher.java:25) Looks to be the an issue with the netherislands mod. It has started a non-daemon thread and hasn't stopped it when you shutdown the server. Check you have the latest version then contact the mod author. Edited March 28, 20232 yr by warjort Boilerplate: If you don't post your logs/debug.log we can't help you. For curseforge you need to enable the forge debug.log in its minecraft settings. You should also post your crash report if you have one. If there is no error in the log file and you don't have a crash report then post the launcher_log.txt from the minecraft folder. Again for curseforge this will be in your curseforge/minecraft/Install Large files should be posted to a file sharing site like https://gist.github.com You should also read the support forum sticky post.
March 28, 20232 yr Author No way ! you fixed it! I just deleted the NetherIslands mod and POOF it works perfectly. Thank you so much!!
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.