INVALID_JMX_CREDENTIAL_CWOBJ0026=CWOBJ0026E: The JMX credential type is not right. It should be of type {0}.
Explanation
The JMX credential type is not right. If basic authentication is used, the expected type is String[] with the first element being user name and the second being password. If the client certificate is used, the expected type is Certificate[].
User response
Use the right credentials.