This page contains an archived post to the Jini Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
error
Posted by raul on June 27, 2000 at 11:06 AM
Trying to start a javaspace I got this error. After starting the HTTP server and the RMID when trying to start Reggie, I am using Linux and JDK 1.2.2, I am also using the same scripts than someone used successfully, so I can't find the problem. Any clue? java.rmi.activation.ActivateFailedException: failed to activate object; nested exception is: java.rmi.activation.ActivationException: exception in object constructor; nested exception is: java.net.SocketException: error setting options java.rmi.activation.ActivationException: exception in object constructor; nested exception is: java.net.SocketException: error setting options java.net.SocketException: error setting options at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(StreamRemoteC all.java:245) at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java, Compiled Code) at sun.rmi.server.UnicastRef.invoke(UnicastRef.java, Compiled Code) at sun.rmi.server.Activation$ActivatorImpl_Stub.activate(Unknown Source) at java.rmi.activation.ActivationID.activate(ActivationID.java:90) at sun.rmi.server.ActivatableRef.activate(ActivatableRef.java:251) at sun.rmi.server.ActivatableRef.invoke(ActivatableRef.java:110) at com.sun.jini.reggie.RegistrarImpl_Stub.getServiceID(Unknown Source) at com.sun.jini.reggie.CreateLookup.create(CreateLookup.java:106) at com.sun.jini.reggie.CreateLookup.create(CreateLookup.java:199) at com.sun.jini.reggie.CreateLookup.main(CreateLookup.java:414)
Replies:
|