Advertisement
pnetosousa

Untitled

Dec 6th, 2021
24
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.79 KB | None | 0 0
  1. [Pterodactyl Daemon]: Checking server disk space usage, this could take a few seconds...
  2. [Pterodactyl Daemon]: Updating process configuration files...
  3. [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds...
  4. container@pterodactyl~ Server marked as starting...
  5. [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete...
  6. [Pterodactyl Daemon]: Finished pulling Docker container image
  7. container@pterodactyl~ java -version
  8. openjdk version "11.0.13" 2021-10-19
  9. OpenJDK Runtime Environment 18.9 (build 11.0.13+8)
  10. OpenJDK 64-Bit Server VM 18.9 (build 11.0.13+8, mixed mode, sharing)
  11. container@pterodactyl~ java -Xms128M -Xmx10000M -Dterminal.jline=false -Dterminal.ansi=true -jar serverstarter-2.0.2.jar
  12. [11:48:24] [ERROR] There is no config file given.
  13.  
  14. java.io.FileNotFoundException: server-setup-config.yaml (No such file or directory)
  15. at java.base/java.io.FileInputStream.open0(Native Method)
  16. at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
  17. at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
  18. at atm.bloodworkxgaming.serverstarter.ServerStarter$Companion.readConfig(ServerStarter.kt:65)
  19. at atm.bloodworkxgaming.serverstarter.ServerStarter$Companion.access$readConfig(ServerStarter.kt:24)
  20. at atm.bloodworkxgaming.serverstarter.ServerStarter.<clinit>(ServerStarter.kt:41)
  21. at atm.bloodworkxgaming.serverstarter.ServerStarterKt.main(ServerStarter.kt:200)
  22. [11:48:24] [ERROR] Failed to load Yaml
  23.  
  24. java.lang.RuntimeException: No config file given.
  25. at atm.bloodworkxgaming.serverstarter.ServerStarter$Companion.readConfig(ServerStarter.kt:68)
  26. at atm.bloodworkxgaming.serverstarter.ServerStarter$Companion.access$readConfig(ServerStarter.kt:24)
  27. at atm.bloodworkxgaming.serverstarter.ServerStarter.<clinit>(ServerStarter.kt:41)
  28. at atm.bloodworkxgaming.serverstarter.ServerStarterKt.main(ServerStarter.kt:200)
  29. Caused by: java.io.FileNotFoundException: server-setup-config.yaml (No such file or directory)
  30. at java.base/java.io.FileInputStream.open0(Native Method)
  31. at java.base/java.io.FileInputStream.open(FileInputStream.java:219)
  32. at java.base/java.io.FileInputStream.<init>(FileInputStream.java:157)
  33. at atm.bloodworkxgaming.serverstarter.ServerStarter$Companion.readConfig(ServerStarter.kt:65)
  34. ... 3 more
  35. Exception in thread "main" java.lang.NoClassDefFoundError: Could not initialize class atm.bloodworkxgaming.serverstarter.ServerStarter
  36. at atm.bloodworkxgaming.serverstarter.ServerStarterKt.main(ServerStarter.kt:208)
  37. container@pterodactyl~ Server marked as offline...
  38. [Pterodactyl Daemon]: Aborting automatic restart, crash detection is disabled for this instance.
  39.  
  40.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement