0

Using Mbeans java programming How to restart jmx or Mbean components in Karaf server without getting Insufficient roles/credentials for operation

Venkatesh Boya
  • 564
  • 5
  • 11

1 Answers1

0

In the bin/karaf.sh or bat script, remove the -Djavax.management.builder.initial=org.apache.karaf.management.boot.KarafMBeanServerBuilder JVM argument . The RBAC will be completely disabled for MBeanServer.

Venkatesh Boya
  • 564
  • 5
  • 11