Description
Describe the bug
A clear and concise description of what the bug is.
Enabling caching support puts ascii text in sysprint
Sysprint had
2025-05-05 15:18:47.905 ZWELNCH:83951697 ZWESVUSR INFO ZWEL0012I starting console listener
jar file: /u/tmp/zowep/components/caching-service/bin/caching-service.jar
pid=16843004
GMS: address=S0W1-58442, cluster=zowe-cluster, physical address=10.1.1.2:7600
$ _ $ _ !ïá äë _/Ñ> $ _!ïáëîíëê $ _ $ _ñ+ã| $ _ $ _ $ _ ? Ë Â Ï Á È
$ _ $ _ !ïá äë _/Ñ> $ _!ïáëîíëê $ _ $ _ñ+ã| $ _ $ _ $ _ ? : / Ë çÈÈ
Converting the ascii to ebcdic gave
2025-05-05 15:26:35.796 Ý32m Ý0;39mZWEACS1:main:16843004
Ý35mZWESVUSR Ý0;39m Ý36mINFO Ý0;39m
Ý32m Ý0;39m((o.s.b.w.e.t.TomcatWebServer)) Tomcat started
on port 7555 (https) with context path
'/cachingservice' @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
2025-05-05 15:26:39.394 Ý32m Ý0;39mZWEACS1:main:16843004
Ý35mZWESVUSR Ý0;39m Ý36mINFO Ý0;39m
Ý32m Ý0;39m((o.z.a.s.HttpsFactory)) Original truststore keyring
URL from configuration:
safkeyringjce://IZUSVR/CCPKeyring.IZUDFLT 2025-05-05 15:26:39.398
Ý32m Ý0;39mZWEACS1:main:16843004 Ý35mZWESVUSR Ý0;39m
Ý36mINFO Ý0;39m Ý32m Ý0;39m((o.z.a.s.HttpsFactory)) Loading
trusted certificates from keyring:
Zowe.yaml has
caching-service:
enabled: true # was true
port: 7555
debug: false
storage:
evictionStrategy: reject
# can be infinispan, inMemory, redis or VSAM(deprecated)
mode: infinispan
infinispan:
# this is required if storage mode is infinispan
jgroups:
port: 7600
keyExchange:
port: 7601