0 Replies Latest reply on Jun 18, 2006 6:23 AM by bbeloff

    java.security.AccessControlException: access denied

    bbeloff

      Hi.

      I have a serious problem with starting JBoss from within the Eclipse JBoss-IDE. When I attempt to do a Start with the Server Navigator, I get:

      Failed to boot JBoss:
      java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)
       at java.security.AccessControlContext.checkPermission(AccessControlContext.java:264)
       at java.security.AccessController.checkPermission(AccessController.java:427)
       at java.lang.SecurityManager.checkPermission(SecurityManager.java:532)
       at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1252)
       at java.lang.System.getProperties(System.java:560)
       at org.jboss.Main.<init>(Main.java:76)
       at org.jboss.Main$1.run(Main.java:462)
       at java.lang.Thread.run(Thread.java:613)
      


      This used to work fine, I can't see what changed in my configuration to cause this. Any help gratefully received - I can't use debug for applications within Jboss until I've fixed this!

      My config:

      Eclipse 3.1.2
      Jboss 4.0.2
      Java 1.5.0

      Thanks,

      Bruno.