CWOBJ0067W

JMX_SSL_ENABLED_WITHOUT_PORT_CWOBJ0067W=CWOBJ0067W: SSL is enabled for JMX connections to this server. However, the JMXServicePort property was not provided.

Explanation

If SSL is configured for JMX, JMX communication does not work when communicating with this server over SSL if the JMXServicePort is not specified.

User response

Either provide the JMXServicePort and JMXConnectorPort properties when starting the server or disable SSL for the JMX protocol. To disable SSL for the JMX protocol, either disable SSL for the server, or specify the JVM argument -Dcom.sun.management.jmxremote.ssl=false during server startup to disable SSL only for JMX communication.