0

我收到此错误,我尝试了所有可能的方法,但无法解决问题,请帮助解决此问题。

我正在使用 Eclipse 靛蓝 IDE。

从. rmiregistry_cmd

Exception:
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
    java.lang.ClassNotFoundException: RMISIntf
    java.rmi.ServerException: RemoteException occurred in server thread; nested exception is: 
    java.rmi.UnmarshalException: error unmarshalling arguments; nested exception is: 
    java.lang.ClassNotFoundException: RMISIntf
    at sun.rmi.server.UnicastServerRef.oldDispatch(UnicastServerRef.java:419)

.....................

4

1 回答 1

0

注册表没有ClassNotFoundException在其 CLASSPATH 中命名的类。最简单的解决方案和其他几个 RMI 问题是在服务器 JVM 中启动 Registry,使用LocateRegistry.createRegistry().

于 2013-02-26T01:06:15.573 回答