Jump to content

1.19.2 Modded Forge server not shutting down properly.


fraps88

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([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 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

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.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Announcements



×
×
  • Create New...

Important Information

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