Hi all, when I try to run ./elasticsearch from bin folder, I encounter the following problems.
ERROR Unable to unregister MBeans java.security.AccessControlException: access denied ("javax.management.MBeanServerPermission" "createMBeanServer")
ERROR Could not register mbeans java.security.AccessControlException: access denied ("javax.management.MBeanTrustPermission" "register")
What action have I done previously :
Added : permission javax.management.MBeanTrustPermission "register";
to /etc/elasticsearch-master/jdk/conf/security/policy
Kindly help to give some advice on how to resolve this. Thanks