Dirk,

I had to put the following line in my policy file:

grant {
    permission java.util.PropertyPermission "*", "read,write";
}

Of course, I'm just doing this to get things working right now.  I'll worry
about the proper
settings later, but this should get you going.


Tim Kitchens
MICROS Systems, Inc.



-----Original Message-----
From: Dirk Haase [mailto:[EMAIL PROTECTED]]
Sent: Thursday, December 16, 1999 7:52 AM
To: [EMAIL PROTECTED]
Subject: Installation problem


Hi,

When I want to start JOnAS, I get following StackTrace:

JOnAS - Version 1.5
Exception in thread "main" java.lang.ExceptionInInitializerError:
java.security.AccessControlException: access denied
(java.util.PropertyPermission * read,write)
        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(Compiled
Code)
        at java.lang.System.getProperties(Compiled Code)
        at org.objectweb.jonas.common.Prop.<clinit>(Prop.java:44)
        at org.objectweb.jonas.common.Trace.configure(Compiled Code)
        at org.objectweb.jonas.server.Server.main(Compiled Code)   

Has anyone had the same problem and could help me? (the rmiregistry is
already running)

thanx
  Dirk

--
Dirk Haase     mailto: [EMAIL PROTECTED]

Reply via email to