Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Server dump command does not include log files on OpenShift #30654

Open
fmhwong opened this issue Jan 28, 2025 · 1 comment
Open

Server dump command does not include log files on OpenShift #30654

fmhwong opened this issue Jan 28, 2025 · 1 comment
Labels
in:Kernel/Bootstrap release bug This bug is present in a released version of Open Liberty

Comments

@fmhwong
Copy link
Member

fmhwong commented Jan 28, 2025

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

  1. Install OpenLiberty operator
  2. Setup rook-ceph
  3. Setup serviceability in OpenLibertyApplication
  serviceability:
    size: 10Gi
    storageClassName: rook-cephfs
  1. From the OpenShift console, select OpenLibertyDump from the OpenLiberty operator
  2. Click Create OpenLibertyDump
  3. Input the pod name and click Create
  4. 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

fmhwong@fmhwongmbp2023 2025-01-27_23:03:50 % find . | sort
.
./.DS_Store
./apps
./apps/.DS_Store
./apps/expanded
./apps/expanded/.DS_Store
./apps/expanded/io.openliberty.sample.getting.started.war
./apps/expanded/io.openliberty.sample.getting.started.war/.DS_Store
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF/maven
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF/maven/io.openliberty.samples
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF/maven/io.openliberty.samples/io.openliberty.sample.getting.started
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF/maven/io.openliberty.samples/io.openliberty.sample.getting.started/pom.properties
./apps/expanded/io.openliberty.sample.getting.started.war/META-INF/maven/io.openliberty.samples/io.openliberty.sample.getting.started/pom.xml
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/.DS_Store
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/classes
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/classes/.DS_Store
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/classes/META-INF
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/classes/META-INF/microprofile-config.properties
./apps/expanded/io.openliberty.sample.getting.started.war/WEB-INF/web.xml
./autopdzip
./autopdzip/.DS_Store
./autopdzip/autopd
./autopdzip/autopd/autopd-collection-environment-v2.xml
./configDropins
./configDropins/.DS_Store
./configDropins/defaults
./configDropins/defaults/keystore.xml
./configDropins/defaults/open-default-port.xml
./configDropins/overrides
./configDropins/overrides/add_trace.xml
./configDropins/overrides/truststore.xml
./dump_25.01.27_23.03.50
./dump_25.01.27_23.03.50/.DS_Store
./dump_25.01.27_23.03.50/.dumped
./dump_25.01.27_23.03.50/.dumpedjava
./dump_25.01.27_23.03.50/introspections
./dump_25.01.27_23.03.50/introspections/ApplicationConfigurator.txt
./dump_25.01.27_23.03.50/introspections/ApplicationPrereqMonitor.txt
./dump_25.01.27_23.03.50/introspections/BlueprintIntrospector.txt
./dump_25.01.27_23.03.50/introspections/BundleStateIntrospection.txt
./dump_25.01.27_23.03.50/introspections/BundleWiringIntrospection.txt
./dump_25.01.27_23.03.50/introspections/ClassLoadingServiceIntrospector.txt
./dump_25.01.27_23.03.50/introspections/ComponentInfoIntrospection.txt
./dump_25.01.27_23.03.50/introspections/ConfigAdminIntrospection.txt
./dump_25.01.27_23.03.50/introspections/ConfigIntrospection.txt
./dump_25.01.27_23.03.50/introspections/ConfigVariables.txt
./dump_25.01.27_23.03.50/introspections/EnvironmentVariables.txt
./dump_25.01.27_23.03.50/introspections/FeatureIntrospector.txt
./dump_25.01.27_23.03.50/introspections/InjectionIntrospector.txt
./dump_25.01.27_23.03.50/introspections/JNDIDefaultNamespace.txt
./dump_25.01.27_23.03.50/introspections/JavaHeapInfo.txt
./dump_25.01.27_23.03.50/introspections/JavaRuntimeInformation.txt
./dump_25.01.27_23.03.50/introspections/LoggingIntrospector.txt
./dump_25.01.27_23.03.50/introspections/MetaTypeIntrospection.txt
./dump_25.01.27_23.03.50/introspections/MicroProfileConfig.txt
./dump_25.01.27_23.03.50/introspections/NetworkInterfaces.txt
./dump_25.01.27_23.03.50/introspections/OperatingSystemInfo.txt
./dump_25.01.27_23.03.50/introspections/OverlayContainerIntrospector.txt
./dump_25.01.27_23.03.50/introspections/RegionIntrospection.txt
./dump_25.01.27_23.03.50/introspections/RequestProbeIntrospector.txt
./dump_25.01.27_23.03.50/introspections/ResteasyEndpointIntrospector.txt
./dump_25.01.27_23.03.50/introspections/ServiceIntrospection.txt
./dump_25.01.27_23.03.50/introspections/SharedPackages.txt
./dump_25.01.27_23.03.50/introspections/ThreadInfoIntrospector.txt
./dump_25.01.27_23.03.50/introspections/ThreadingIntrospector.txt
./dump_25.01.27_23.03.50/introspections/ZipCachingIntrospector.txt
./dump_25.01.27_23.03.50/library-inventory.txt
./dump_25.01.27_23.03.50/service
./dump_25.01.27_23.03.50/service/fixes
./dump_25.01.27_23.03.50/service/versions
./dump_25.01.27_23.03.50/service/versions/openliberty.properties
./dump_25.01.27_23.03.50/service/versions/public_key
./dump_25.01.27_23.03.50/service/versions/public_key/libertyKey.asc
./dump_25.01.27_23.03.50/service/versions/service.fingerprint
./dump_25.01.27_23.03.50/service/versions/tags
./dump_25.01.27_23.03.50/service/versions/tags/ibm.com_Open_Liberty-24.0.0.12.swidtag
./dump_25.01.27_23.03.50/service/versions/tags/ibm.com_Open_Liberty-24.0.0.swidtag
./dump_25.01.27_23.03.50/usr
./dump_25.01.27_23.03.50/usr/.DS_Store
./dump_25.01.27_23.03.50/usr/shared
./dump_25.01.27_23.03.50/usr/shared/.DS_Store
./dump_25.01.27_23.03.50/usr/shared/config
./javacore.20250127.230350.1.0002.txt
./logs
./logs/.DS_Store
./logs/state
./logs/state/plugin-cfg.xml
./server.xml
./workarea
./workarea/.DS_Store
./workarea/.sCommandAuth
./workarea/.sRunning
./workarea/org.eclipse.osgi
./workarea/org.eclipse.osgi/0
./workarea/org.eclipse.osgi/0/data
./workarea/org.eclipse.osgi/0/data/digraph
./workarea/org.eclipse.osgi/11
./workarea/org.eclipse.osgi/11/data
./workarea/org.eclipse.osgi/11/data/componentMetadataStore
./workarea/org.eclipse.osgi/130
./workarea/org.eclipse.osgi/130/data
./workarea/org.eclipse.osgi/130/data/cached-PluginCfg.xml
./workarea/org.eclipse.osgi/130/data/temp
./workarea/org.eclipse.osgi/130/data/temp/default_node
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/com.ibm.ws.rest.handler.jakarta
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/com.ibm.ws.rest.handler.jakarta/com.ibm.ws.rest.handler.jakarta
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.microprofile.health.3.1.internal.jakarta
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.microprofile.health.3.1.internal.jakarta/io.openliberty.microprofile.health.3.1.internal.jakarta
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.microprofile.metrics.5.0.public.internal
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.microprofile.metrics.5.0.public.internal/io.openliberty.microprofile.metrics.5.0.public.internal
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.sample.getting.started
./workarea/org.eclipse.osgi/130/data/temp/default_node/SMF_WebContainer/io.openliberty.sample.getting.started/io.openliberty.sample.getting.started
./workarea/org.eclipse.osgi/140
./workarea/org.eclipse.osgi/140/data
./workarea/org.eclipse.osgi/140/data/cache
./workarea/org.eclipse.osgi/140/data/cacheAdapt
./workarea/org.eclipse.osgi/140/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/140/data/cacheOverlay
./workarea/org.eclipse.osgi/152
./workarea/org.eclipse.osgi/152/data
./workarea/org.eclipse.osgi/152/data/cache
./workarea/org.eclipse.osgi/152/data/cacheAdapt
./workarea/org.eclipse.osgi/152/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/152/data/cacheOverlay
./workarea/org.eclipse.osgi/195
./workarea/org.eclipse.osgi/195/data
./workarea/org.eclipse.osgi/195/data/cache
./workarea/org.eclipse.osgi/195/data/cacheAdapt
./workarea/org.eclipse.osgi/195/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/195/data/cacheOverlay
./workarea/org.eclipse.osgi/199
./workarea/org.eclipse.osgi/199/data
./workarea/org.eclipse.osgi/199/data/boot-proxy.jar
./workarea/org.eclipse.osgi/201
./workarea/org.eclipse.osgi/201/data
./workarea/org.eclipse.osgi/201/data/cache
./workarea/org.eclipse.osgi/201/data/cacheAdapt
./workarea/org.eclipse.osgi/201/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/201/data/cacheOverlay
./workarea/org.eclipse.osgi/203
./workarea/org.eclipse.osgi/203/data
./workarea/org.eclipse.osgi/203/data/cache
./workarea/org.eclipse.osgi/203/data/cacheAdapt
./workarea/org.eclipse.osgi/203/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/203/data/cacheOverlay
./workarea/org.eclipse.osgi/23
./workarea/org.eclipse.osgi/23/data
./workarea/org.eclipse.osgi/23/data/feature.fix.cache
./workarea/org.eclipse.osgi/247
./workarea/org.eclipse.osgi/247/0
./workarea/org.eclipse.osgi/247/0/bundleFile
./workarea/org.eclipse.osgi/248
./workarea/org.eclipse.osgi/248/0
./workarea/org.eclipse.osgi/248/0/bundleFile
./workarea/org.eclipse.osgi/249
./workarea/org.eclipse.osgi/249/0
./workarea/org.eclipse.osgi/249/0/bundleFile
./workarea/org.eclipse.osgi/250
./workarea/org.eclipse.osgi/250/0
./workarea/org.eclipse.osgi/250/0/bundleFile
./workarea/org.eclipse.osgi/251
./workarea/org.eclipse.osgi/251/0
./workarea/org.eclipse.osgi/251/0/bundleFile
./workarea/org.eclipse.osgi/43
./workarea/org.eclipse.osgi/43/data
./workarea/org.eclipse.osgi/43/data/anno
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/C_com.ibm.ws.rest.handler.jakarta_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/C_com.ibm.ws.rest.handler.jakarta_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/C_seed_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/C_seed_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/classes
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/containers
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/resolved
./workarea/org.eclipse.osgi/43/data/anno/A_com.ibm.ws.rest.handler.jakarta_A/M_com.ibm.ws.rest.handler.jakarta_M/unresolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/C_io.openliberty.microprofile.health.3.1.internal.jakarta_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/C_io.openliberty.microprofile.health.3.1.internal.jakarta_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/C_seed_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/C_seed_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/classes
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/containers
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/resolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.health.3.1.internal.jakarta_A/M_io.openliberty.microprofile.health.3.1.internal.jakarta_M/unresolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/C_io.openliberty.microprofile.metrics.5.0.public.internal_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/C_io.openliberty.microprofile.metrics.5.0.public.internal_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/C_seed_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/C_seed_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/classes
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/containers
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/resolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.microprofile.metrics.5.0.public.internal_A/M_io.openliberty.microprofile.metrics.5.0.public.internal_M/unresolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/C_io.openliberty.sample.getting.started_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/C_io.openliberty.sample.getting.started_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/C_seed_C.data
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/C_seed_C.stamp
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/classes
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/containers
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/resolved
./workarea/org.eclipse.osgi/43/data/anno/A_io.openliberty.sample.getting.started_A/M_io.openliberty.sample.getting.started_M/unresolved
./workarea/org.eclipse.osgi/49
./workarea/org.eclipse.osgi/49/data
./workarea/org.eclipse.osgi/49/data/libcont
./workarea/org.eclipse.osgi/5
./workarea/org.eclipse.osgi/5/data
./workarea/org.eclipse.osgi/5/data/serverId
./workarea/org.eclipse.osgi/51
./workarea/org.eclipse.osgi/51/data
./workarea/org.eclipse.osgi/51/data/cache
./workarea/org.eclipse.osgi/51/data/cache/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/51/data/cacheAdapt
./workarea/org.eclipse.osgi/51/data/cacheAdapt/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/51/data/cacheAdapt/com.ibm.ws.app.manager_0/.overlay
./workarea/org.eclipse.osgi/51/data/cacheOverlay
./workarea/org.eclipse.osgi/51/data/cacheOverlay/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/51/data/expandApps
./workarea/org.eclipse.osgi/6
./workarea/org.eclipse.osgi/6/data
./workarea/org.eclipse.osgi/6/data/metaTypeCache
./workarea/org.eclipse.osgi/60
./workarea/org.eclipse.osgi/60/data
./workarea/org.eclipse.osgi/60/data/cache
./workarea/org.eclipse.osgi/60/data/cacheAdapt
./workarea/org.eclipse.osgi/60/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/60/data/cacheOverlay
./workarea/org.eclipse.osgi/73
./workarea/org.eclipse.osgi/73/data
./workarea/org.eclipse.osgi/73/data/cache
./workarea/org.eclipse.osgi/73/data/cache/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/73/data/cacheAdapt
./workarea/org.eclipse.osgi/73/data/cacheAdapt/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/73/data/cacheAdapt/com.ibm.ws.app.manager_0/.overlay
./workarea/org.eclipse.osgi/73/data/cacheOverlay
./workarea/org.eclipse.osgi/73/data/cacheOverlay/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/9
./workarea/org.eclipse.osgi/9/data
./workarea/org.eclipse.osgi/9/data/configStamp
./workarea/org.eclipse.osgi/9/data/configs.data
./workarea/org.eclipse.osgi/9/data/extended.bundle.cache
./workarea/org.eclipse.osgi/9/data/variableCacheData
./workarea/org.eclipse.osgi/98
./workarea/org.eclipse.osgi/98/data
./workarea/org.eclipse.osgi/98/data/cache
./workarea/org.eclipse.osgi/98/data/cacheAdapt
./workarea/org.eclipse.osgi/98/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/98/data/cacheOverlay
./workarea/org.eclipse.osgi/framework.info.5
./workarea/platform
./workarea/platform/bundle
./workarea/platform/bundle/.cache
./workarea/platform/feature.bundles.cache
./workarea/platform/feature.cache
./workarea/platform/kernel.cache
./workarea/platform/service.fingerprint

Zip file generated by OpenLiberty on-prem

fmhwong@fmhwong-mbp-2023 badapp.dump-25.01.22_17.04.55 % find . | sort
.
./.DS_Store
./apps
./apps/expanded
./apps/expanded/badapp.war
./apps/expanded/badapp.war/META-INF
./apps/expanded/badapp.war/META-INF/maven
./apps/expanded/badapp.war/META-INF/maven/com.ibm.ws.lumberjack
./apps/expanded/badapp.war/META-INF/maven/com.ibm.ws.lumberjack/badapp
./apps/expanded/badapp.war/META-INF/maven/com.ibm.ws.lumberjack/badapp/pom.properties
./apps/expanded/badapp.war/META-INF/maven/com.ibm.ws.lumberjack/badapp/pom.xml
./apps/expanded/badapp.war/WEB-INF
./apps/expanded/badapp.war/WEB-INF/ibm-web-ext.xml
./autopdzip
./autopdzip/autopd
./autopdzip/autopd/autopd-collection-environment-v2.xml
./dump_25.01.22_17.04.55
./dump_25.01.22_17.04.55/.dumped
./dump_25.01.22_17.04.55/.dumpedjava
./dump_25.01.22_17.04.55/introspections
./dump_25.01.22_17.04.55/introspections/ApplicationConfigurator.txt
./dump_25.01.22_17.04.55/introspections/ApplicationPrereqMonitor.txt
./dump_25.01.22_17.04.55/introspections/BlueprintIntrospector.txt
./dump_25.01.22_17.04.55/introspections/BundleStateIntrospection.txt
./dump_25.01.22_17.04.55/introspections/BundleWiringIntrospection.txt
./dump_25.01.22_17.04.55/introspections/ClassLoadingServiceIntrospector.txt
./dump_25.01.22_17.04.55/introspections/ComponentInfoIntrospection.txt
./dump_25.01.22_17.04.55/introspections/ConfigAdminIntrospection.txt
./dump_25.01.22_17.04.55/introspections/ConfigIntrospection.txt
./dump_25.01.22_17.04.55/introspections/ConfigVariables.txt
./dump_25.01.22_17.04.55/introspections/EnvironmentVariables.txt
./dump_25.01.22_17.04.55/introspections/FeatureIntrospector.txt
./dump_25.01.22_17.04.55/introspections/InjectionIntrospector.txt
./dump_25.01.22_17.04.55/introspections/JNDIDefaultNamespace.txt
./dump_25.01.22_17.04.55/introspections/JavaHeapInfo.txt
./dump_25.01.22_17.04.55/introspections/JavaRuntimeInformation.txt
./dump_25.01.22_17.04.55/introspections/LoggingIntrospector.txt
./dump_25.01.22_17.04.55/introspections/MetaTypeIntrospection.txt
./dump_25.01.22_17.04.55/introspections/MicroProfileConfig.txt
./dump_25.01.22_17.04.55/introspections/NetworkInterfaces.txt
./dump_25.01.22_17.04.55/introspections/OperatingSystemInfo.txt
./dump_25.01.22_17.04.55/introspections/OverlayContainerIntrospector.txt
./dump_25.01.22_17.04.55/introspections/RegionIntrospection.txt
./dump_25.01.22_17.04.55/introspections/RequestProbeIntrospector.txt
./dump_25.01.22_17.04.55/introspections/ResteasyEndpointIntrospector.txt
./dump_25.01.22_17.04.55/introspections/ServiceIntrospection.txt
./dump_25.01.22_17.04.55/introspections/SharedPackages.txt
./dump_25.01.22_17.04.55/introspections/ThreadInfoIntrospector.txt
./dump_25.01.22_17.04.55/introspections/ThreadingIntrospector.txt
./dump_25.01.22_17.04.55/introspections/ZipCachingIntrospector.txt
./dump_25.01.22_17.04.55/library-inventory.txt
./dump_25.01.22_17.04.55/service
./dump_25.01.22_17.04.55/service/fixes
./dump_25.01.22_17.04.55/service/fixes/24009-wlp-archive-IFOLGH29822_24.0.0009.20241015_1954.lpmf
./dump_25.01.22_17.04.55/service/fixes/24009-wlp-archive-IFOLGH29822_24.0.0009.20241015_1954.xml
./dump_25.01.22_17.04.55/service/fixes/fixinstall.log
./dump_25.01.22_17.04.55/service/versions
./dump_25.01.22_17.04.55/service/versions/openliberty.properties
./dump_25.01.22_17.04.55/service/versions/public_key
./dump_25.01.22_17.04.55/service/versions/public_key/libertyKey.asc
./dump_25.01.22_17.04.55/service/versions/service.fingerprint
./dump_25.01.22_17.04.55/service/versions/tags
./dump_25.01.22_17.04.55/service/versions/tags/ibm.com_Open_Liberty-24.0.0.9.swidtag
./dump_25.01.22_17.04.55/service/versions/tags/ibm.com_Open_Liberty-24.0.0.swidtag
./dump_25.01.22_17.04.55/usr
./dump_25.01.22_17.04.55/usr/shared
./dump_25.01.22_17.04.55/usr/shared/config
./javacore.20250122.170455.10897.0001.txt
./logs
./logs/console.log
./logs/dump.log
./logs/ffdc
./logs/ffdc/exception_summary_25.01.16_13.30.46.0.log
./logs/ffdc/ffdc_25.01.16_13.30.46.0.log
./logs/messages.log
./logs/messages_25.01.22_16.55.41.0.log
./logs/state
./logs/state/plugin-cfg.xml
./logs/status.log
./logs/verbosegc.001.log
./logs/verbosegc.002.log
./logs/verbosegc.003.log
./logs/verbosegc.004.log
./logs/verbosegc.005.log
./logs/verbosegc.006.log
./logs/verbosegc.007.log
./logs/verbosegc.008.log
./logs/verbosegc.009.log
./logs/verbosegc.010.log
./server.env
./server.xml
./workarea
./workarea/.sCommandAuth
./workarea/.sRunning
./workarea/org.eclipse.osgi
./workarea/org.eclipse.osgi/0
./workarea/org.eclipse.osgi/0/data
./workarea/org.eclipse.osgi/0/data/digraph
./workarea/org.eclipse.osgi/11
./workarea/org.eclipse.osgi/11/data
./workarea/org.eclipse.osgi/11/data/componentMetadataStore
./workarea/org.eclipse.osgi/120
./workarea/org.eclipse.osgi/120/data
./workarea/org.eclipse.osgi/120/data/cached-PluginCfg.xml
./workarea/org.eclipse.osgi/120/data/temp
./workarea/org.eclipse.osgi/120/data/temp/default_node
./workarea/org.eclipse.osgi/120/data/temp/default_node/SMF_WebContainer
./workarea/org.eclipse.osgi/120/data/temp/default_node/SMF_WebContainer/badapp
./workarea/org.eclipse.osgi/120/data/temp/default_node/SMF_WebContainer/badapp/badapp
./workarea/org.eclipse.osgi/140
./workarea/org.eclipse.osgi/140/data
./workarea/org.eclipse.osgi/140/data/cache
./workarea/org.eclipse.osgi/140/data/cacheAdapt
./workarea/org.eclipse.osgi/140/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/140/data/cacheOverlay
./workarea/org.eclipse.osgi/143
./workarea/org.eclipse.osgi/143/data
./workarea/org.eclipse.osgi/143/data/cache
./workarea/org.eclipse.osgi/143/data/cacheAdapt
./workarea/org.eclipse.osgi/143/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/143/data/cacheOverlay
./workarea/org.eclipse.osgi/150
./workarea/org.eclipse.osgi/150/data
./workarea/org.eclipse.osgi/150/data/cache
./workarea/org.eclipse.osgi/150/data/cacheAdapt
./workarea/org.eclipse.osgi/150/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/150/data/cacheOverlay
./workarea/org.eclipse.osgi/175
./workarea/org.eclipse.osgi/175/0
./workarea/org.eclipse.osgi/175/0/bundleFile
./workarea/org.eclipse.osgi/176
./workarea/org.eclipse.osgi/176/0
./workarea/org.eclipse.osgi/176/0/bundleFile
./workarea/org.eclipse.osgi/23
./workarea/org.eclipse.osgi/23/data
./workarea/org.eclipse.osgi/23/data/feature.fix.cache
./workarea/org.eclipse.osgi/42
./workarea/org.eclipse.osgi/42/data
./workarea/org.eclipse.osgi/42/data/anno
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/C_badapp_C.data
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/C_badapp_C.stamp
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/C_seed_C.data
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/C_seed_C.stamp
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/classes
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/containers
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/resolved
./workarea/org.eclipse.osgi/42/data/anno/A_badapp_A/M_badapp_M/unresolved
./workarea/org.eclipse.osgi/46
./workarea/org.eclipse.osgi/46/data
./workarea/org.eclipse.osgi/46/data/boot-proxy.jar
./workarea/org.eclipse.osgi/5
./workarea/org.eclipse.osgi/5/data
./workarea/org.eclipse.osgi/5/data/serverId
./workarea/org.eclipse.osgi/50
./workarea/org.eclipse.osgi/50/data
./workarea/org.eclipse.osgi/50/data/libcont
./workarea/org.eclipse.osgi/52
./workarea/org.eclipse.osgi/52/data
./workarea/org.eclipse.osgi/52/data/cache
./workarea/org.eclipse.osgi/52/data/cache/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/52/data/cacheAdapt
./workarea/org.eclipse.osgi/52/data/cacheAdapt/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/52/data/cacheAdapt/com.ibm.ws.app.manager_0/.overlay
./workarea/org.eclipse.osgi/52/data/cacheOverlay
./workarea/org.eclipse.osgi/52/data/cacheOverlay/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/52/data/expandApps
./workarea/org.eclipse.osgi/54
./workarea/org.eclipse.osgi/54/data
./workarea/org.eclipse.osgi/54/data/cache
./workarea/org.eclipse.osgi/54/data/cache/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/54/data/cacheAdapt
./workarea/org.eclipse.osgi/54/data/cacheAdapt/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/54/data/cacheAdapt/com.ibm.ws.app.manager_0/.overlay
./workarea/org.eclipse.osgi/54/data/cacheOverlay
./workarea/org.eclipse.osgi/54/data/cacheOverlay/com.ibm.ws.app.manager_0
./workarea/org.eclipse.osgi/6
./workarea/org.eclipse.osgi/6/data
./workarea/org.eclipse.osgi/6/data/metaTypeCache
./workarea/org.eclipse.osgi/87
./workarea/org.eclipse.osgi/87/data
./workarea/org.eclipse.osgi/87/data/cache
./workarea/org.eclipse.osgi/87/data/cacheAdapt
./workarea/org.eclipse.osgi/87/data/cacheAdapt/.overlay
./workarea/org.eclipse.osgi/87/data/cacheOverlay
./workarea/org.eclipse.osgi/9
./workarea/org.eclipse.osgi/9/data
./workarea/org.eclipse.osgi/9/data/configStamp
./workarea/org.eclipse.osgi/9/data/configs.data
./workarea/org.eclipse.osgi/9/data/extended.bundle.cache
./workarea/org.eclipse.osgi/9/data/variableCacheData
./workarea/org.eclipse.osgi/framework.info.7
./workarea/platform
./workarea/platform/bundle
./workarea/platform/bundle/.cache
./workarea/platform/feature.bundles.cache
./workarea/platform/feature.cache
./workarea/platform/fix.data
./workarea/platform/kernel.cache
./workarea/platform/service.fingerprint
@fmhwong fmhwong added release bug This bug is present in a released version of Open Liberty in:Kernel/Bootstrap labels Jan 28, 2025
@tjwatson
Copy link
Member

I suspect this can be reproduced on-prem if you configure the environment var LOG_DIR to something outside of the server configuration folder like what is done in the Liberty container images. See https://github.com/OpenLiberty/ci.docker/blob/main/releases/latest/kernel-slim/Dockerfile.ubi.openjdk21#L100

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in:Kernel/Bootstrap release bug This bug is present in a released version of Open Liberty
Projects
None yet
Development

No branches or pull requests

2 participants