|
Getting UnmarshalException n ClassNotFoundException in RMI
I started rmiregistry in directory where my stub n class files exist..
then runnning server i am getting these exception ..
Exception occurd in serverjava.rmi.ServerException: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested excep
tion is:
java.lang.ClassNotFoundException: com.alcatel.dslman.rmi.cdr.serverNew.r
miServer_Stub
com.alcatel.dslman.rmi.cdr.serverNew is my package structure..
Kindly do the needful ..
|