Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server can't stop properly #39

Open
oxzin opened this issue Dec 29, 2024 · 3 comments
Open

Server can't stop properly #39

oxzin opened this issue Dec 29, 2024 · 3 comments

Comments

@oxzin
Copy link

oxzin commented Dec 29, 2024

After installing the mod and then stopping the server, the server gets stuck at [Server thread/INFO]: Thread Query Listener stopped and never shuts down.

Server version: Fabric 1.21

@QPCrummer
Copy link
Contributor

Is that the only message it produces? There’s no errors in the log or anything?

I don’t believe I have any active optimizations that touch the Query feature. That means it must be something else that is stalling the server.

@oxzin
Copy link
Author

oxzin commented Dec 29, 2024

I
latest (1).log
couldn't find anything out of the ordinary, there were some errors but they were there and the server could be shut down completely, here is the log:

@QPCrummer
Copy link
Contributor

java.util.ConcurrentModificationException: null
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1598) ~[?:?]
	at knot/com.thatmg393.autosystemgc.config.ConfigWatchThread.notifyConfigReload(ConfigWatchThread.java:100) ~[autosystemgc-v0.0.1+release.1.jar:?]
	at knot/com.thatmg393.autosystemgc.config.ConfigWatchThread.run(ConfigWatchThread.java:77) ~[autosystemgc-v0.0.1+release.1.jar:?]

There is a decent chance that this error being thrown right here is the problem, though I cannot be for certain. Are you able to replicate this issue without potatoptimize? Also, I noticed the server is in offline mode. There is a chance that is the issue as I always test the mod in online mode.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants