zlux icon indicating copy to clipboard operation
zlux copied to clipboard

Issue with docs.zowe.org/stable/user-guide/configuring-zowe-via-jcl/

Open colinpaicemq opened this issue 1 month ago • 1 comments

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

colinpaicemq avatar Feb 03 '25 17:02 colinpaicemq