From 4b48ff890b6ce14e7fddd02d7d02ec45c626c933 Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Mon, 22 Jan 2024 13:23:39 +0100 Subject: [PATCH 1/3] Update zss-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../app-framework/zss-error-codes.md | 455 +++++++++++++++++- 1 file changed, 445 insertions(+), 10 deletions(-) diff --git a/docs/troubleshoot/app-framework/zss-error-codes.md b/docs/troubleshoot/app-framework/zss-error-codes.md index 5f40461f12..f40728a646 100644 --- a/docs/troubleshoot/app-framework/zss-error-codes.md +++ b/docs/troubleshoot/app-framework/zss-error-codes.md @@ -4,19 +4,57 @@ The following error message codes may appear on ZSS log. Use the following messa ## ZSS informational messages -### ZWES0013I +### ZWES1007I :new: + + webContent was not found in plugin definition for '%s' + + **Reason:** + + The `webContent` was not found in plugin definition for ``. + + **Action:** + + No action required. + +### ZWES1008I :new: + + libraryVersion was not found in plugin definition for '%s' + + **Reason:** + + The `libraryVersion` was not found in plugin definition for ``. + + **Action:** + + No action required. + +### ZWES1010I :new: + + Plugin ID and/or location was not found in '%s' + + **Reason:** + + The plugin ID and/or location was not found in ``. + + **Action:** + + No action required. + +### ZWES1013I ZSS Server has started. Version '%s' '%s' **Reason:** - ZSS Server has started. + ZSS Server has started. Version is `` ``. + + `` is either `31-bit` or `64-bit`. **Action:** No action required. -### ZWES0014I +### ZWES1014I ZIS status - '%s' (name='%.16s', cmsRC='%d', description='%s', clientVersion='%d') @@ -33,7 +71,7 @@ The following error message codes may appear on ZSS log. Use the following messa - `cmsRC=47`, description=`'ZVT is NULL'` - `cmsRC=64`, description=`'PC is unavailable'` -### ZWES0035I +### ZWES1035I ZSS Server settings: Address='%s', port='%d', protocol='%s' @@ -44,7 +82,20 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** No action required. -### ZWES0039I + +### ZWES1038I :new: + + Server timeouts file '%s' either not found or invalid JSON. ZSS sessions will use the default length of one hour. + + **Reason:** + + The server timeouts file `` either was not found or is invalid JSON. ZSS sessions uses the default length of one hour. + + **Action:** + + No action required. + +### ZWES1039I Installing '%s' service... @@ -56,7 +107,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES0061I +### ZWES1061I TLS settings: keyring '%s', label '%s', password '%s', stash '%s' @@ -67,7 +118,8 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** No action required. -### ZWES0063I + +### ZWES1063I Caching Service settings: gateway host '%s', port %d @@ -79,7 +131,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES0064I +### ZWES1064I Caching Service not configured @@ -90,6 +142,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** No action required. + ### ZWES1100I Product Registration is enabled. @@ -152,6 +205,29 @@ The following error message codes may appear on ZSS log. Use the following messa ## ZSS error messages +### ZWES1001E :new: + + Log level '%d' is incorrect. + + **Reason:** + + The logging level `` is incorrect. + + **Action:** + + Verify the `` is in range `0..5`. + +### ZWES1002E :new: + + Error in timeouts file: Could not parse config file as a JSON object. + + **Reason:** + + There is an error in timeouts file: could not parse config file as a JSON object. + + **Action:** + + Verify the timeouts file is a valid JSON. ### ZWES1006E @@ -161,11 +237,82 @@ The following error message codes may appear on ZSS log. Use the following messa An error occurred while parsing ``: ``. - **Action:** If you are a plugin developer check `` and fix the error by editing ``, otherwise, report the error to the plugin vendor. +### ZWES1011E :new: + + Error while parsing: '%s' + + **Reason:** + + There is an error while parsing: ``. + + **Action:** + + Review the `` and correct it. + +### ZWES1016E :new: + + Cannot validate file permission, path is not defined. + + **Reason:** + + Cannot validate the file permission, path is not defined. + + **Action:** + + Review the permission of the :question: + +### ZWES1017E :new: + + Could not get file info on config path='%s': Ret='%d', res='%d' + + **Reason:** + + Could not get the file information on config path=``: Ret=``, res=`` + + **Action:** + + Contact support. + +### ZWES1020E :new: + + Skipping validation of file permissions: Disabled during compilation, using file '%s'. + + **Reason:** + + Skipping validation of file permissions: disabled during compilation, using the file ``. + + **Action:** + + Contact support. + +### ZWES1021E :new: + + Cannot validate file permissions: Path is not defined. + + **Reason:** + + Cannot validate the file permissions: path is not defined. + + **Action:** + + :question: + +### ZWES1022E :new: + + Cannot validate file permissions: Path is for a directory and not a file. + + **Reason:** + + Cannot validate the file permissions. Given path is a directory path only without a file. + + **Action:** + + :question: + ### ZWES1034E Server startup problem: Address '%s' not valid. @@ -214,6 +361,17 @@ The following error message codes may appear on ZSS log. Use the following messa Check agent https settings. +### ZWES1500E :new: + + Failed to generate PassTicket - userId='%s', applId='%s', %s + + **Reason:** + + Failed to generate the PassTicket for userId=``, applId=``, ``. + + **Action:** + + Review your security product meets all passTickets requirements. ## ZSS warning messages @@ -229,6 +387,18 @@ The following error message codes may appear on ZSS log. Use the following messa If your privileged server name is `ZWESIS_STD` then no action required. Otherwise set `components.zss.crossMemoryServerName` property in configuration to the correct name. +### ZWES1004W :new: + + Expected plugin ID '%s', instead received '%s' + + **Reason:** + + Expected plugin ID is ``, but it was received ``. + + **Action:** + + Verify the plugin JSON definition. + ### ZWES1005W Plugin ID was not found in '%s' @@ -241,6 +411,18 @@ The following error message codes may appear on ZSS log. Use the following messa If you are a plugin developer add `pluginId` property into `` file. Otherwise, contact the plugin vendor. +### ZWES1009W :new: + + Plugin ID '%s' is NULL and cannot be loaded. + + **Reason:** + + The plugin with `` was not succesfully created and cannot be loaded. + + **Action:** + + Verify the plugin JSON definition. + ### ZWES1012W Could not open pluginsDir '%s': Ret='%d', res='0x%x' @@ -301,6 +483,260 @@ The following error message codes may appear on ZSS log. Use the following messa Action depends on return/reason code. For additional information examine the reason code with [`bpxmtext`](https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-bpxmtext-display-reason-code-text) command. +### ZWES1200W :new: + + Could not %s file '%s': Ret='%d', res='%d' + + **Reason:** + + Could not `` file ``, return code is ``, resason code is ``. + + `` specifies for which file operation a problem was detected. + + **Action:** + + No action required. + +### ZWES1202W :new: + + Transfer type has not been set. + + **Reason:** + + The transfer type was not set. + + **Action:** + + No action required. + +### ZWES1400W :new: + + Non standard class provided for '%s' '%s', ending request... + + **Reason:** + + Non standard class was provided for `` ``, the request was ended. + + **Action:** + + :question: + +### ZWES1401W :new: + + Profile not provided for profiles GET, ending request... + + **Reason:** + + The profile not provided for profiles GET, the request was ended. + + **Action:** + + :question: + +### ZWES1402W :new: + + Profile name required for '%s' '%s' + + **Reason:** + + The profile name is required for `` `` + + **Action:** + + :question: + +### ZWES1403W :new: + + User ID required for user POST/PUT + + **Reason:** + + The user ID is required for user POST or PUT. + + **Action:** + + :question: + +### :x: ZWES1404W :x: + + Body not provided for user POST/PUT, ending request... + + **Reason:** + + The body was not provided for user POST or PUT, the request was ended. + + **Action:** + + :question: + +### ZWES1406W :new: + + Unknown access type '%d' provided for user POST/PUT, ending request... + + **Reason:** + + Unknown access type `` provided for user POST or PUT, the request was ended. + + **Action:** + + :question: + +### ZWES1407W :new: + + Access list can only be retrieved in bulk, ending request... + + **Reason:** + + The access list can only be retrieved in bulk, the request was ended. + + **Action:** + + :question: + +### ZWES1408W :new: + + Access list buffer with size '%u' not allocated, ending request... + + **Reason:** + + The access list buffer with size `` was not allocated, the request was ended. + + **Action:** + + :question: + +### ZWES1409W :new: + + Access list size out of range '%u', ending request... + + **Reason:** + + The size of access list is out of range ``, the request was ended. + + **Action:** + + :question: + +### ZWES1410W :new: + + Access list entry name required for access list DELETE + + **Reason:** + + The access list entry name is required for access list `DELETE`. + + **Action:** + + :question: + +### ZWES1411W :new: + + Class-mgmt query string is invalid, ending request... + + **Reason:** + + `Class-mgmt`` query string is invalid, the request was ended. + + **Action:** + + :question: + +### ZWES1412W :new: + + Group name required for '%s' '%s' + + **Reason:** + + The group name required for `` ``. + + **Action:** + + :question: + +### ZWES1413W :new: + + Body not provided for group POST, ending request... + + **Reason:** + + The body was not provided for group `POST`, the request was ended. + + **Action:** + + :question: + +### ZWES1414W :new: + + Superior not provided for group POST, ending request... + + **Reason:** + + Superior not provided for group `POST`, the request was ended. + + **Action:** + + :question: + +### ZWES1415W :new: + + Bad superior group provided for group POST, ending request... + + **Reason:** + + Bad superior group was provided for group `POST`, the request was ended. + + **Action:** + + :question: + +### ZWES1416W :new: + + Access type not provided for user POST/PUT, ending request... + + **Reason:** + + The access type was not provided for user `POST` or `PUT`, the request was ended. + + **Action:** + + :question: + +### ZWES1417W :new: + + Unknown access type, use [USE, CREATE, CONNECT, JOIN] + + **Reason:** + + Unknown access type, use `USE`, `CREATE`, `CONNECT` or `JOIN`. + + **Action:** + + :question: + +### ZWES1418W :new: + + Access list will be re-allocated with capacity '%u' + + **Reason:** + + The access list will be re-allocated with capacity ``. + + **Action:** + + No action required. + +### ZWES1419W :new: + + Group-mgmt query string is invalid, ending request... + + **Reason:** + + `` query string is invalid and the requested was ended. + + **Action:** + + :question: + ### ZWES1602W JWK is in unrecognized format @@ -361,4 +797,3 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** No action required. - From 689b4c513610db5cd0e0e17dddad3f811b0d898a Mon Sep 17 00:00:00 2001 From: Andrew Jandacek Date: Wed, 21 Feb 2024 12:05:53 +0100 Subject: [PATCH 2/3] language refactor Signed-off-by: Andrew Jandacek --- .../app-framework/zss-error-codes.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/docs/troubleshoot/app-framework/zss-error-codes.md b/docs/troubleshoot/app-framework/zss-error-codes.md index f40728a646..52dc844451 100644 --- a/docs/troubleshoot/app-framework/zss-error-codes.md +++ b/docs/troubleshoot/app-framework/zss-error-codes.md @@ -125,7 +125,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Reason:** - Caching Service settings are gateway host ``, port ``. HA is mode enabled. + Caching Service settings are gateway host ``, port ``. HA mode is enabled. **Action:** @@ -339,11 +339,11 @@ The following error message codes may appear on ZSS log. Use the following messa ### ZWES1037E - This is usually because the server port '%d' is occupied. Is ZSS running twice? + The server port '%d' may be occupied. Is ZSS running twice? **Reason:** - ZSS port number is already occupped. + ZSS port number is already occupied. **Action:** @@ -351,7 +351,7 @@ The following error message codes may appear on ZSS log. Use the following messa ### ZWES1065E - Failed to configure https server, check agent https settings + Failed to configure https server. Check agent https settings **Reason:** @@ -371,7 +371,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** - Review your security product meets all passTickets requirements. + Review your security product to determine that it meets all passTickets requirements. ## ZSS warning messages @@ -409,7 +409,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** - If you are a plugin developer add `pluginId` property into `` file. Otherwise, contact the plugin vendor. + If you are a plugin developer add the `pluginId` property to the `` file. Otherwise, contact the plugin vendor. ### ZWES1009W :new: @@ -445,7 +445,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** - Ensure that ZSS certificate is configured correctly. Check GSKit return code and description for additional information. + Ensure that the ZSS certificate is configured correctly. Check GSKit return code and description for additional information. ### ZWES1103W @@ -469,7 +469,7 @@ The following error message codes may appear on ZSS log. Use the following messa **Action:** - Action depends on return/reason code. For additional information examine the reason code with [`bpxmtext`](https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-bpxmtext-display-reason-code-text) command. + Action depends on return/reason code. For additional information examine the reason code with the [`bpxmtext`](https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-bpxmtext-display-reason-code-text) command. ### ZWES1103W From 10c7654a5c0524b84a814d95d59abf9c42bb6f2c Mon Sep 17 00:00:00 2001 From: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> Date: Wed, 21 Feb 2024 14:32:36 +0100 Subject: [PATCH 3/3] Update zss-error-codes.md Signed-off-by: Martin Zeithaml <66114686+Martin-Zeithaml@users.noreply.github.com> --- .../app-framework/zss-error-codes.md | 162 +++++------------- 1 file changed, 39 insertions(+), 123 deletions(-) diff --git a/docs/troubleshoot/app-framework/zss-error-codes.md b/docs/troubleshoot/app-framework/zss-error-codes.md index 52dc844451..a8998a1dfb 100644 --- a/docs/troubleshoot/app-framework/zss-error-codes.md +++ b/docs/troubleshoot/app-framework/zss-error-codes.md @@ -4,7 +4,7 @@ The following error message codes may appear on ZSS log. Use the following messa ## ZSS informational messages -### ZWES1007I :new: +### ZWES1007I webContent was not found in plugin definition for '%s' @@ -16,7 +16,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1008I :new: +### ZWES1008I libraryVersion was not found in plugin definition for '%s' @@ -28,7 +28,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1010I :new: +### ZWES1010I Plugin ID and/or location was not found in '%s' @@ -83,7 +83,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1038I :new: +### ZWES1038I Server timeouts file '%s' either not found or invalid JSON. ZSS sessions will use the default length of one hour. @@ -205,7 +205,7 @@ The following error message codes may appear on ZSS log. Use the following messa ## ZSS error messages -### ZWES1001E :new: +### ZWES1001E Log level '%d' is incorrect. @@ -217,7 +217,7 @@ The following error message codes may appear on ZSS log. Use the following messa Verify the `` is in range `0..5`. -### ZWES1002E :new: +### ZWES1002E Error in timeouts file: Could not parse config file as a JSON object. @@ -241,7 +241,7 @@ The following error message codes may appear on ZSS log. Use the following messa If you are a plugin developer check `` and fix the error by editing ``, otherwise, report the error to the plugin vendor. -### ZWES1011E :new: +### ZWES1011E Error while parsing: '%s' @@ -253,7 +253,7 @@ The following error message codes may appear on ZSS log. Use the following messa Review the `` and correct it. -### ZWES1016E :new: +### ZWES1016E Cannot validate file permission, path is not defined. @@ -261,11 +261,7 @@ The following error message codes may appear on ZSS log. Use the following messa Cannot validate the file permission, path is not defined. - **Action:** - - Review the permission of the :question: - -### ZWES1017E :new: +### ZWES1017E Could not get file info on config path='%s': Ret='%d', res='%d' @@ -277,7 +273,7 @@ The following error message codes may appear on ZSS log. Use the following messa Contact support. -### ZWES1020E :new: +### ZWES1020E Skipping validation of file permissions: Disabled during compilation, using file '%s'. @@ -289,7 +285,7 @@ The following error message codes may appear on ZSS log. Use the following messa Contact support. -### ZWES1021E :new: +### ZWES1021E Cannot validate file permissions: Path is not defined. @@ -297,11 +293,7 @@ The following error message codes may appear on ZSS log. Use the following messa Cannot validate the file permissions: path is not defined. - **Action:** - - :question: - -### ZWES1022E :new: +### ZWES1022E Cannot validate file permissions: Path is for a directory and not a file. @@ -309,10 +301,6 @@ The following error message codes may appear on ZSS log. Use the following messa Cannot validate the file permissions. Given path is a directory path only without a file. - **Action:** - - :question: - ### ZWES1034E Server startup problem: Address '%s' not valid. @@ -339,7 +327,7 @@ The following error message codes may appear on ZSS log. Use the following messa ### ZWES1037E - The server port '%d' may be occupied. Is ZSS running twice? + This is usually because the server port '%d' is occupied. Is ZSS running twice? **Reason:** @@ -351,7 +339,7 @@ The following error message codes may appear on ZSS log. Use the following messa ### ZWES1065E - Failed to configure https server. Check agent https settings + Failed to configure https server, check agent https settings **Reason:** @@ -361,7 +349,7 @@ The following error message codes may appear on ZSS log. Use the following messa Check agent https settings. -### ZWES1500E :new: +### ZWES1500E Failed to generate PassTicket - userId='%s', applId='%s', %s @@ -387,7 +375,7 @@ The following error message codes may appear on ZSS log. Use the following messa If your privileged server name is `ZWESIS_STD` then no action required. Otherwise set `components.zss.crossMemoryServerName` property in configuration to the correct name. -### ZWES1004W :new: +### ZWES1004W Expected plugin ID '%s', instead received '%s' @@ -411,7 +399,7 @@ The following error message codes may appear on ZSS log. Use the following messa If you are a plugin developer add the `pluginId` property to the `` file. Otherwise, contact the plugin vendor. -### ZWES1009W :new: +### ZWES1009W Plugin ID '%s' is NULL and cannot be loaded. @@ -483,7 +471,7 @@ The following error message codes may appear on ZSS log. Use the following messa Action depends on return/reason code. For additional information examine the reason code with [`bpxmtext`](https://www.ibm.com/docs/en/zos/2.4.0?topic=descriptions-bpxmtext-display-reason-code-text) command. -### ZWES1200W :new: +### ZWES1200W Could not %s file '%s': Ret='%d', res='%d' @@ -497,7 +485,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1202W :new: +### ZWES1202W Transfer type has not been set. @@ -509,7 +497,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1400W :new: +### ZWES1400W Non standard class provided for '%s' '%s', ending request... @@ -517,11 +505,7 @@ The following error message codes may appear on ZSS log. Use the following messa Non standard class was provided for `` ``, the request was ended. - **Action:** - - :question: - -### ZWES1401W :new: +### ZWES1401W Profile not provided for profiles GET, ending request... @@ -529,11 +513,7 @@ The following error message codes may appear on ZSS log. Use the following messa The profile not provided for profiles GET, the request was ended. - **Action:** - - :question: - -### ZWES1402W :new: +### ZWES1402W Profile name required for '%s' '%s' @@ -541,11 +521,7 @@ The following error message codes may appear on ZSS log. Use the following messa The profile name is required for `` `` - **Action:** - - :question: - -### ZWES1403W :new: +### ZWES1403W User ID required for user POST/PUT @@ -553,11 +529,7 @@ The following error message codes may appear on ZSS log. Use the following messa The user ID is required for user POST or PUT. - **Action:** - - :question: - -### :x: ZWES1404W :x: +### ZWES1404W Body not provided for user POST/PUT, ending request... @@ -565,11 +537,7 @@ The following error message codes may appear on ZSS log. Use the following messa The body was not provided for user POST or PUT, the request was ended. - **Action:** - - :question: - -### ZWES1406W :new: +### ZWES1406W Unknown access type '%d' provided for user POST/PUT, ending request... @@ -577,11 +545,7 @@ The following error message codes may appear on ZSS log. Use the following messa Unknown access type `` provided for user POST or PUT, the request was ended. - **Action:** - - :question: - -### ZWES1407W :new: +### ZWES1407W Access list can only be retrieved in bulk, ending request... @@ -589,11 +553,7 @@ The following error message codes may appear on ZSS log. Use the following messa The access list can only be retrieved in bulk, the request was ended. - **Action:** - - :question: - -### ZWES1408W :new: +### ZWES1408W Access list buffer with size '%u' not allocated, ending request... @@ -601,11 +561,7 @@ The following error message codes may appear on ZSS log. Use the following messa The access list buffer with size `` was not allocated, the request was ended. - **Action:** - - :question: - -### ZWES1409W :new: +### ZWES1409W Access list size out of range '%u', ending request... @@ -613,11 +569,7 @@ The following error message codes may appear on ZSS log. Use the following messa The size of access list is out of range ``, the request was ended. - **Action:** - - :question: - -### ZWES1410W :new: +### ZWES1410W Access list entry name required for access list DELETE @@ -625,11 +577,7 @@ The following error message codes may appear on ZSS log. Use the following messa The access list entry name is required for access list `DELETE`. - **Action:** - - :question: - -### ZWES1411W :new: +### ZWES1411W Class-mgmt query string is invalid, ending request... @@ -637,11 +585,7 @@ The following error message codes may appear on ZSS log. Use the following messa `Class-mgmt`` query string is invalid, the request was ended. - **Action:** - - :question: - -### ZWES1412W :new: +### ZWES1412W Group name required for '%s' '%s' @@ -649,11 +593,7 @@ The following error message codes may appear on ZSS log. Use the following messa The group name required for `` ``. - **Action:** - - :question: - -### ZWES1413W :new: +### ZWES1413W Body not provided for group POST, ending request... @@ -661,11 +601,8 @@ The following error message codes may appear on ZSS log. Use the following messa The body was not provided for group `POST`, the request was ended. - **Action:** - - :question: -### ZWES1414W :new: +### ZWES1414W Superior not provided for group POST, ending request... @@ -673,11 +610,7 @@ The following error message codes may appear on ZSS log. Use the following messa Superior not provided for group `POST`, the request was ended. - **Action:** - - :question: - -### ZWES1415W :new: +### ZWES1415W Bad superior group provided for group POST, ending request... @@ -685,11 +618,7 @@ The following error message codes may appear on ZSS log. Use the following messa Bad superior group was provided for group `POST`, the request was ended. - **Action:** - - :question: - -### ZWES1416W :new: +### ZWES1416W Access type not provided for user POST/PUT, ending request... @@ -697,11 +626,7 @@ The following error message codes may appear on ZSS log. Use the following messa The access type was not provided for user `POST` or `PUT`, the request was ended. - **Action:** - - :question: - -### ZWES1417W :new: +### ZWES1417W Unknown access type, use [USE, CREATE, CONNECT, JOIN] @@ -709,11 +634,7 @@ The following error message codes may appear on ZSS log. Use the following messa Unknown access type, use `USE`, `CREATE`, `CONNECT` or `JOIN`. - **Action:** - - :question: - -### ZWES1418W :new: +### ZWES1418W Access list will be re-allocated with capacity '%u' @@ -725,7 +646,7 @@ The following error message codes may appear on ZSS log. Use the following messa No action required. -### ZWES1419W :new: +### ZWES1419W Group-mgmt query string is invalid, ending request... @@ -733,10 +654,6 @@ The following error message codes may appear on ZSS log. Use the following messa `` query string is invalid and the requested was ended. - **Action:** - - :question: - ### ZWES1602W JWK is in unrecognized format @@ -793,7 +710,6 @@ The following error message codes may appear on ZSS log. Use the following messa Failed to get JWK - ``, retry in `` seconds. ZSS Server was unable to get JSON Web Key(JWK), it will try to repeat the attempt in `` seconds. - **Action:** -No action required. + No action required.