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
すべてのクラスファイル(スタブファイルを含む)は同じディレクトリにあり、ローカルで実行しても問題はありません。
誰もがここで何が起こっているのか知っていますか?