docker-minecraft-server
docker-minecraft-server copied to clipboard
Getting no crash reports after exitCode -1
Describe the problem
Hello all, Having a strange issue that seems to be related more to "modded" servers - Spigot, Paper, and Pufferfish all seem to have the same result. Backstory is I have a small server, just one or two people with about 14 plugins at a time. Nothing heavy, although this server (bare) has about 130GB of RAM to use and 32 cores. I use the server for more things but most of the time theres very little usage of the bare server. Occasionally, the minecraft server container crashes. Nothing before or after tells me why and theres no crash-reports folder generated. The "DEBUG=TRUE" ENV variable is set.
Is there something I am missing? I dont see why it would be crashing, none the less never generating any reports.
Container definition
Apologies, I do almost all my work through Portainer. I can provide screenshots if needed. CMD is null and Entrypoint is /start
Container logs
[23:48:30 INFO]: [AuthMe] §6Deleted 1 user accounts
[23:49:03 INFO]: [AuthMe] SteeleMania21 registered REDACTED
[23:49:03 INFO]: [AuthMe] SteeleMania21 logged in REDACTED
[23:49:03 INFO]: Welcome SteeleMania21 on YeehawItsJake's MagHost MC Server server
[23:49:03 INFO]:
[23:49:03 INFO]: This server uses AuthMeReloaded protection!
[23:49:07 INFO]: ***Quantum <YeehawItsJake> tFINALLY
[23:49:09 INFO]: SteeleMania21 issued server command: /ayeee
[23:49:09 INFO]: YeehawItsJake issued server command: /shop
[23:49:12 INFO]: [no-faction] <SteeleMania21> ayee
[23:49:22 INFO]: ***Quantum <YeehawItsJake> btw stock market shop is /shop
[23:49:29 INFO]: [no-faction] <SteeleMania21> noted, thank you
[23:49:37 INFO]: ***Quantum <YeehawItsJake> no
[23:49:56 INFO]: ***Quantum <YeehawItsJake> also factions is /f
[23:50:12 INFO]: SteeleMania21 issued server command: /factions:factions
[23:50:26 INFO]: SteeleMania21 issued server command: /factions
[23:51:33 INFO]: YeehawItsJake issued server command: /home
[23:51:37 INFO]: ***Quantum <YeehawItsJake> care to see base?
[23:51:40 INFO]: [no-faction] <SteeleMania21> sure
[23:51:45 INFO]: YeehawItsJake issued server command: /tpa
[23:51:45 INFO]: SteeleMania21 issued server command: /sethome:home
[23:51:49 INFO]: YeehawItsJake issued server command: /tpahere
[23:51:51 INFO]: YeehawItsJake issued server command: /tpahere SteeleMania21
[23:52:09 INFO]: SteeleMania21 issued server command: /tpaccept
[23:52:12 INFO]: [no-faction] <SteeleMania21> whoa
[23:52:16 INFO]: ***Quantum <YeehawItsJake> ya
2022-09-11T23:52:17.970Z WARN mc-server-runner Minecraft server process failed {"exitCode": -1}
2022-09-11T23:52:17.971Z INFO mc-server-runner Done
I'm sorry, I'm afraid I can't help. After the container startup is finished (the [init] logs at the start) the process is handed off to the server and it's beyond my control. Perhaps look in host system logs or Portainer logs to see if there was a process kill or stop event.
This issue is stale because it has been open 30 days with no activity. Please add a comment describing the reason to keep this issue open.