You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(_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
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)
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
The text was updated successfully, but these errors were encountered: