Unable to start alpine based docker images #5609
Unanswered
akhilesh-delphix
asked this question in
Q&A
Replies: 1 comment 1 reply
-
I don't have a clear-cut answer to this, but perhaps some pointers;
|
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
-
I have a alpine based docker image which is getting deployed as Pod in K8s deployment. It deploys well for all customers except one.
It just has only one line in log file.
Error: An unexpected error occurred while trying to open file app.jar
however when i run entry point with -Xdiag (java -jar -Xdiag app.jar), i get detailed log
The above error seems little generic and do not give us pointers what is missing.
We have checked a few things , like app.jar is available at the location and is user has permissions to run it. the JDK version (openjdk version "17.0.12" 2024-07-16, which is inline with other images). Tried running java -jar -Xdiag -verbose app.jar
Any sugestions here will be helpful
Beta Was this translation helpful? Give feedback.
All reactions