pterodactyl / panel

Pterodactyl® is a free, open-source game server management panel built with PHP, React, and Go. Designed with security in mind, Pterodactyl runs all game servers in isolated Docker containers while exposing a beautiful and intuitive UI to end users.
https://pterodactyl.io
Other
6.7k stars 1.71k forks source link

Error launching minecraft server via egg #4664

Closed NoahPodcast closed 1 year ago

NoahPodcast commented 1 year ago

Current Behavior

This error is launched at each start and I do not understand because it worked on other mc servers. Here is the console error:

[Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@pterodactyl~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Digest: sha256:ba880156e2489988f637d10860388201a9b003e46b68e53767c0158d354b94a3 Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing) container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Error: Unable to access jarfile server.jar container@pterodactyl~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Updating process configuration files... [Pterodactyl Daemon]: Ensuring file permissions are set correctly, this could take a few seconds... container@pterodactyl~ Server marked as starting... [Pterodactyl Daemon]: Pulling Docker container image, this could take a few minutes to complete... Pulling from pterodactyl/yolks Digest: sha256:ba880156e2489988f637d10860388201a9b003e46b68e53767c0158d354b94a3 Status: Image is up to date for ghcr.io/pterodactyl/yolks:java_17 [Pterodactyl Daemon]: Finished pulling Docker container image container@pterodactyl~ java -version openjdk version "17.0.5" 2022-10-18 OpenJDK Runtime Environment Temurin-17.0.5+8 (build 17.0.5+8) OpenJDK 64-Bit Server VM Temurin-17.0.5+8 (build 17.0.5+8, mixed mode, sharing) container@pterodactyl~ java -Xms128M -XX:MaxRAMPercentage=95.0 -Dterminal.jline=false -Dterminal.ansi=true -jar server.jar Error: Unable to access jarfile server.jar container@pterodactyl~ Server marked as offline... [Pterodactyl Daemon]: ---------- Detected server process in a crashed state! ---------- [Pterodactyl Daemon]: Exit code: 1 [Pterodactyl Daemon]: Out of memory: false [Pterodactyl Daemon]: Aborting automatic restart, last crash occurred less than 60 seconds ago. Capture d’écran 2023-01-24 à 14 18 57

Expected Behavior

I want the server to start without a hitch

Steps to Reproduce

When I try to load a backup from other servers not related to Pterodactyl. The server simply refuses to launch even though it has the same files as on a working host.

Panel Version

1.11.2

Wings Version

wings v1.11.0

Games and/or Eggs Affected

Minacraft (Paper)

Docker Image

ghcr.io/pterodactyl/yolks:java_17

Error Logs

https://ptero.co/gapyxyguqi

Is there an existing issue for this?

Software-Noob commented 1 year ago

This is not a bug in the software. Please use the Discord server or Github discussions for configuration support.

Your install can't locate a jar file it's configured to look for in the startup variables, which indicates the install has failed or not all files were uploaded from a backup. Reinstall would pull the necessary files.