-
Dec 4th, 2010, 12:39 PM
#1
MBeanTrustPermission register error
Hi,
When I am starting up my spring program using Tomcat, I am getting the below error
java.security.AccessControlException: access denied (javax.management.MBeanTrustPermission register)
at java.security.AccessControlContext.checkPermission (AccessControlContext.java:264)
at java.lang.SecurityManager.checkPermission(Security Manager.java:568)
at com.sun.jmx.interceptor.DefaultMBeanServerIntercep tor.checkMBeanTrustPermission(DefaultMBeanServerIn terceptor.java:1724)
at com.sun.jmx.interceptor.DefaultMBeanServerIntercep tor.registerMBean(DefaultMBeanServerInterceptor.ja va:335).
I modified the policy file suggested in some web site ,still getting the same error..
Any things else needs to be modified?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules