Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. ./start.sh: 1: ./start.sh: #!/bin/sh: not found
  2. A problem occurred running the Server launcher.java.lang.reflect.InvocationTargetException
  3. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  4. at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
  5. at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
  6. at java.base/java.lang.reflect.Method.invoke(Method.java:566)
  7. at net.minecraftforge.fml.relauncher.ServerLaunchWrapper..(ServerLaunchWrapper.java:70)
  8. at net.minecraftforge.fml.relauncher.ServerLaunchWrapper.main(ServerLaunchWrapper.java:34)
  9. Caused by: java.lang.ClassCastException: class jdk.internal.loader.ClassLoaders$AppClassLoader cannot be cast to class java.net.URLClassLoader (jdk.internal.loader.ClassLoaders$AppClassLoader and java.net.URLClassLoader are in module java.base of loader 'bootstrap')
  10. at net.minecraft.launchwrapper.Launch.<init>(Launch.java:34)
  11. at net.minecraft.launchwrapper.Launch.main(Launch.java:28)
  12. ... 6 more