Advertisement
Guest User

Untitled

a guest
Jun 25th, 2019
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. [Pterodactyl Daemon] ---------- Detected server process in a crashed state! ----------
  2. [Pterodactyl Daemon] Exit Code: 0
  3. [Pterodactyl Daemon] Out of Memory: false
  4. [Pterodactyl Daemon] Error Response:
  5. [Pterodactyl Daemon] Server process detected as entering a crashed state; rebooting.
  6. [Pterodactyl Daemon] Server marked as STARTING
  7. [Pterodactyl Daemon] Checking size of server data directory...
  8. [Pterodactyl Daemon] Disk Usage: 1067M / 0M
  9. [Pterodactyl Daemon] Ensuring file permissions.
  10. [Pterodactyl Daemon] Running server preflight.
  11. [Pterodactyl Daemon] Starting server container.
  12. openjdk version "1.8.0_212"
  13. OpenJDK Runtime Environment (build 1.8.0_212-8u212-b01-1~deb9u1-b01)
  14. OpenJDK 64-Bit Server VM (build 25.212-b01, mixed mode)
  15. :/home/container$ java -Xms128M -Xmx3072M -jar server.jar
  16. System Info: Java 1.8 (OpenJDK 64-Bit Server VM 25.212-b01) Host: Linux 4.15.0-38-generic (amd64)
  17. Loading libraries, please wait...
  18. java.lang.BootstrapMethodError: java.lang.NoClassDefFoundError: net/minecraft/server/v1_14_R1/StructureGenerator
  19. at net.minecraft.server.v1_14_R1.IRegistry.<clinit>(SourceFile:95)
  20. at net.minecraft.server.v1_14_R1.DispenserRegistry.init(DispenserRegistry.java:29)
  21. at net.minecraft.server.v1_14_R1.MinecraftServer.main(MinecraftServer.java:1294)
  22. at org.bukkit.craftbukkit.Main.main(Main.java:243)
  23. Caused by: java.lang.NoClassDefFoundError: net/minecraft/server/v1_14_R1/StructureGenerator
  24. ... 4 more
  25. Caused by: java.lang.ClassNotFoundException: net.minecraft.server.v1_14_R1.StructureGenerator
  26. at java.net.URLClassLoader$1.run(URLClassLoader.java:371)
  27. at java.net.URLClassLoader$1.run(URLClassLoader.java:363)
  28. at java.security.AccessController.doPrivileged(Native Method)
  29. at java.net.URLClassLoader.findClass(URLClassLoader.java:362)
  30. at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
  31. at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:349)
  32. at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
  33. ... 4 more
  34. Caused by: java.util.zip.ZipException: invalid LOC header (bad signature)
  35. at java.util.zip.ZipFile.read(Native Method)
  36. at java.util.zip.ZipFile.access$1400(ZipFile.java:60)
  37. at java.util.zip.ZipFile$ZipFileInputStream.read(ZipFile.java:734)
  38. at java.util.zip.ZipFile$ZipFileInflaterInputStream.fill(ZipFile.java:434)
  39. at java.util.zip.InflaterInputStream.read(InflaterInputStream.java:158)
  40. at sun.misc.Resource.getBytes(Resource.java:124)
  41. at java.net.URLClassLoader.defineClass(URLClassLoader.java:463)
  42. at java.net.URLClassLoader.access$100(URLClassLoader.java:74)
  43. at java.net.URLClassLoader$1.run(URLClassLoader.java:369)
  44. ... 10 more
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement