Problem Server Start Issue

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

davinci28

New Member
Jul 29, 2019
1
0
0
Hey all, having some issues with a server that *was* working before.
Details:
  • Ubuntu 11.04, CLI Server
  • Locally hosted server
  • FTB 1.4.2
  • No mods added
  • Specs: Not *entirely* sure...but like I said, worked fine in the past.
I had migrated the server world to my laptop so that I could play it at school (its just me and my roommate, so I host on LAN at school), and when I went to migrate it back, everything worked fine; I was able to play both through the server's local and external addresses. I noticed that the current config for the server, however, was requiring fuel for turtles. I disabled that, tried to restart FTB, but froze on startup.

After the spawn loads successfully, I get the following:
2012-12-22 14:20:40 [INFO] [STDERR] Unable to load class: paulscode/sound/CommandThread.class
2012-12-22 14:20:40 [INFO] [STDERR] java.lang.ClassNotFoundException: paulscode.sound.CommandThread
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:141)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.ModClassLoader.loadClass(ModClassLoader.java:57)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.Class.forName0(Native Method)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.Class.forName(Class.java:247)
2012-12-22 14:20:40 [INFO] [STDERR] at codechicken.core.ClassDiscoverer.addClass(ClassDiscoverer.java:58)
2012-12-22 14:20:40 [INFO] [STDERR] at codechicken.core.ClassDiscoverer.readFromZipFile(ClassDiscoverer.java:115)
2012-12-22 14:20:40 [INFO] [STDERR] at codechicken.core.ClassDiscoverer.findClasspathMods(ClassDiscoverer.java:88)
2012-12-22 14:20:40 [INFO] [STDERR] at codechicken.core.ClassDiscoverer.findClasses(ClassDiscoverer.java:43)
2012-12-22 14:20:40 [INFO] [STDERR] at codechicken.core.asm.CodeChickenCoreModContainer.serverStarting(CodeChickenCoreModContainer.java:78)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.propogateStateMessage(LoadController.java:140)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
2012-12-22 14:20:40 [INFO] [STDERR] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
2012-12-22 14:20:40 [INFO] [STDERR] at java.lang.reflect.Method.invoke(Method.java:597)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventHandler.handleEvent(EventHandler.java:69)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.SynchronizedEventHandler.handleEvent(SynchronizedEventHandler.java:45)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatch(EventBus.java:317)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.dispatchQueuedEvents(EventBus.java:300)
2012-12-22 14:20:40 [INFO] [STDERR] at com.google.common.eventbus.EventBus.post(EventBus.java:268)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.LoadController.distributeStateMessage(LoadController.java:83)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.Loader.serverStarting(Loader.java:694)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.FMLCommonHandler.handleServerStarting(FMLCommonHandler.java:306)
2012-12-22 14:20:40 [INFO] [STDERR] at hg.c(DedicatedServer.java:171)
2012-12-22 14:20:40 [INFO] [STDERR] at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:454)
2012-12-22 14:20:40 [INFO] [STDERR] at fp.run(SourceFile:818)
2012-12-22 14:20:40 [INFO] [STDERR] Caused by: java.lang.RuntimeException: Attempted to load class paulscode/sound/CommandThread for invalid side SERVER
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.common.asm.transformers.SideTransformer.transform(SideTransformer.java:38)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.runTransformers(RelaunchClassLoader.java:178)
2012-12-22 14:20:40 [INFO] [STDERR] at cpw.mods.fml.relauncher.RelaunchClassLoader.findClass(RelaunchClassLoader.java:133)
2012-12-22 14:20:40 [INFO] [STDERR] ... 35 more
2012-12-22 14:20:41 [INFO] [STDOUT] [Portal Gun 1.4.2v0.3] Loading local properties.
2012-12-22 14:20:41 [INFO] [STDOUT] [Portal Gun 1.4.2v0.3] Local properties loaded.

At which point it freezes. I noticed the references to Paulscode and found a fix involving unpacking the jar file, deleting the Paulscode folder, and repacking, but to no avail.

Oddly enough, a fresh install of FTB (wget, unzip, run the jar, create new world) works fine. I cannot, however, reopen that world once it is stopped (the same issue is encountered).

Any thoughts? Thanks!