RMI mærkelig exception
Hej Alle. Jeg får følgende fejl, når jeg prøver at starte min serverapplikation op:HelloImpl err: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.lang.ClassNotFoundException: ComAgentServer_Stub
java.rmi.ServerException: Server RemoteException; nested exception is:
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.lang.ClassNotFoundException: ComAgentServer_Stub
java.rmi.UnmarshalException: error unmarshalling arguments; nested
exception is:
java.lang.ClassNotFoundException: ComAgentServer_Stub
java.lang.ClassNotFoundException: ComAgentServer_Stub
at
sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteCall.java:249)
at
sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java:224)
at sun.rmi.server.UnicastRef.invoke(UnicastRef.java:358)
at sun.rmi.registry.RegistryImpl_Stub.rebind(Unknown Source)
at java.rmi.Naming.rebind(Naming.java:165)
at ComAgentServer.main(ComAgentServer.java:36)
Jeg har rmiregistry kørende. Det pudsige er, at det virker på 2 ud af 4 maskiner, som jeg har prøvet!!!
MVH
Allan Lauridsen
