Bug FTB Continuum server can't boot...

  • Tech Support section is for getting help with FTB related problems. If there's a repeatable issue that can be labeled as a bug, then please use the issue tracker for the pack or the app at GitHub issue trackers - If there's no repository for a pack that means that the pack is old and/or will not be updated. Bugs for older packs will not be fixed, unless they are critical.

Jaca6767

New Member
Jan 18, 2020
2
0
1
While attempting to boot a Continuum server for a small group of friends on Linux I get these errors...

Exception in thread "main" java.lang.NoClassDefFoundError: joptsimple/OptionSpec
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:348)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:52)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
Caused by: java.lang.ClassNotFoundException: joptsimple.OptionSpec
at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
I have searched the forums and others for answers for a while now and though many people have reported it are generally never clear answers. Has anyone else encountered and fixed this?
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
Install and use java version 8 - if you still have issues, get full log and share that using paste.feed-the-beast.com and give the link here.
 

Jaca6767

New Member
Jan 18, 2020
2
0
1
The problem is that even after double-checking that java 8 is installed, running ServerStart.sh doesn't produce a log. Is there possibly a problem with the forge server version or install?
 

grandrolf

Global moderator
Team Member
Global Moderator
Trusted User
Aug 29, 2014
2,658
246
133
sweden
do a:

java -version

from terminal and show the result in a screenshot