Advertisement
Rickylachow

Untitled

Dec 19th, 2023
22
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. container@pterodactyl~ java -version
  2. openjdk version "17.0.9" 2023-10-17
  3. OpenJDK Runtime Environment Temurin-17.0.9+9 (build 17.0.9+9)
  4. OpenJDK 64-Bit Server VM Temurin-17.0.9+9 (build 17.0.9+9, mixed mode, sharing)
  5. container@pterodactyl~ java -Xms128M -Xmx8000M -Dlog4j2.formatMsgNoLookups=true -Dterminal.jline=false -Dterminal.ansi=true -XX:+UseG1GC -XX:+ParallelRefProcEnabled -XX:MaxGCPauseMillis=200 -XX:+UnlockExperimentalVMOptions -XX:+DisableExplicitGC -XX:+AlwaysPreTouch -XX:G1HeapWastePercent=5 -XX:G1MixedGCCountTarget=4 -XX:G1MixedGCLiveThresholdPercent=90 -XX:G1RSetUpdatingPauseTimePercent=5 -XX:SurvivorRatio=32 -XX:+PerfDisableSharedMem -XX:MaxTenuringThreshold=1 -XX:G1NewSizePercent=30 -XX:G1MaxNewSizePercent=40 -XX:G1HeapRegionSize=8M -XX:G1ReservePercent=20 -XX:InitiatingHeapOccupancyPercent=15 -Dusing.aikars.flags=https://mcflags.emc.gs -Daikars.new.flags=true -jar server.jar nogui
  6. Error: Unable to initialize main class org.bukkit.craftbukkit.Main
  7. Caused by: java.lang.NoClassDefFoundError: joptsimple/OptionException
  8. container@pterodactyl~ Server marked as offline...
  9. [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ----------
  10. [Pterodactyl Daemon]: Exit code: 1
  11. [Pterodactyl Daemon]: Out of memory: false
  12. [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement