Java error
I am running solaris 8 and when I try to start up RMI applications I get the following error:
mt4nj01bem >cat startAvoicsProvTransMgr.err
Exception in thread "main" java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.util.PropertyPermission * read,write)
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.fillInStackTrace(Compiled Code)
at java.lang.Throwable.<init>(Compiled Code)
at java.lang.Exception.<init>(Exception.java:35)
at java.lang.RuntimeException.<init>(RuntimeException.java:40)
at java.lang.SecurityException.<init>(SecurityException.java:32)
at java.security.AccessControlException.<init>(AccessControlException.java:50)
at java.security.AccessControlContext.checkPermission(Compiled Code)
at java.security.AccessController.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPermission(Compiled Code)
at java.lang.SecurityManager.checkPropertiesAccess(SecurityManager.java:1208)
at java.lang.System.getProperties(System.java:477)
at <Unloaded Method>
at JvmMgr.main(JvmMgr.java:124)
Any help is appreciated!

