FML Server error1!!!!!

Post Reply
snizzit
New to forums
New to forums
Posts: 2
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Thu Feb 19, 2015 10:50 pm

FML Server error1!!!!!

Post by snizzit »

So my server wont start up because of a FML/Java error.. Would anyone know how to resolve this issue?


A problem occurred running the Server launcher.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
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)


That is the error I am getting in the console when the server tries to start up and it just loops over and over everytime the servertries to start. I am trying to run the server on the forge 1.7.10 jar file

thanks
QuickQAnonymous
A regular
A regular
Posts: 44
Joined: Thu Feb 19, 2015 6:50 am

Re: FML Server error1!!!!!

Post by QuickQAnonymous »

snizzit wrote:So my server wont start up because of a FML/Java error.. Would anyone know how to resolve this issue?


A problem occurred running the Server launcher.
java.lang.reflect.InvocationTargetException
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
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)


That is the error I am getting in the console when the server tries to start up and it just loops over and over everytime the servertries to start. I am trying to run the server on the forge 1.7.10 jar file

thanks
Hello snizzet!

Firstly, do you have all the required libraries? Did you get forge from files.minecraftforge.net or a third party? Will forge server work on your computer? Did you get the latest recommended build of forge 1.7.10?
Post Reply