Advertisement
Guest User

Untitled

a guest
May 17th, 2016
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.73 KB | None | 0 0
  1. Starting server
  2. Java HotSpot(TM) 64-Bit Server VM warning: ignoring option PermSize=256M; suppor
  3. t was removed in 8.0
  4. Java HotSpot(TM) 64-Bit Server VM warning: Using the ParNew young collector with
  5. the Serial old collector is deprecated and will likely be removed in a future r
  6. elease
  7. A problem occurred running the Server launcher.java.lang.reflect.InvocationTarge
  8. tException
  9. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  10. at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  11. at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  12. at java.lang.reflect.Method.invoke(Unknown Source)
  13. at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.j
  14. ava:43)
  15. at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.
  16. java:12)
  17. Caused by: java.lang.ExceptionInInitializerError
  18. at org.apache.logging.log4j.util.PropertiesUtil.<init>(PropertiesUtil.ja
  19. va:71)
  20. at org.apache.logging.log4j.util.PropertiesUtil.<clinit>(PropertiesUtil.
  21. java:31)
  22. at org.apache.logging.log4j.status.StatusLogger.<clinit>(StatusLogger.ja
  23. va:48)
  24. at org.apache.logging.log4j.LogManager.<clinit>(LogManager.java:44)
  25. at net.minecraft.launchwrapper.LogWrapper.configureLogging(LogWrapper.ja
  26. va:14)
  27. at net.minecraft.launchwrapper.LogWrapper.log(LogWrapper.java:28)
  28. at net.minecraft.launchwrapper.Launch.launch(Launch.java:94)
  29. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  30. ... 6 more
  31. Caused by: java.lang.NullPointerException
  32. at org.apache.logging.log4j.util.ProviderUtil.<clinit>(ProviderUtil.java
  33. :70)
  34. ... 14 more
  35. Exiting...
  36. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement