Thomas Sindt wrote:

   $ java org.objectweb.jeremie.libs.services.registry.JRMIRegistry &
   $ Jeremie Registry started
   java.security.AccessControlException: access denied
   (java.net.SocketPermission 192.168.100.112:1117 accept,resolve)
   [...]

Hi,

When you start the registry, you should provide it with a security policy file. You 
may for instance use the jonas.policy file provided in
your
distribution.

Use

    java -Djava.security.policy=jonas.policy 
org.objectweb.jeremie.libs.services.registry.JRMIRegistry &

to start the registry.

Regards,

Bruno

--
*******************************************************************
Bruno Dumant
DTL/ASR
france telecom R&D
38-40 rue du g�n�ral Leclerc
92794 Issy Moulineaux Cedex 9
FRANCE

mailto:[EMAIL PROTECTED]
tel: +33 1 45 29 46 03
fax: +33 1 45 29 66 04
*******************************************************************

Reply via email to