RemoteException java.rmi.UnmarshalException: error unmarshalling return
2022-09-04 06:04:19
我在这里运行程序在差异物理机上的2个JVM上。我收到错误
RemoteException
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: CalculatorImpl_Stub (no security manager: RMI class loader disabled)
我甚至尝试在同一台机器(未更改的程序)上运行它,它可以工作,但它在差异机器上不起作用。有人可以帮助我吗?
@beny23-谢谢,但我仍然遇到这个错误:
RemoteException
java.rmi.UnmarshalException: error unmarshalling return; nested exception is:
java.lang.ClassNotFoundException: CalculatorImpl_Stub
客户端如何拥有CalculatorImpl_stub的副本?