Skip to content

Issue with docs.zowe.org/stable/troubleshoot/app-framework/zss-error-codes/ #4170

Open
@colinpaicemq

Description

Description

I got

ZWED0151W - unhandledRejection TypeError: Cannot read properties of undefined (reading 'port')
at module.exports.getAgentRequestOptions (/u/tmp/zowep/components/app-server/share/zlux-server-framework/lib/util.js:167:103)

when I had

zss:
enabled: true
port: 7557
crossMemoryServerName: ZWESIS_STD
agent:
jwt:
fallback: true
64bit: true
https:
trace: true

If I remove the https: trace... it works.

I added the https:trace to try to resolve a problem with certificates.
If this is not valid, the schema should have rejected it

The message was very confusing because it mentions "port", not https.

I could not find any doc which told me what options were valid for the zss component.

Pages to Update

Screenshots

Expected behavior

Additional context

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions