Hi, Any guess why i am getting this exception Server exception: RemoteException occurred in server thread; nested exception is : java.rmi.UnmarshalException: error unmarshalling arguments; nested excep tion is: java.lang.ClassNotFoundException: suncertify.db.Data_Stub ------------------ Regds. Mahindrakar
Hi, This exception is thrown if the codebase property is not set properly i.e. it is malformed. Thus, the RMI registry will not be able to find the class stub to bind()/rebind() and thus throws this exception. If your codebase is a directory, use a trailing slash following the path like