Hello sponge,
I have gotten this error…I have looked up other posts with the same error, but this seems to be a bit different(I think).
Version: 1.10.2-5.1.0-BETA-366
I had to use the chmod a+x on the command line to launch the script. I have minecraft_server.jar- + lauch.commad- + SpongeVanilla.jar- + library files.
Exception in thread “main” java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
at org.spongepowered.server.launch.VanillaServerMain.main(VanillaServerMain.java:118)
at org.spongepowered.server.launch.VersionCheckingMain.main(VersionCheckingMain.java:38)
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
… 4 more