At 16:16 8/4/99 +0530, [EMAIL PROTECTED] wrote:
>Somehow i have got RMI based server running but without RMISecurityManager
>installed from the server (prg).
>Still i don't understand why after installing RMISecurityManager from the
>program, it (prg) used to throw Exceptions saying permission denied which
>it doesn't throw now after commenting that part of installing
>RMISecurityManager.

hmm... take out the security manager and you no longer get security
exceptions... I wonder why? ;)

>Now the problem is that client throws exception in Naming.lookup() call
>saying ClassName_Stub ClassNotFoundException. Appended is the output..

rmiregistry can't find _stub and _skel (also needs the interfaces for your
remoteables) in it's classpath.

take a look over the RMI tutorial at javasoft, both of these are in there.

  cabbey at home dot net <*> http://members.home.net/cabbey
           I want a binary interface to the brain!
Today's opto-mechanical digital interfaces are just too slow!


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

Reply via email to