-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Docker container not starting due to... different jar? #815
Comments
Can you set the environment variable |
The Output (for some reason the code thing isn't working...): I like the line |
Wait no I'm stupid - didn't read the log properly. (even though I'm fairly certain that it ran with that statement before but yeah...) I ran multiarch and multiarch-latest with DEBUG=TRUE and got this:
|
I switched
So, you "fixed" the original problem, but now it is failing to startup with this? A curl timeout could be hopefully a temporary networking issue on your or their end. |
Oh sorry for the confusion: I was using java8-multiarch - that didn't like 1.5G The curl timeout happens with both multiarch and multiarch-latest which both have never been working for me. |
Ah, that's a known issue with a fix on the host side |
Is that actually the same issue? My log ends after the curl timeout Or am I missing something here? |
I think so. The ":Z" approach only seemed to work for one person. The specific comment that seemed to help most people was installing libseccomp. |
Ah okay! Yeah I got a bit confused as the newest version apt-get served me wasn't the newest version but using the link someone provided in that issue worked. Thank you! |
The container was working fine but at some point it stopped starting up properly.
MC: Paper 1.16.5
Running: java8-multiarch (other multiarch-images won't start on my Pi4 which is strange)
I took a peek into the data folder as I have that mounted to a folder on the host-system.
There were 2 .jars in there:
paper-1.16.5-571.jar
paper_server-1.16.5-latest.jar
It has been using the latter one before but is now always downloading paper-1.16.5-571.jar - which doesn't start as it is seemingly looking for paper_server-1.16.5-latest.jar
(my best guess)
The text was updated successfully, but these errors were encountered: