Is it possible to open rmi registry through java applications which contains the rmi server??
Please suggest a way to implement it from the server code?
Iam actually geting this error
The Remote Exception thrown isjava.rmi.ServerException:
RemoteException occurred in server thread; nested exception is:
///java.rmi.UnmarshalException: error unmarshalling arguments;
nested exception is: ///java.lang.ClassNotFoundException:
........xyz(class name).
what is the cause and how can it be rectified?
Any help would be greatly appreciated.
You can create an RMI Registry in your server process using
LocateRegistry.createRegistry().