【发布时间】:2011-07-08 11:01:57
【问题描述】:
我在 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
所有类文件都在同一个目录中(包括存根文件),当我在本地运行它时没有问题。
有人知道这里发生了什么吗?
【问题讨论】:
标签: java rmi classnotfoundexception