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
Describe the bug
When server dump command was run on a on-prem Liberty, the zip file includes the log files under the logs folder. However, when the dump was triggered on OpenShift OpenLiberty Operator, the zip file does not contain any log files.
From the OpenShift console, select OpenLibertyDump from the OpenLiberty operator
Click Create OpenLibertyDump
Input the pod name and click Create
The zip file will be generated under /serviceability folder.
Expected behavior
The zip file should include log files under /logs folder.
Diagnostic information:
OpenLiberty Version:
{"type":"liberty_message","host":"openliberty-badapp-7d689cbb95-kjgv5","ibm_userDir":"null","ibm_serverName":"null","message":"Open Liberty 24.0.0.12 (1.0.96.cl241220241119-0657) on Eclipse OpenJ9 VM, version 11.0.25+9 (en_US)","ibm_datetime":"2025-01-28T15:35:52.006+0000","ibm_sequence":"1738078552007_0000000000001"}
Affected feature(s) [server dump]
Java Version:
sh-4.4$ java -version
openjdk version "11.0.25" 2024-10-15
IBM Semeru Runtime Open Edition 11.0.25.0 (build 11.0.25+9)
Eclipse OpenJ9 VM 11.0.25.0 (build openj9-0.48.0, JRE 11 Linux amd64-64-Bit Compressed References 20241107_1233 (JIT enabled, AOT enabled)
OpenJ9 - 1d5831436e
OMR - d10a4d553
JCL - edded3f65c based on jdk-11.0.25+9)
server.xml configuration (WITHOUT sensitive information like passwords)
If it would be useful, upload the messages.log file found in $WLP_OUTPUT_DIR/messages.log
Additional context
Zip file content generated by OpenLiberty Operator
Describe the bug
When server dump command was run on a on-prem Liberty, the zip file includes the log files under the logs folder. However, when the dump was triggered on OpenShift OpenLiberty Operator, the zip file does not contain any log files.
Steps to Reproduce
OpenLibertyApplication
OpenLibertyDump
from the OpenLiberty operator/serviceability
folder.Expected behavior
The zip file should include log files under
/logs
folder.Diagnostic information:
$WLP_OUTPUT_DIR/messages.log
Additional context
Zip file content generated by OpenLiberty Operator
Zip file generated by OpenLiberty on-prem
The text was updated successfully, but these errors were encountered: