Solved Sponge SF3 Server Not Starting

Baconus_Yum

New Member
Jul 29, 2019
260
0
0
Hello.

I help run a Modded SF3 Sponge Server, and after accidentally installing World Edit for Bukkit, it started crashing on us. This is what the crash log is for that.

Time: 6/9/17 3:04 PM
Description: Exception in server tick loop

net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from WorldEdit (worldedit)
Caused by: java.lang.ClassNotFoundException: com.sk89q.worldedit.forge.ForgeWorldEdit
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:191)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
at net.minecraftforge.fml.common.ModClassLoader.loadClass(ModClassLoader.java:75)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.common.FMLModContainer.constructMod(FMLModContainer.java:521)
at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.sendEventToModContainer(LoadController.java:243)
at net.minecraftforge.fml.common.LoadController.propogateStateMessage(LoadController.java:221)
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 com.google.common.eventbus.EventSubscriber.handleEvent(EventSubscriber.java:74)
at com.google.common.eventbus.SynchronizedEventSubscriber.handleEvent(SynchronizedEventSubscriber.java:47)
at com.google.common.eventbus.EventBus.dispatch(EventBus.java:322)
at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:304)
at com.google.common.eventbus.EventBus.post(EventBus.java:275)
at net.minecraftforge.fml.common.LoadController.redirect$onPost$zzb000(LoadController.java:552)
at net.minecraftforge.fml.common.LoadController.distributeStateMessage(LoadController.java:145)
at net.minecraftforge.fml.common.Loader.loadMods(Loader.java:559)
at net.minecraftforge.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:98)
at net.minecraftforge.fml.common.FMLCommonHandler.onServerStart(FMLCommonHandler.java:328)
at net.minecraft.server.dedicated.DedicatedServer.func_71197_b(DedicatedServer.java:121)
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:431)
at java.lang.Thread.run(Thread.java:745)
Caused by: java.lang.NullPointerException
at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:182)
... 33 more

So, we deleted all traces of World edit from the server. However, now the server is just shutting down after loading for quite a bit. It is not crashing, just shutting down, so we are getting no crash logs, which is not allowing us to troubleshoot at all. I have a feeling that these line might be important to why the server is shutting down, because these are always the last lines shown (it also restarts) (I am not a server pro so this line could be useless):

09.06 15:56:33 [Server] INFO /monitor.sh: line 9: 25769 Killed sleep 1
09.06 15:56:33 [Server] INFO /usr/bin/java $START
09.06 15:56:33 [Multicraft] Loaded config for "Mod: Custom Server"
09.06 15:56:33 [Multicraft] Starting server!
09.06 15:56:33 [Multicraft] Loading server properties
09.06 15:56:33 [Multicraft] Server stopped
09.06 15:56:32 [Multicraft] Terminating server via signal
09.06 15:56:29 [Server] Server thread/WARN [Sponge]: Could not find kind owning class, assigning fallback id: enderio:block_fused_quartz_kind


Does anybody know how to fix this issue? Or do we have to do a complete reinstall of the server?

Thanks
-Baconus
 

Baconus_Yum

New Member
Jul 29, 2019
260
0
0
Ok, looking into it more, apparently instead of setting the server to reset every 10 hours, we set it to reset every minute.

Resolved.