Jump to content

1.19.2 Modded Forge server not shutting down properly.


Recommended Posts

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 )

Link to comment
Share on other sites

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?

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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(java.base@17.0.6/Native Method)

- parking to wait for <0x000000073720a430> (a java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject)

at java.util.concurrent.locks.LockSupport.park(java.base@17.0.6/LockSupport.java:341)

at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionNode.block(java.base@17.0.6/AbstractQueuedSynchronizer.java:506)

at java.util.concurrent.ForkJoinPool.unmanagedBlock(java.base@17.0.6/ForkJoinPool.java:3463)

at java.util.concurrent.ForkJoinPool.managedBlock(java.base@17.0.6/ForkJoinPool.java:3434)

at java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(java.base@17.0.6/AbstractQueuedSynchronizer.java:1623)

at java.util.concurrent.LinkedBlockingDeque.takeFirst(java.base@17.0.6/LinkedBlockingDeque.java:485)

at java.util.concurrent.LinkedBlockingDeque.take(java.base@17.0.6/LinkedBlockingDeque.java:673)

at sun.nio.fs.AbstractWatchService.take(java.base@17.0.6/AbstractWatchService.java:118)

at ml.northwestwind.netherislands.utils.FileWatcher.run(netherislands@0.2/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 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.

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now


×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.