Closed retrofita closed 2 years ago
I tried to follow along your upgrade path but was unable to encounter the issue. I need some more information to understand what the error 500 is caused by, things such as:
Can you share the job log with me? You shouldn't share it here for sensitivity but you can email me at sgrady@rocketsoftware.com
Can you get to the developer tools in the browser (F12) and within the network tab, when you open the editor or explorer, does the message with a "500" return have a response body that says anything more interesting than "Internal Server Error"?
Are you accessing the desktop via the gateway (aka https://gateway:port/ui/v1/zlux/ZLUX/plugins/org.zowe.zlux.bootstrap/web/) or directly (aka https://app-server:port/ZLUX/plugins/org.zowe.zlux.bootstrap/web/)
Did you make any keystore/keyring changes during the upgrade or not
doco sent
I am also seeing this in the log:
ZWES1600I JWT will be configured using JWK URL https://xx.xxx.xx.x:7554/gateway/api/v1/auth/keys/public/current
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
ZWES1014I ZIS status - 'Ok' (name='ZWESIS_STD ', cmsRC='0', description='Ok', clientVersion='2')
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
ZWES1606W Failed to get JWK - HTTP response error, retry in 30 seconds
ZWES1602W JWK is in unrecognized format
ZWES1605W Server will not accept JWT
These messages are undocumented.
I also turned on loglevel 5 for _zss.jwtTrace but it didn't give me anything extra
any ideas? anyone?
@retrofita Can you please open https://xx.xxx.xx.x:7554/gateway/api/v1/auth/keys/public/current in the browser, then copy and paste the response here.
Thankyou,
Retrofita From: Leonty Chudinov @.> Sent: Sunday, 20 February 2022 5:03 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
@retrofitahttps://github.com/retrofita Can you please open https://xx.xxx.xx.x:7554/gateway/api/v1/auth/keys/public/current in the browser, then copy and paste the response here.
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1046169330, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLTNVMVXSMMUXRJKISTU4B7YPANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
The public key looks good to me so I am puzzled with ZWES1602W JWK is in unrecognized format
. Can you please try https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-1-20220221050102.pax and copy here the ZSS log. ZSS in the pax has JWK trace enabled.
Hi, here is the zss log
ZWES1013I ZSS Server has started. Version '1.27.0+20220220' ZWES1033I Using server config file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/server.json' ZWES1038I Server timeouts file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/timeouts.json' either not found or invalid JSON. ZSS sessions will use the default length of one hour. ZWES1061I TLS settings: keyring '/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.p12', label 'localhost', password '**', stash '(no stash)' ZWES1101I Product Registration is disabled. ZWES1035I ZSS Server settings: Address='X.XXX.XX.X', port='8542', protocol='https' ZWES1063I Caching Service settings: gateway host 'X.XXX.XX.X', port 7554 Plugin=org.zowe.configjs, found 0 data service(s) Plugin=org.zowe.explorer-ip, found 1 data service(s) Dataservice: /DHSusrlpp/zowe/runtime/V1R28/components/app-server/share/explorer-ip/lib/ipExplorer.so loaded. Installing dataservice org.zowe.explorer-ip/ipExplorer to URI /ZLUX/plugins/org.zowe.explorer-ip/services/ipExplorer/ Plugin=org.zowe.terminal.proxy, found 0 data service(s) Plugin=org.zowe.terminal.tn3270, found 1 data service(s) Installing dataservice org.zowe.terminal.tn3270/statediscovery to URI /ZLUX/plugins/org.zowe.terminal.tn3270/services/statediscovery/ 00000000 E9E6C5E2 C9E26DE2 E3C44040 40404040 |ZWESIS_STD | Plugin=org.zowe.terminal.vt, found 0 data service(s) Plugin=org.zowe.zlux.agent, found 0 data service(s) Plugin=org.zowe.zlux.bootstrap, found 0 data service(s) Plugin=org.zowe.zlux, found 0 data service(s) Plugin=org.zowe.zlux.ng2desktop, found 0 data service(s) Plugin=org.zowe.zlux.sample.angular, found 1 data service(s) Dataservice: /DHSusrlpp/zowe/runtime/V1R28/components/app-server/share/sample-angular-app/lib/storage.so loaded. Installing dataservice org.zowe.zlux.sample.angular/zssStorage to URI /ZLUX/plugins/org.zowe.zlux.sample.angular/services/zssStorage/ Plugin=org.zowe.zlux.sample.iframe, found 0 data service(s) Plugin=org.zowe.zlux.sample.react, found 0 data service(s) Plugin=org.zowe.zosmf.workflows, found 0 data service(s) ZWES1600I JWT will be configured using JWK URL https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current error initing session: 6 failed to obtain JWK, status = 9 ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds ZWES1039I Installing 'VSAM dataset contents' service... ZWES1039I Installing 'dataset metadata' service... ZWES1039I Installing 'dataset contents' service... ZWES1014I ZIS status - 'Ok' (name='ZWESIS_STD ', cmsRC='0', description='Ok', clientVersion='2') JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current error initing session: 6 failed to obtain JWK, status = 9 ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current error initing session: 6 failed to obtain JWK, status = 9 ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current JWK response: {"messages":[{"messageType":"ERROR","messageNumber":"ZWEAM104E","messageContent":"The endpoint you are looking for '/gateway/api/v1/auth/keys/public/current' could not be located","messageKey":"org.zowe.apiml.common.endPointNotFound"}]} HTTP status 404 failed to obtain JWK, status = 2 ZWES1606W Failed to get JWK - HTTP response error, retry in 30 seconds JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current JWK response: {"keys":[{"kty":"RSA","e":"AQAB","use":"sig","kid":"GUtaK1YoX8vrAtlnwZD-4nP5Ow9drxb-tdUEiGMNuHs","alg":"RS256","n":"vAqAtL2FshrsIYWH42-KMawtzbALHlo-auTcRdrxSbeyFZaK1hmqcrsvCKYWUFBySIvkxh9A-ToNZz2_S0biIoI82VjjV6RCgGxBQXVKy21zZ-OMLYF7USh0S78mOLq-wh7JR0DNNSkI3x1cowJJY-hN5qOVrWid2FJ3krKNNZOFBV5yWFH4j5Yp_0qDjXinO5FqL8ut2KaFhXjxpZxfewcE-XqhrhJowKj731-SZY2TSBBOUJhnJbhqE6NMOrgPNBQzvNhv5qnEIn17Wq5AfybLCI4ni4nUs3P4Q-uVircJuMFGX01FkL921Sh2LxEo0hK6PAJHTl-uVKfw4jM5EQ"}]} JWK is not object ZWES1602W JWK is in unrecognized format ZWES1605W Server will not accept JWT
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Monday, 21 February 2022 4:15 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
The public key looks good to me so I am puzzled with ZWES1602W JWK is in unrecognized format. Can you please try with https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-1-20220221050102.pax and show me your zss log. ZSS in the pax has JWK trace enabled.
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1046482491, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLX6CEEFKZ5XR45R25LU4HC4DANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hello,
Thank you for providing the zss log. Can you please try https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-2-20220222040325.pax Does it resolve the issue? In any case please paste the zss log here.
Regards, Leonty
Hi,
No same
ZWES1013I ZSS Server has started. Version '1.27.0+20220221'
ZWES1033I Using server config file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/server.json'
ZWES1038I Server timeouts file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/timeouts.json' either not found or invalid JSON. ZSS sessions will use the default length of one hour.
ZWES1061I TLS settings: keyring '/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.p12', label 'localhost', password '**', stash '(no stash)'
ZWES1101I Product Registration is disabled.
ZWES1035I ZSS Server settings: Address='X.XXX.XX.X', port='8542', protocol='https'
ZWES1063I Caching Service settings: gateway host 'X.XXX.XX.X', port 7554
Plugin=org.zowe.configjs, found 0 data service(s)
Plugin=org.zowe.explorer-ip, found 1 data service(s)
Dataservice: /DHSusrlpp/zowe/runtime/V1R28/components/app-server/share/explorer-ip/lib/ipExplorer.so loaded.
Installing dataservice org.zowe.explorer-ip/ipExplorer to URI /ZLUX/plugins/org.zowe.explorer-ip/services/ipExplorer/
Plugin=org.zowe.terminal.proxy, found 0 data service(s)
Plugin=org.zowe.terminal.tn3270, found 1 data service(s)
Installing dataservice org.zowe.terminal.tn3270/statediscovery to URI /ZLUX/plugins/org.zowe.terminal.tn3270/services/statediscovery/
00000000 E9E6C5E2 C9E26DE2 E3C44040 40404040 |ZWESIS_STD |
Plugin=org.zowe.terminal.vt, found 0 data service(s)
Plugin=org.zowe.zlux.agent, found 0 data service(s)
Plugin=org.zowe.zlux.bootstrap, found 0 data service(s)
Plugin=org.zowe.zlux, found 0 data service(s)
Plugin=org.zowe.zlux.ng2desktop, found 0 data service(s)
Plugin=org.zowe.zlux.sample.angular, found 1 data service(s)
Dataservice: /DHSusrlpp/zowe/runtime/V1R28/components/app-server/share/sample-angular-app/lib/storage.so loaded.
Installing dataservice org.zowe.zlux.sample.angular/zssStorage to URI /ZLUX/plugins/org.zowe.zlux.sample.angular/services/zssStorage/
Plugin=org.zowe.zlux.sample.iframe, found 0 data service(s)
Plugin=org.zowe.zlux.sample.react, found 0 data service(s)
Plugin=org.zowe.zosmf.workflows, found 0 data service(s)
ZWES1600I JWT will be configured using JWK URL https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
ZWES1039I Installing 'VSAM dataset contents' service...
ZWES1039I Installing 'dataset metadata' service...
ZWES1039I Installing 'dataset contents' service...
ZWES1014I ZIS status - 'Ok' (name='ZWESISSTD ', cmsRC='0', description='Ok', clientVersion='2')
JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
JWK request to https://X.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
JWK response(dump)(contentLength 462, actual 462):
00000000 7B226B65 7973223A 5B7B226B 7479223A 22525341 222C2265 223A2241 51414222 |#.,....$#.,.
..................|
00000020 2C227573 65223A22 73696722 2C226B69 64223A22 47557461 4B31596F 58387672 |..............,......../...?....|
00000040 41746C6E 775A442D 346E5035 4F773964 7278622D 74645545 69474D4E 75487322 |..%>.!...>&.|.............(+....|
00000060 2C22616C 67223A22 52533235 36222C22 6E223A22 76417141 744C3246 73687273 |../%............>........<......|
00000080 49595748 34322D4B 4D617774 7A62414C 486C6F2D 61755463 52647278 53626579 |........(/..:..<.%?./..........`|
000000A0 465A614B 31686D71 63727376 434B5957 55464279 5349766B 78683941 2D546F4E |.!/..................,......?+| 000000C0 5A7A325F 53306269 496F4938 32566A6A 56365243 67477842 5158564B 7932317A |!:.^.....?..................
..:|
000000E0 5A2D4F4D 4C594637 55536830 5337386D 4F4C712D 7768374A 5230444E 4E536B49 |!.|(<.........._|<.........++.,.|
00000100 33783163 6F774A4A 592D684E 35714F56 72576964 32464A33 6B724B4E 4E5A4F46 |....?......+..|.........,..++!|.|
00000120 42563579 57464834 6A355970 5F307144 6A58696E 4F354671 4C387574 324B6146 |...........^......>|...<...../.| 00000140 68586A78 705A7866 65776345 2D587168 72684A6F 774B6A37 33312D53 5A593254 |.....!.............?........!...| 00000160 5342424F 554A686E 4A626871 45364E4D 4F726750 4E42517A 764E6876 35716E45 |...|...>......+(|..&+..:.+....>.| 00000180 496E3137 57713541 6679624C 4349346E 69346E55 73335034 512D7556 6972634A |.>.......
.<...>..>...&.........|
000001A0 754D4647 58303146 6B4C3932 31536832 4C78456F 30684B36 50414A48 546C2D75 |.(......,<......<..?....&....%..|
000001C0 564B6677 346A4D35 4551227D 5D7D |......(....')'|
JWK response: {"keys":[{"kty":"RSA","e":"AQAB","use":"sig","kid":"GUtaK1YoX8vrAtlnwZD-4nP5Ow9drxb-tdUEiGMNuHs","alg":"RS256","n":"vAqAtL2FshrsIYWH42-KMawtzbALHlo-auTcRdrxSbeyFZaK1hmqcrsvCKYWUFBySIvkxh9A-ToNZz2_S0biIoI82VjjV6RCgGxBQXVKy21zZ-OMLYF7USh0S78mOLq-wh7JR0DNNSkI3x1cowJJY-hN5qOVrWid2FJ3krKNNZOFBV5yWFH4j5Yp_0qDjXinO5FqL8ut2KaFhXjxpZxfewcE-XqhrhJowKj731-SZY2TSBBOUJhnJbhqE6NMOrgPNBQzvNhv5qnEIn17Wq5AfybLCI4ni4nUs3P4Q-uVircJuMFGX01FkL921Sh2LxEo0hK6PAJHTl-uVKfw4jM5EQ"}]}
JSON parsed:
{
"keys": [
{
"kty": "RSA",
"e": "AQAB",
"use": "sig",
"kid": "GUtaK1YoX8vrAtlnwZD-4nP5Ow9drxb-tdUEiGMNuHs",
"alg": "RS256",
"n": "vAqAtL2FshrsIYWH42-KMawtzbALHlo-auTcRdrxSbeyFZaK1hmqcrsvCKYWUFBySIvkxh9A-ToNZz2_S0biIoI82VjjV6RCgGxBQXVKy21zZ-OMLYF7USh0S78mOLq-wh7JR0DNNSkI3x1cowJJY-hN5qOVrWid2FJ3krKNNZOFBV5yWFH4j5Yp_0qDjXinO5FqL8ut2KaFhXjxpZxfewcE-XqhrhJowKj731-SZY2TSBBOUJhnJbhqE6NMOrgPNBQzvNhv5qnEIn17Wq5AfybLCI4ni4nUs3P4Q-uVircJuMFGX01FkL921Sh2LxEo0hK6PAJHTl-uVKfw4jM5EQ"
}
]
}
JWK is not object
ZWES1602W JWK is in unrecognized format
ZWES1605W Server will not accept JWT
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 3:21 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
Hello,
Thank you for providing the zss log. Can you please try https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-2-20220222040325.pax Does it resolve the issue? In any case please paste the zss log here.
Regards, Leonty
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047411500, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLQJA5BS2NSWPOGRIPDU4MFL5ANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hi,
Thank you for giving a try to the pax. Now I have a clue. I've made a new pax https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-3-20220222064258.pax that should fix the issue. Can you please try it.
Regards, Leonty
Hi Leonty,
That looks better, I get the right message at the end.
When I start zowe and view the applications I only see the following:
@.***
ZWES1013I ZSS Server has started. Version '1.27.0+20220222'
ZWES1033I Using server config file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/server.json'
ZWES1038I Server timeouts file '/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/timeouts.json' either not found or invalid JSON. ZSS sessions will use the default length of one hour.
ZWES1061I TLS settings: keyring '/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.p12', label 'localhost', password '****', stash '(no stash)'
ZWES1101I Product Registration is disabled.
ZWES1035I ZSS Server settings: Address='XX.XXX.XX.X', port='8542', protocol='https'
ZWES1063I Caching Service settings: gateway host 'XX.XXX.XX.X', port 7554
Plugin=org.zowe.configjs, found 0 data service(s)
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-editor/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-editor/pluginDefinition.json''
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/explorer-ip/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/explorer-ip/pluginDefinition.json''
Plugin=org.zowe.terminal.proxy, found 0 data service(s)
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/tn3270-ng2/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/tn3270-ng2/pluginDefinition.json''
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/vt-ng2/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/vt-ng2/pluginDefinition.json''
Plugin=org.zowe.zlux.agent, found 0 data service(s)
Plugin=org.zowe.zlux.bootstrap, found 0 data service(s)
Plugin=org.zowe.zlux, found 0 data service(s)
Plugin=org.zowe.zlux.ng2desktop, found 0 data service(s)
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-angular-app/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-angular-app/pluginDefinition.json''
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-iframe-app/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-iframe-app/pluginDefinition.json''
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-react-app/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/sample-react-app/pluginDefinition.json''
ZWES1006E Error while parsing file '/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-workflow/pluginDefinition.json': 'Couldn't open '/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-workflow/pluginDefinition.json''
ZWES1600I JWT will be configured using JWK URL https://XX.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
JWK request to https://XX.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
ZWES1039I Installing 'VSAM dataset contents' service...
ZWES1039I Installing 'dataset metadata' service...
ZWES1039I Installing 'dataset contents' service...
ZWES1014I ZIS status - 'Ok' (name='ZWESISSTD ', cmsRC='0', description='Ok', clientVersion='2')
JWK request to https://XX.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
JWK request to https://XX.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
error initing session: 6
failed to obtain JWK, status = 9
ZWES1606W Failed to get JWK - failed to send HTTP request, retry in 30 seconds
JWK request to https://XX.XXX.XX.X:7554/gateway/api/v1/auth/keys/public/current
JWK response(dump)(contentLength 462, actual 462):
00000000 7B226B65 7973223A 5B7B226B 7479223A 22525341 222C2265 223A2241 51414222 |#.,....$#.,.
..................|
00000020 2C227573 65223A22 73696722 2C226B69 64223A22 47557461 4B31596F 58387672 |..............,......../...?....|
00000040 41746C6E 775A442D 346E5035 4F773964 7278622D 74645545 69474D4E 75487322 |..%>.!...>&.|.............(+....|
00000060 2C22616C 67223A22 52533235 36222C22 6E223A22 76417141 744C3246 73687273 |../%............>........<......|
00000080 49595748 34322D4B 4D617774 7A62414C 486C6F2D 61755463 52647278 53626579 |........(/..:..<.%?./..........`|
000000A0 465A614B 31686D71 63727376 434B5957 55464279 5349766B 78683941 2D546F4E |.!/..................,......?+| 000000C0 5A7A325F 53306269 496F4938 32566A6A 56365243 67477842 5158564B 7932317A |!:.^.....?..................
..:|
000000E0 5A2D4F4D 4C594637 55536830 5337386D 4F4C712D 7768374A 5230444E 4E536B49 |!.|(<.........._|<.........++.,.|
00000100 33783163 6F774A4A 592D684E 35714F56 72576964 32464A33 6B724B4E 4E5A4F46 |....?......+..|.........,..++!|.|
00000120 42563579 57464834 6A355970 5F307144 6A58696E 4F354671 4C387574 324B6146 |...........^......>|...<...../.| 00000140 68586A78 705A7866 65776345 2D587168 72684A6F 774B6A37 33312D53 5A593254 |.....!.............?........!...| 00000160 5342424F 554A686E 4A626871 45364E4D 4F726750 4E42517A 764E6876 35716E45 |...|...>......+(|..&+..:.+....>.| 00000180 496E3137 57713541 6679624C 4349346E 69346E55 73335034 512D7556 6972634A |.>.......
.<...>..>...&.........|
000001A0 754D4647 58303146 6B4C3932 31536832 4C78456F 30684B36 50414A48 546C2D75 |.(......,<......<..?....&....%..|
000001C0 564B6677 346A4D35 4551227D 5D7D |......(....')'|
JWK response: {"keys":[{"kty":"RSA","e":"AQAB","use":"sig","kid":"GUtaK1YoX8vrAtlnwZD-4nP5Ow9drxb-tdUEiGMNuHs","alg":"RS256","n":"vAqAtL2FshrsIYWH42-KMawtzbALHlo-auTcRdrxSbeyFZaK1hmqcrsvCKYWUFBySIvkxh9A-ToNZz2_S0biIoI82VjjV6RCgGxBQXVKy21zZ-OMLYF7USh0S78mOLq-wh7JR0DNNSkI3x1cowJJY-hN5qOVrWid2FJ3krKNNZOFBV5yWFH4j5Yp_0qDjXinO5FqL8ut2KaFhXjxpZxfewcE-XqhrhJowKj731-SZY2TSBBOUJhnJbhqE6NMOrgPNBQzvNhv5qnEIn17Wq5AfybLCI4ni4nUs3P4Q-uVircJuMFGX01FkL921Sh2LxEo0hK6PAJHTl-uVKfw4jM5EQ"}]}
JSON parsed:
{
"keys": [
{
"kty": "RSA",
"e": "AQAB",
"use": "sig",
"kid": "GUtaK1YoX8vrAtlnwZD-4nP5Ow9drxb-tdUEiGMNuHs",
"alg": "RS256",
"n": "vAqAtL2FshrsIYWH42-KMawtzbALHlo-auTcRdrxSbeyFZaK1hmqcrsvCKYWUFBySIvkxh9A-ToNZz2_S0biIoI82VjjV6RCgGxBQXVKy21zZ-OMLYF7USh0S78mOLq-wh7JR0DNNSkI3x1cowJJY-hN5qOVrWid2FJ3krKNNZOFBV5yWFH4j5Yp_0qDjXinO5FqL8ut2KaFhXjxpZxfewcE-XqhrhJowKj731-SZY2TSBBOUJhnJbhqE6NMOrgPNBQzvNhv5qnEIn17Wq5AfybLCI4ni4nUs3P4Q-uVircJuMFGX01FkL921Sh2LxEo0hK6PAJHTl-uVKfw4jM5EQ"
}
]
}
ZWES1601I Server is ready to accept JWT with fallback to legacy tokens
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 6:07 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
Hi,
Thank you for giving a try to the pax. Now I have a clue. I've made a new pax https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-3-20220222064258.pax that should fix the issue. Can you please try it.
Regards, Leonty
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047486645, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLV7JGYHE3HFYZDNXM3U4MYZDANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
I have attached the zowe joblog which has the ‘failed to load’ messages at the end
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 6:07 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
Hi,
Thank you for giving a try to the pax. Now I have a clue. I've made a new pax https://zowe.jfrog.io/zowe/libs-snapshot-local/org/zowe/1.28.0-PR-2677/zowe-1.28.0-pr-2677-3-20220222064258.pax that should fix the issue. Can you please try it.
Regards, Leonty
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047486645, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLV7JGYHE3HFYZDNXM3U4MYZDANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
12022-02-22 19:22:26
ZWED5014I - Processing CLI arguments: --config=/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/serverConfig/server.json
ZWED5015I - Processed environment variables: { "node": { "mediationLayer": { "enabled": true, "cachingService": { "enabled": true }, "server": { "hostname": "X.XXX.XX.X", "gatewayPort": 7554, "port": 7553 } }, "hostname": "X.XXX.XX.X", "https": { "keys": Ý "/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.key" ¨, "port": 8544, "certificates": Ý "/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.cer-ebcdic" ¨, "certificateAuthorities": Ý "/DHSusrlpp/zowe/keystore/local_ca/localca.cer-ebcdic" ¨ }, "allowInvalidTLSProxy": true }, "agent": { "mediationLayer": { "enabled": true }, "host": "X.XXX.XX.X", "jwt": { "fallback": true }, "https": { "port": 8542 } }, "privilegedServerName": "ZWESIS_STD", "productDir": "/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-app-server/defaults" }
ZWED5018I - Initializing with configuration:
{
"productDir": "/DHSusrlpp/zowe/runtime/current/components/app-server/share/zlux-app-server/defaults",
"siteDir": "/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/site",
"instanceDir": "/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server",
"groupsDir": "/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/groups",
"usersDir": "/DHSusrlpp/zowe/instance/ZWE1/workspace/app-server/users",
"pluginsDir": "/DHSusrlpp/zowe/instance/ZWE1/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": 8544,
"keys": Ý
"/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.key"
¨,
"certificates": Ý
"/DHSusrlpp/zowe/keystore/localhost/localhost.keystore.cer-ebcdic"
¨,
"certificateAuthorities": Ý
"/DHSusrlpp/zowe/keystore/local_ca/localca.cer-ebcdic"
¨
},
"mediationLayer": {
"server": {
"hostname": "X.XXX.XX.X",
"port": 7553,
"isHttps": true,
"gatewayPort": 7554
},
"enabled": true,
"cachingService": {
"enabled": true
}
},
"headers": {
"X-frame-Options": {
"override": true,
"value": "sameorigin"
}
},
"hostname": "X.XXX.XX.X"
},
"dataserviceAuthentication": {
"rbac": false,
"defaultAuthentication": "saf",
"implementationDefaults": {
"saf": {
"plugins": Ý
"org.zowe.zlux.auth.safsso"
¨
}
}
},
"agent": {
"host": "X.XXX.XX.X",
"jwt": {
"fallback": true
},
"https": {
"ipAddresses": Ý
"127.0.0.1"
¨,
"port": 8542
},
"mediationLayer": {
"serviceName": "zss",
"enabled": true
},
"http": {}
},
"privilegedServerName": "ZWESIS_STD"
}
2022-02-22 19:23:33.001
ÝUSS Explorer¨ is started and listening on 8550...
ÝJES Explorer¨ is started and listening on 8546...
2022-02-22 19:23:35.675 node --trace-warnings ...
to show where the warning was created)
2022-02-22 19:23:35.711 node --trace-warnings ...
to show where the warning was created)
2022-02-22 19:23:36.037
/ _| | | () / ___| () | | _ _| | | ( _ _ __ __ | | / ` |/ | ' | | ' \ / _` | _ \ / \ '\ \ / / |/ / \ | |__| (| | (| | | | | | | | (_| | __) | / | \ V /| | (_| / ____,|_|| |||| ||_, | |___/ _|| _/ ||__| / | |___/
2022-02-22 19:23:45.486 Ý35mspring.cloud.loadbalancer.ribbon.enabled
to false
or remove spring-cloud-starter-netflix-ribbon from your project.
2022-02-22 19:24:28.378 spring.cloud.loadbalancer.ribbon.enabled
to false
or remove spring-cloud-starter-netflix-ribbon from your project.
2022-02-22 19:24:29.471 spring.cloud.loadbalancer.ribbon.enabled
to false
or remove spring-cloud-starter-netflix-ribbon from your project.
2022-02-22 19:24:38.363
I have attached the zowe joblog which has the ‘failed to load’ messages at the end
I couldn't find failed to load
in the log. Can you please check if it wasn't truncated.
I had a look at the attachment and see many of these sorts of messages towards the bottom for various applications:
2022-02-22 19:38:05.682
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 9:11 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
I have attached the zowe joblog which has the ‘failed to load’ messages at the end
I couldn't find failed to load in the log. Can you please check if it wasn't truncated.
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047632515, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLQH3BYRGO6WYHH3MR3U4NOM7ANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hi Leonty,
I compared this latest runtime that you provided (V1R28) and my original one (V1R27) and can see some directories missing. I’ll get it down again in case there was an issue with the download.
@.***
@.***
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 9:11 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
I have attached the zowe joblog which has the ‘failed to load’ messages at the end
I couldn't find failed to load in the log. Can you please check if it wasn't truncated.
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047632515, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLQH3BYRGO6WYHH3MR3U4NOM7ANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hi Leonty,
I redid the unpax and install and can now see the missing directories. I recreated my instance and started zowe. I now can now see all applications and they all start as expected:
@.***
What is the next step. Can I use this pax you provided or will I need to get down another release?
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Tuesday, 22 February 2022 9:11 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
I have attached the zowe joblog which has the ‘failed to load’ messages at the end
I couldn't find failed to load in the log. Can you please check if it wasn't truncated.
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1047632515, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLQH3BYRGO6WYHH3MR3U4NOM7ANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.**@.>> ** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hi Ted,
The fix is going to be included in 1.28
. You can use the pax that I provided while 1.28
hasn't released.
Regards, Leonty
Hi Leonty,
Thankyou for your help.
Regards, Ted Hempstead
Mainframe Engineering Services Infrastructure Platforms Branch Infrastructure and Operations Division [Title: Services Australia branding - Description: Services Australia servicesaustralia.gov.au] Level 2 Main Building, 134 Reed St, Greenway ACT 2900 Phone: 02 6191 9250 (Ext. 609250)
From: Leonty Chudinov @.> Sent: Thursday, 24 February 2022 9:53 PM To: zowe/zlux @.> Cc: Hempstead, Ted @.>; Mention @.> Subject: Re: [zowe/zlux] Problems after installing zowe V1.27 (Issue #798)
Hi Ted,
The fix is going to be included in 1.28. You can use the pax that I provided while 1.28 hasn't released.
Regards, Leonty
— Reply to this email directly, view it on GitHubhttps://github.com/zowe/zlux/issues/798#issuecomment-1049732391, or unsubscribehttps://github.com/notifications/unsubscribe-auth/AXP6KLTMVTJ3UU64JQKDA53U4YEYHANCNFSM5M7VT7IA. Triage notifications on the go with GitHub Mobile for iOShttps://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Androidhttps://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub. You are receiving this because you were mentioned.Message ID: @.*> **** IMPORTANT: This e-mail is for the use of the intended recipient only and may contain information that is confidential, commercially valuable and/or subject to legal or parliamentary privilege. If you are not the intended recipient you are notified that any review, re-transmission, disclosure, dissemination or other use of, or taking of any action in reliance upon, this information is prohibited and may result in severe penalties. If you have received this e-mail in error please notify the sender immediately and delete all electronic and hard copies of this transmission together with any attachments. Please consider the environment before printing this e-mail **
Hi Ted,
Glad to hear that the pax works for you. I close this issue. Please open a new one if you experience any issue.
Regards, Leonty
After moving from zowe 1.22 to 1.24 to 1.26 which all seemed to have various issues we have installed 1.27 in the hope that it would be more stable.
These are the issues we are experiencing with 1.27
The zowe editor no longer works and returns the following:
IP-explorer gets an internal error:
Workflows are not show:
All other apps work fine and as expected. In our previous 1.22 install both the editor and workflows worked fine.
When I activate RBAC all apps become disabled even when I have access to ZLUX.** (I did see another issue for this )
I have the same code on two different sysplex's and are experiencing the same issues.