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!

[1259 byte] By [garyeelliotta] at [2007-11-27 4:49:00]
# 1
Is there a question here about programming in Java?
petes1234a at 2007-7-12 10:02:00 > top of Java-index,Java Essentials,New To Java...
# 2

hello - I am not a java programmer, more of a network/system administrator. just looking to see the cause of the error message.

Looks like some kind of java security issue. I did install VCS 4.1.1 and

there are some application that generate this error when trying to start. I feel that it is a file permission problem but not sure.

Thanks

garyeelliotta at 2007-7-12 10:02:00 > top of Java-index,Java Essentials,New To Java...
# 3

> hello - I am not a java programmer, more of a

> network/system administrator. just looking to see

> the cause of the error message.

> Looks like some kind of java security issue. I did

> install VCS 4.1.1 and

> there are some application that generate this error

> when trying to start. I feel that it is a file

> permission problem but not sure.

I wish you luck with your problem, but this is a java programmer's site. I think that you will have better luck solving your problem elsewhere.

petes1234a at 2007-7-12 10:02:00 > top of Java-index,Java Essentials,New To Java...