Sign in to follow this  
Crispin

Need some help with server error..

Recommended Posts

I'm looking for some help troubleshooting this..

 

SEVERE org.gotti.wurmunlimited.modloader.server.Listeners: ServerStartedListener handler for mod WyvernMods failed

java.lang.RuntimeException: java.sql.SQLException: ResultSet closed

at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:64)

at mod.sin.wyvern.DatabaseHelper.onServerStarted(DatabaseHelper.java:143)

at mod.sin.wyvern.WyvernMods.onServerStarted(WyvernMods.java:1567)

at org.gotti.wurmunlimited.modloader.server.ServerHook.lambda$fireOnServerStarted$2(ServerHook.java:81)

at org.gotti.wurmunlimited.modloader.server.Listeners.lambda$fire$0(Listeners.java:63)

at java.util.concurrent.CopyOnWriteArrayList.forEach(CopyOnWriteArrayList.java:891)

at org.gotti.wurmunlimited.modloader.server.Listeners.fire(Listeners.java:61)

at org.gotti.wurmunlimited.modloader.server.ServerHook.fireOnServerStarted(ServerHook.java:81)

at org.gotti.wurmunlimited.modloader.server.ProxyServerHook$1$1.invoke(ProxyServerHook.java:57)

at org.gotti.wurmunlimited.modloader.classhooks.HookManager.invoke(HookManager.java:384)

at com.wurmonline.server.ServerLauncher.runServer(ServerLauncher.java)

at com.wurmonline.server.gui.WurmServerGuiController.startDB(WurmServerGuiController.java:1496)

at com.wurmonline.server.gui.WurmServerGuiMain.main(WurmServerGuiMain.java:101)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at javassist.Loader.run(Loader.java:286)

at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:35)

at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)

at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)

at java.lang.reflect.Method.invoke(Method.java:498)

at javassist.Loader.run(Loader.java:286)

at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)

Caused by: java.sql.SQLException: ResultSet closed

at org.sqlite.core.CoreResultSet.checkOpen(CoreResultSet.java:69)

at org.sqlite.jdbc3.JDBC3ResultSet.findColumn(JDBC3ResultSet.java:38)

at org.sqlite.jdbc3.JDBC3ResultSet.getLong(JDBC3ResultSet.java:409)

at mod.sin.wyvern.SupplyDepots.initializeDepotTimer(SupplyDepots.java:59)

... 24 more

SEV

Share this post


Link to post
Share on other sites

Hi! I also encountered this issue recently, and I fixed it in my fork of this mod.

 

My version has many bugfixes and performance improvements in it, but I don't think I've changed anything about the mod's logic.

Edited by Tyoda

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this