IN VAJ you need to export the server and the stub to a jar file and make it avaible in VAJ classpath (Windows/Options/Resources menu). Then restart the registry
Ashwin Patil
Greenhorn
Joined: May 01, 2001
Posts: 8
posted
0
Hi tom The possibilies of errors : 1) The argument that u r passing to a remote method from client side does not match the function declaration in remote interface(or server implementation file). 2) Make sure u compile server implementation file using rmic. 3) Make sure u are instaniating server implementaion file properly in server file. 4) Make sure u recompile server implementaion file & restart server after making any changes to these files. that's it.
Hope you fixed the problem already if not try this I would look 1. if the Stub/skel files are actually exist ( I would rmic instead of IDEs to control where I want the skel/stub files in Filesystem 2. The path where Stub/skel files exits is part of the classpath 3. Make sure that rmiregistry used the classpath we got in step 2 goodLuck() Senthil