Tam Dinh

Results 12 comments of Tam Dinh

This problem was discussed in slack https://ibm-cloud.slack.com/archives/C03MR7EC3NG/p1717621969960729?thread_ts=1717187652.885869&cid=C03MR7EC3NG

I can see the logs persisted without instantOn. I just deployed the app image to OCP and I can see older logs with older time stamps ``` % oc exec...

sorry I was not clear about the logs. I saw today's log (_Jun 18_) and older logs > -rw-rw----. 1 1000790000 1000790000 65060 Jun 5 18:53 messages_24.06.18_19.41.57.0.log > -rw-r-----. 1...

Below is the SecurityContextConstraints I used. Do I need to update anything to make it writeable to `/logs` ``` # https://docs.openshift.com/container-platform/4.14/authentication/managing-security-context-constraints.html kind: SecurityContextConstraints metadata: annotations: kubernetes.io/description: criu-scc is based on...

@leochr I also see the permission errors when using the above SCC with non-instanton app, but the app pod says it's running and the server actually started. > quicksec-jakarta-0 1/1...

a serviceability defect https://github.com/OpenLiberty/open-liberty/issues/29240 was opened to have a better error messages for restore on SELinux

This is being discussed in InstantOn slack channel https://ibm-cloud.slack.com/archives/C03MR7EC3NG/p1717187662402679?thread_ts=1717187652.885869&cid=C03MR7EC3NG

@anjumfatima90 I do not see the NPE during checkpoint anymore using Liberty image build `24.0.0.8/wlp-1.0.92.cl240820240725-1102`, but I see the similar NPE when restore this checkpoint app image on OCP. I...

close as this was fixed by PR [28933](https://github.com/OpenLiberty/open-liberty/pull/28933)

I only see this problem when building with _icr.io/appcafe/open-liberty:full-**java17**-openj9-ubi_. It is much faster when building with _icr.io/appcafe/open-liberty:full-java11-openj9-ubi_ or _icr.io/appcafe/open-liberty:full-java21-openj9-ubi-minimal_ - Here is the time when building with _icr.io/appcafe/open-liberty:full-java11-openj9-ubi_ ``` STEP...