Hi, I'm studying Java Security, and trying to run JBoss with the default sandbox 
parameters. 

I set several permissions so far, and now I'm getting the following exception:


  | java.security.AccessControlException: access denied 
javax.management.MBeanServerPermission: name=createMBeanServer
  |         at 
java.security.AccessControlContext.checkPermission(AccessControlContext.java:269)
  |         at 
java.security.AccessController.checkPermission(AccessController.java:401)
  |         at java.lang.SecurityManager.checkPermission(SecurityManager.java:524)
  |         at 
javax.management.MBeanServerFactory.checkPermission(MBeanServerFactory.java:189)
  |         at 
javax.management.MBeanServerFactory.createMBeanServer(MBeanServerFactory.java:79)
  |         at org.jboss.system.server.ServerImpl.doStart(ServerImpl.java:327)
  | 
  | 
  | Which sandbox permission should I set?
  | 
  | I've tried setting the Runtime Permission name = "accessClassInPackage.javax." or 
"accessClassInPackage.createMBeanServer" or "createMBeanServer" withouth success.
  | 
  | Any help would be appreciated.
  | 
  | Marco

View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3836899#3836899

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3836899



-------------------------------------------------------
This SF.Net email is sponsored by: Oracle 10g
Get certified on the hottest thing ever to hit the market... Oracle 10g. 
Take an Oracle 10g class now, and we'll give you the exam FREE.
http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to