I'm trying to run my server on 1.10, but every time, I keep getting this error code:
A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge tException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunc hWrapper.java:62)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaun chWrapper.java:31)
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$1.run(URLClassLoader.java:359)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 8 more
I have no idea what it means, but if anyone does, could you please help me by telling me what's wrong?
I'm trying to run my server on 1.10, but every time, I keep getting this error code:
A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge tException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl. java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAcces sorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:606)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.run(ServerLaunc hWrapper.java:62)
at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaun chWrapper.java:31)
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$1.run(URLClassLoader.java:359)
at java.net.URLClassLoader$1.run(URLClassLoader.java:348)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:347)
at java.lang.ClassLoader.loadClass(ClassLoader.java:425)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:308)
at java.lang.ClassLoader.loadClass(ClassLoader.java:358)
... 8 more
I have no idea what it means, but if anyone does, could you please help me by telling me what's wrong?
Thanks.
Are you running the server right. By installing the server with the installer. Error: Missing libs.
Minecraft mod developer. I will always answer pm's.
What do you mean? I'm not installing the server with minecraft.1.8.9.jar or Forge.1.8.9.jar (it's a modpack). Should I?
(sudo java -Xmx1g -Xms1G -jar minecraft_server.1.8.9.jar nogui)
(sudo java -Xmx1g -Xms1G -jar minecraft_server.1.8.9.jar nogui)
I'm using "sudo java -Xmx1g -Xms1G -jar FTBserver-1.10.2-12.18.3.2281.jar nogui"
I mean that you are missing stuff for your server and I was wondering if you installed it right.
Minecraft mod developer. I will always answer pm's.