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

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

Open
colinpaicemq opened this issue Feb 8, 2025 · 0 comments
Labels

Comments

@colinpaicemq
Copy link
Collaborator

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants