This is a work in progress as I learn more about debugging Zowe
- Startup and processing the zowe.yaml file.
- Component loggers
- ZSS https trace
- What are my Java options?
- Zowe tracing
- The zss schema. For when you want to find what to specify in the zowe.yaml.
- z/OSMF logs. Mine are in /global/zosmf/data/logs/zosmfServer/logs/messages.log. See USERDIR=’/global/zosmf’, /* Config dir */ in the z/OSMF startup procedure
- What does this message mean?
Startup and processing the zowe.yaml file.
Troubleshooting Zowe Launcher. Creates a trace of the parsing of the Zowe.yaml file.
It is verbose;only use when necessary.
For example
It displays the contents of the zowe.yaml file
MapStart
zowe:
MapStart
runtimeDirectory:
Scalar: (len=13)/u/tmp/zowep/
logDirectory:
Scalar: (len=17)/u/tmp/zowec/logs
workspaceDirectory:
Scalar: (len=22)/u/tmp/zowec/workspace
extensionDirectory:
Scalar: (len=23)/u/tmp/zowec/extensions
and
path:
validate JSON value->type=4 specTypeMask=0x4
typeCode=2 shifted=0x4 mask=0x4
validateJSONObject required=[]
accessPath (top is blank):
validate object pname=zowe
Component loggers
I found this doc, I haven’t used it
Customizing Zowe API Mediation Layer logging for Specifies one of the following services: zaas, gateway, discovery, api-catalog, caching-service.
ZSS https trace
In the zowe.yaml
zss:
enabled: true
port: 7557
crossMemoryServerName: ZWESIS_STD
agent:
jwt:
fallback: true
64bit: true
https:
trace: true
produces a trace in the logs directory
zssServer-2025-05-29-08-39.log.tlstrace
use gsktrace zssServer-2025-05-29-08-39.log.tlstrace >gsktrace.txt
What are my Java options?
Zowe tracing.
See Enabling tracing for app-server and zss.