Explanation | The configured password is invalid. If the specified configuration value is an encoded string, the encoding does not comply with the WebSphere Liberty profile supported encoding standards. | |
Action | Verify that the configured password is valid. If the password needs encoding use the securityUtility shipped with WebSphere Liberty profile. |
Explanation | The port attribute contains an invalid character. | |
Action | Change the port to a numeric value. |
Explanation | A required attribute of zosConnectServiceRestClient, either port or host, is missing. | |
Action | Add the attribute to zosConnectServiceRestClient. |
Explanation | The applName attribute is empty. | |
Action | Ensure that the applName attribute set on the zosconnect_zosConnectServiceRestClientBasicAuth element is not empty. |
Explanation | The invocation of the remote service did not complete successfully. | |
Action | Review the response message and body, correct any errors and try the request again. |
Explanation | The request payload is not in the expected JSON format. | |
Action | Verify that a request payload is of the appropriate format. Review the service logs for more detailed error information. |
Explanation | The httpMethod attribute is defined, but is not one of the defined HTTP methods for the REST client. | |
Action | Ensure that the httpMethod attribute of the zosConnectServiceRestClient element is one of GET, PUT, POST, OPTIONS or DELETE. |
Explanation | The named zosconnect_zosConnectServiceRestClientConnection is missing from server.xml. | |
Action | Ensure the connection reference matches a zosconnect_zosConnectServiceRestClientConnection element in server.xml. |
Explanation | The zosconnect_zosConnectServiceRestClientConnection element named in the policy is missing from server.xml. | |
Action | Ensure that the connection reference named in the policy matches a zosconnect_zosConnectServiceRestClientConnection element in server.xml. |