Test WebSphereLibertyDump on Power OCP 4.22 on Liberty 26.0.0.7 InstantOn app which was built on UBI10, and it fails to take thread dump with the following error:
Encountered error while running command: [/bin/sh -c mkdir -p /serviceability/daytrader10-instanton/dt10mq-inston-j21-0/serverDumps && server dump --archive=/serviceability/daytrader10-instanton/dt10mq-inston-j21-0/serverDumps/dump_2026.07.01_23.05.17_utc.zip --include=thread,] ; Stderr: ; Error: command terminated with exit code 137
This is WebSphereLibertyDump yaml used to take thread dump
kind: WebSphereLibertyDump
apiVersion: liberty.websphere.ibm.com/v1
metadata:
name: websphereliberty-dump-sample
namespace: daytrader10-instanton
spec:
include:
- thread
podName: dt10mq-inston-j21-0
This is a regression because this worked on Liberty 26.0.0.6 with UBI9 app image
Test WebSphereLibertyDump on Power OCP 4.22 on Liberty 26.0.0.7 InstantOn app which was built on UBI10, and it fails to take thread dump with the following error:
This is WebSphereLibertyDump yaml used to take thread dump
This is a regression because this worked on Liberty 26.0.0.6 with UBI9 app image