> [jape@jaguar test2]$  java
> -Djava.rmi.server.codebase=file:/usr/home/jape/ test2.Server
> 
> main
> remote exception in main 
> java.rmi.ServerException: Server RemoteException; nested exception is: 
>         java.rmi.AccessException: Registry.rebind
> after main
> 
> 

just wondering if yu have a java security policy file ??

maybe try placing this file in your home directory :-

>cat .java.policy 
/* AUTOMATICALLY GENERATED ON Wed Mar 10 20:30:42 GMT+10:30 1999*/
/* DO NOT EDIT */

grant {
  permission java.security.AllPermission;
};
>


cya
andrew



----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to