I am running an RMI server on a VM, but I keep getting this error:
Failure during Name registration: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: MarketBBImpl_Stub
Failure during Name registration: java.rmi.ServerException: RemoteException occurred in server thread; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is:
java.lang.ClassNotFoundException: AMPLocation_Stub
All of the class files are in the same directory(including the stub files), and when I run it localy there are no problems.
Anyone know what's going on here?