我在 VM 上运行 RMI 服务器,但我不断收到此错误:
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
所有的类文件都在同一个目录中(包括存根文件),当我在本地运行它时没有问题。
有人知道这里发生了什么吗?