zowe / zlux

The top-level superproject for zLUX. zLUX includes the Zowe Desktop framework in addition to several built-in apps and an example server implementation.
Eclipse Public License 2.0
39 stars 42 forks source link

Session authenticate failed. APIML 401 #917

Closed ActionThisDay closed 1 year ago

ActionThisDay commented 1 year ago

Im doing an install and takingh a failure when I try to login via the Zowe Explorer. Has anyone seen this before or know what the cause is . Thanks in advance

ZWES1606W Failed to get JWK - HTTP response error, retry in 10 seconds 2022-10-11 11:26:50.741 ZWESVUSR WARN (_zsf.auth,webauth.js:378) ZWED0003W - User=undefined (org.zowe.zlux.auth.safsso): (org.zowe.zlux.auth.safsso): Session authenticate failed. Plugin response: {"success":false,"reason":"Unknown","error":{"message":" APIML 401 "},"apiml":true,"zss":true,"sso":true,"canChangePassword":true} 2022-10-11 11:26:50.745 ZWESVUSR INFO (_zsf.auth,webauth.js:375) ZWED0070I - User=undefined (org.zowe.zlux.auth.trivial) (org.zowe.zlux.auth.trivial): Session authenticate successful. Plugin response: {"success":true} ZWES1606W Failed to get JWK - HTTP response error, retry in 10 seconds ZWES1605W Server will not accept JWT

Ive attached the ZWES1014I and ZWED5018I below.

ZWES1014I ZIS status - 'Ok' (name='ZWESIS_STD ', cmsRC='0', description='Ok', clientVersion='2')

ZWED5018I - Initializing with configuration: { "productDir": "/usr/lpp/zowe/components/app-server/share/zlux-app-server/defaults", "siteDir": "/global/zowe/workspace/app-server/site", "instanceDir": "/global/zowe/workspace/app-server", "groupsDir": "/global/zowe/workspace/app-server/groups", "usersDir": "/global/zowe/workspace/app-server/users", "pluginsDir": "/global/zowe/workspace/app-server/plugins", "node": { "rootRedirectURL": "/ZLUX/plugins/org.zowe.zlux.bootstrap/web/", "allowInvalidTLSProxy": true, "noChild": false, "noPrompt": false, "https": { "ipAddresses": [ "0.0.0.0" ], "port": 7556, "keys": [ "/var/zowe/keystore/localhost/localhost.key" ], "certificates": [ "/var/zowe/keystore/localhost/localhost.cer" ], "certificateAuthorities": [ "/var/zowe/keystore/local_ca/local_ca.cer" ] }, "mediationLayer": { "enabled": true, "cachingService": { "enabled": true }, "server": { "hostname": "sysg.abc.def.com", "gatewayPort": 7554, "port": 7553 } }, "hostname": "sysg.abc.def.com" }, "dataserviceAuthentication": { "rbac": false, "defaultAuthentication": "fallback" }, "agent": { "jwt": { "fallback": true }, "mediationLayer": { "enabled": true }, "host": "sysg.abc.def.com", "https": { "port": 7557 }, "http": {} }, "SERVER": { "HTTPS": { "PORT": 7556 } }, "privilegedServerName": "ZWESIS_STD", "NODE": { "LOG": { "DIR": "/global/zowe/logs", "FILE": "/global/zowe/logs/appServer-2022-10-11-09-07.log" } }, "instanceID": 1, "cookieIdentifier": 1

ActionThisDay commented 1 year ago

Duplicate issue, I didnt realise my other one got moved, thought it was deleted.