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/user-guide/configuring-zowe-via-jcl/ #1033

Open
colinpaicemq opened this issue Feb 3, 2025 · 1 comment
Open

Comments

@colinpaicemq
Copy link

Description

Starting the app-server I get (in the logs)

(_zsf.bootstrap,webserver.js:213) ZWED0072I - Using
Certificate: [
'safkeyring:////IZUSVR/CCPKeyring.IZUDFLT&CONN2.IZUDFLT' ]

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)

at Server.<anonymous> (/u/tmp/zowep/components/app-server/share/zlux-server-framework/lib/index.js:191:33) 
at Generator.next (<anonymous>) 
at Generator.tryCatcher (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/js/release
at PromiseSpawn._promiseFulfilled (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/
at Promise._settlePromise (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/js/relea
at Promise._settlePromise0 (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/js/rele
at Promise._settlePromises (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/js/rele
at _drainQueueStep (/u/tmp/zowep/components/app-server/share/zlux-server-framework/node_modules/bluebird/js/release/asyn

and above this

"app-server": {
"debug": false,
"node": {
"hostname": "10.1.1.2",
"https": {
"ipAddresses": [
"0.0.0.0"
],
"port": 7556,
"keys": [
"safkeyring:////IZUSVR/CCPKeyring.IZUDFLT&CONN2.IZUDFLT"
],
"certificates": [
"safkeyring:////IZUSVR/CCPKeyring.IZUDFLT&CONN2.IZUDFLT"
],
"certificateAuthorities": [
"safkeyring:////IZUSVR/CCPKeyring.IZUDFLT"
],
"maxTls": "TLSv1.3",
"minTls": "TLSv1.2",
"ciphers": 0,
"curves": 0
},
"mediationLayer": {
"server": {
"hostname": "10.1.1.2",
"discoveryUrls": [
"https://10.1.1.2:7553/eureka/"
],
"gatewayHostname": "10.1.1.2",
"port": 7553,
"gatewayPort": 7554,

Pages to Update

Screenshots

Expected behavior

Additional context

@1000TurquoisePogs 1000TurquoisePogs transferred this issue from zowe/docs-site Feb 3, 2025
@1000TurquoisePogs
Copy link
Member

I suspect your "zss" section of your YAML is unusual somehow.
Can you post your YAML?

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

No branches or pull requests

2 participants