You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am deploying an application with jboss and I want the /opt/jboss/wildfly/standalone/log folder to be persistent by nfs, when I launch the application and do oc describe pod <name_of_pod> I have the following error
Error: container create failed: time="2023-07-21T13:33:06Z" level=error msg="runc create failed: unable to start container process: exec: "/opt/jboss/wildfly/bin/standalone.sh": stat /opt/jboss/wildfly/bin/standalone.sh: no such file or directory"
what is the procedure to do this? It is for a production environment.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am deploying an application with jboss and I want the /opt/jboss/wildfly/standalone/log folder to be persistent by nfs, when I launch the application and do oc describe pod <name_of_pod> I have the following error
Error: container create failed: time="2023-07-21T13:33:06Z" level=error msg="runc create failed: unable to start container process: exec: "/opt/jboss/wildfly/bin/standalone.sh": stat /opt/jboss/wildfly/bin/standalone.sh: no such file or directory"
what is the procedure to do this? It is for a production environment.
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions