Podman Quadlet stopping all of a sudden #22313
Unanswered
christian-2
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I tried to reproduce the error you got.
Experiment
DiscussionAs can be seen here
podman will exit with exit status 4 if the command exits with exit status 4. The error message you got
That is a possibility, but it could also be a pure Java "thing" as the experiment shows. About the systemFedora CoreOS 40.20240331.1.0
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a container with a Java workload that I run as Podman Quadlet. When I add
java -Djavax.net.debug=ssl
(which will lead to substantially more output), the container stops all of a sudden and without any obvious reason (after writing approx. 50000 lines or 4.2M of output). There is sufficient space left in the file system. How can I find the root cause of what may be happening? I'm using Podman 4.7.2.UPDATE
journalctl
indicates that the Quadlet stops because ofNOPERMISSION
. If I run the Java workload without system propertyjavax.net.debug
, no stop occurs. So this is perhaps a combined Podman-Java "thing".Beta Was this translation helpful? Give feedback.
All reactions