Guest User

Untitled

a guest
Oct 22nd, 2016
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.43 KB | None | 0 0
  1. Starting server
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; support was removed in 8.0
  3. Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with the Serial old collector is deprecated and will likely be removed in a future release
  4. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  5. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  6. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  7. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  8. at java.lang.reflect.Method.invoke(Unknown Source)
  9. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
  10. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
  11. Caused by: java.lang.NoClassDefFoundError: org/apache/logging/log4j/Level
  12. at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
  13. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  14. ... 6 more
  15. Caused by: java.lang.ClassNotFoundException: org.apache.logging.log4j.Level
  16. at java.net.URLClassLoader.findClass(Unknown Source)
  17. at java.lang.ClassLoader.loadClass(Unknown Source)
  18. at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
  19. at java.lang.ClassLoader.loadClass(Unknown Source)
  20. ... 8 more
  21. Exiting...
  22. Press any key to continue . . .
Add Comment
Please, Sign In to add comment