Advertisement
Guest User

Untitled

a guest
Dec 15th, 2017
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. SEVERE org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher: org/gotti/wurmunlimited/mods/httpserver/ModHttpServerImpl
  2. java.lang.NoClassDefFoundError: org/gotti/wurmunlimited/mods/httpserver/ModHttpServerImpl
  3. at org.gotti.wurmunlimited.mods.serverpacks.ServerPackMod.configure(ServerPackMod.java:117)
  4. at org.gotti.wurmunlimited.modloader.ModLoaderShared.lambda$loadModsFromModDir$2(ModLoaderShared.java:93)
  5. at java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:184)
  6. at java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:175)
  7. at java.util.ArrayList$ArrayListSpliterator.forEachRemaining(ArrayList.java:1374)
  8. at java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:481)
  9. at java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:471)
  10. at java.util.stream.ForEachOps$ForEachOp.evaluateSequential(ForEachOps.java:151)
  11. at java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateSequential(ForEachOps.java:174)
  12. at java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
  13. at java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:418)
  14. at org.gotti.wurmunlimited.modloader.ModLoaderShared.loadModsFromModDir(ModLoaderShared.java:91)
  15. at org.gotti.wurmunlimited.serverlauncher.DelegatedLauncher.main(DelegatedLauncher.java:18)
  16. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  17. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  18. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  19. at java.lang.reflect.Method.invoke(Method.java:498)
  20. at javassist.Loader.run(Loader.java:288)
  21. at org.gotti.wurmunlimited.serverlauncher.ServerLauncher.main(ServerLauncher.java:33)
  22. at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  23. at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  24. at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  25. at java.lang.reflect.Method.invoke(Method.java:498)
  26. at PatchedLauncher.main(PatchedLauncher.java:20)
  27. Caused by: java.lang.ClassNotFoundException: org.gotti.wurmunlimited.mods.httpserver.ModHttpServerImpl
  28. at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
  29. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  31. ... 24 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement