Advertisement
Guest User

Untitled

a guest
Feb 19th, 2017
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 1.58 KB | None | 0 0
  1. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  2.         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  3.         at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  4.         at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  5.         at java.lang.reflect.Method.invoke(Unknown Source)
  6.         at cpw.mods.fml.relauncher.ServerLaunchWrapper.run(ServerLaunchWrapper.java:43)
  7.         at cpw.mods.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:12)
  8. Caused by: java.lang.NoClassDefFoundError: org/bukkit/craftbukkit/v1_6_R3/util/ServerShutdownThread
  9.         at java.lang.Class.getDeclaredMethods0(Native Method)
  10.         at java.lang.Class.privateGetDeclaredMethods(Unknown Source)
  11.         at java.lang.Class.privateGetMethodRecursive(Unknown Source)
  12.         at java.lang.Class.getMethod0(Unknown Source)
  13.         at java.lang.Class.getMethod(Unknown Source)
  14.         at net.minecraft.launchwrapper.Launch.launch(Launch.java:128)
  15.         at net.minecraft.launchwrapper.Launch.main(Launch.java:27)
  16.         ... 6 more
  17. Caused by: java.lang.ClassNotFoundException: org.bukkit.craftbukkit.v1_6_R3.util.ServerShutdownThread
  18.         at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:186)
  19.         at java.lang.ClassLoader.loadClass(Unknown Source)
  20.         at java.lang.ClassLoader.loadClass(Unknown Source)
  21.         ... 13 more
  22. Caused by: java.lang.NullPointerException
  23.         at net.minecraft.launchwrapper.LaunchClassLoader.findClass(LaunchClassLoader.java:178)
  24.         ... 15 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement