Hello world,
I'm having issues deploying my minecraft server. The pod crashes with the following logs:
[init] Running as uid=1000 gid=3000 with /data as 'drwxrwsr-x 7 0 2000 319 Sep 18 09:01 /data'
[init] Resolving type given VANILLA
[init] Resolved version given LATEST into 1.21.1
[init] Setting mode
[init] Setting initial memory to 1024M and max to 1024M
[init] Starting the Minecraft server...
Error: LinkageError occurred while loading main class net.minecraft.bundler.Main
java.lang.UnsupportedClassVersionError: net/minecraft/bundler/Main has been compiled by a more recent version of the Java Runtime (class file version 65.0), this version of the Java Runtime only recognizes class file versions up to 61.0
2024-09-18T09:01:42.753Z WARN mc-server-runner Minecraft server failed. Inspect logs above for errors that indicate cause. DO NOT report this line as an error. {"exitCode": 1}
2024-09-18T09:01:42.753Z INFO mc-server-runner Done
helm list
NAME NAMESPACE REVISION UPDATED STATUS CHART APP VERSION
minecraft minecraft 3 2024-09-18 10:54:06.251903447 +0200 CEST deployed minecraft-4.23.1 SeeValues
Hello world, I'm having issues deploying my minecraft server. The pod crashes with the following logs:
helm list
values.yaml
Any help would be much appreciated :)