1 Reply Latest reply on May 24, 2011 2:37 AM by jfclere

    AccessControlException: access denied

    struct

      Hi guys,

       

      At our company we have a old version of our legacy system running on jboss. Lately some people are having issues launching java applet that does batch downloading and only thing I can find was that it is somehow related to security. I'm not a jboss or java guru. Unfortunately no one at our company knows about this since this is such an old platform...

       

      I launched the firefox in terminal to catch the error java throws out. Any pointers to resolving this issue would be much appreciated.

      Here is the whole error output:

       

      jchang@jchang-HP-Z200-Workstation:~$ firefox

      java version "1.6.0_20"

      OpenJDK Runtime Environment (IcedTea6 1.9.7) (6b20-1.9.7-0ubuntu1)

      OpenJDK Server VM (build 19.0-b09, mixed mode)

      Thread-6: 05/23/11 14:54:10-v 1.0.58 (wpr)

      java.security.AccessControlException: access denied (java.util.PropertyPermission org.apache.commons.logging.Log write)

                at java.security.AccessControlContext.checkPermission(AccessControlContext.java:393)

                at java.security.AccessController.checkPermission(AccessController.java:553)

                at java.lang.SecurityManager.checkPermission(SecurityManager.java:549)

                at net.sourceforge.jnlp.runtime.JNLPSecurityManager.checkPermission(JNLPSecurityManager.java:250)

                at java.lang.System.setProperty(System.java:744)

                at DAXApplet.init(DAXApplet.java:606)

                at DownloadManager.init(DownloadManager.java:129)

                at sun.applet.AppletPanel.run(AppletPanel.java:436)

                at java.lang.Thread.run(Thread.java:636)

       

      Thanks in advance.