Advertisement
OhLorenzo

Untitled

Feb 4th, 2022
20
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.83 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 "17.0.2" 2022-01-18
  9. OpenJDK Runtime Environment (build 17.0.2+8-86)
  10. OpenJDK 64-Bit Server VM (build 17.0.2+8-86, mixed mode, sharing)
  11. container@pterodactyl~ java -Xms128M -Xmx8000M -Dterminal.jline=false -Dterminal.ansi=true -jar forge-1.16.5-36.2.23.jar
  12. [04:42:44] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 36.2.23, --fml.mcpVersion, 20210115.111550, --fml.mcVersion, 1.16.5, --fml.forgeGroup, net.minecraftforge]
  13. [04:42:44] [main/INFO] [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.9+86+master.3cf110c starting: java version 17.0.2 by Oracle Corporation
  14. Exception in thread "main" java.lang.IllegalAccessError: class cpw.mods.modlauncher.SecureJarHandler (in unnamed module @0x6b06aa9b) cannot access class sun.security.util.ManifestEntryVerifier (in module java.base) because module java.base does not export sun.security.util to unnamed module @0x6b06aa9b
  15. at cpw.mods.modlauncher.SecureJarHandler.lambda$static$1(SecureJarHandler.java:41)
  16. at cpw.mods.modlauncher.api.LamdbaExceptionUtils.uncheck(LamdbaExceptionUtils.java:95)
  17. at cpw.mods.modlauncher.SecureJarHandler.<clinit>(SecureJarHandler.java:41)
  18. at cpw.mods.modlauncher.Launcher.lambda$new$6(Launcher.java:55)
  19. at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
  20. at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:52)
  21. at cpw.mods.modlauncher.api.TypesafeMap.computeIfAbsent(TypesafeMap.java:47)
  22. at cpw.mods.modlauncher.Environment.computePropertyIfAbsent(Environment.java:62)
  23. at cpw.mods.modlauncher.Launcher.<init>(Launcher.java:55)
  24. at cpw.mods.modlauncher.Launcher.main(Launcher.java:66)
  25. at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63)
  26. at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60)
  27. at net.minecraftforge.server.ServerMain.main(ServerMain.java:57)
  28. container@pterodactyl~ Server marked as offline...
  29.  
  30. [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
  31. [Pterodactyl Daemon]: Exit code: 1
  32. [Pterodactyl Daemon]: Out of memory: false
  33. [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement