Skip to content

Instantly share code, notes, and snippets.

@DesolateIntention
Created September 15, 2020 22:13
Show Gist options
  • Save DesolateIntention/c42dbbd1e095c919534ca376e6bb97a3 to your computer and use it in GitHub Desktop.
Save DesolateIntention/c42dbbd1e095c919534ca376e6bb97a3 to your computer and use it in GitHub Desktop.
Server crashed after manually updating the thing.
[WitherHosting] Starting server container.
openjdk version "1.8.0_262"
OpenJDK Runtime Environment (build 1.8.0_262-b10)
OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode)
:/home/container$ java -Xms128M -Xmx8000M -jar forge-1.12.2-14.23.5.2854-universal.jar
A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
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 net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:70)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
Caused by: 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)
... 6 more
Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
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)
... 8 more
[WitherHosting] Server marked as OFF
[WitherHosting] ---------- Detected server process in a crashed state! ----------
[WitherHosting] Exit Code: 1
[WitherHosting] Out of Memory: false
[WitherHosting] Error Response:
[WitherHosting] Aborting automatic reboot due to crash within the last 60 seconds.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment