-
Couldn't load subscription status.
- Fork 59
Open
Labels
Description
when we deploy InstantOn app image to OCP using the following statefulSet settings
apiVersion: liberty.websphere.ibm.com/v1
kind: WebSphereLibertyApplication
metadata:
name: quicksec-jakarta
labels:
app: quicksec_wlo
spec:
license:
accept: true
applicationImage: my_instanton_app_image
statefulSet:
storage:
size: 2Gi
mountPath: "/logs"
..............
the server will fail to start with the following errors:
mkdir: cannot create directory ‘/logs/checkpoint’: Permission denied
/opt/ibm/wlp/bin/server: line 208: /logs/console.log: Permission denied
tail: cannot open '/logs/console.log' for reading: No such file or directory
tail: no files remaining
Error (criu/log.c:221): Can't create log file /logs/checkpoint/restore.log: No such file or directory
/opt/ibm/wlp/bin/server: line 1377: kill: (215) - No such process
CWWKE0961I: Restoring the checkpoint server process failed. Check the /logs/checkpoint/restore.log log to determine why the checkpoint process was not restored. Launching the server without using the checkpoint image.
JVMJ9GC063E Unable to open file '/logs/verbosegc.log' for writing