You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When nexus is starting in nexus.log there is a error entry :
ERROR [activator-1-thread-1] *SYSTEM org.apache.karaf.management.internal.Activator - Can’t init JMXConnectorServer: superclass access check failed: class org.apache.karaf.management.ConnectorServerFactory$JmxRegistry (in unnamed module @0x37a5c454) cannot access class sun.rmi.registry.RegistryImpl (in module java.rmi) because module java.rmi does not export sun.rmi.registry to unnamed module @0x37a5c454
The text was updated successfully, but these errors were encountered:
jmx monitoring configured using this article https://support.sonatype.com/hc/en-us/articles/218501277-Configuring-Nexus-Repository-3-To-Allow-JMX-Connections is in v3.76.0-03 not working, in v3.70.3-01 JMX monitoring is working in v3.76.0-03 it isn’t. No java processes are started on defined rmiRegistryPort and rmiServerPort.
When nexus is starting in nexus.log there is a error entry :
ERROR [activator-1-thread-1] *SYSTEM org.apache.karaf.management.internal.Activator - Can’t init JMXConnectorServer: superclass access check failed: class org.apache.karaf.management.ConnectorServerFactory$JmxRegistry (in unnamed module @0x37a5c454) cannot access class sun.rmi.registry.RegistryImpl (in module java.rmi) because module java.rmi does not export sun.rmi.registry to unnamed module @0x37a5c454
The text was updated successfully, but these errors were encountered: