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:
10055 Socket Exception
Posted by Raj Singh on October 14, 2000 at 6:02 PM
Hi Umit, I have the same problem - only since i downloaded 1.1, i never encountered this problem before, i am going to try changing the host name to localhost and see if that works - i was searching the www while i was online as i had the same problem. I'll post again if it works - i am using NT. Bill - share the knowledge dude ! Raj > I tried many many different things to start lookup service but I could not succed. What can be my problem. > If somemore information is necessary please mail me. > I started RMI several times. > E:\WINDOWS\Desktop>E:\JBuilder3\java\bin\java -jar -Djava.security.policy=policy > .all e:\jinijars\reggie.jar http://127.0.1:80/jinijar/reggie-dl.jar E:\jinijars\ > policy.all e:\reggie_log public > java.rmi.activation.ActivateFailedException: failed to activate object; nested e > xception is: > java.rmi.activation.ActivationException: exception in object constructor > ; nested exception is: > java.net.SocketException: set socket option failed (code=10055) > java.rmi.activation.ActivationException: exception in object constructor; nested > exception is: > java.net.SocketException: set socket option failed (code=10055) > java.net.SocketException: set socket option failed (code=10055) > at sun.rmi.transport.StreamRemoteCall.exceptionReceivedFromServer(Compil > ed Code) > at sun.rmi.transport.StreamRemoteCall.executeCall(StreamRemoteCall.java: > 223) > at sun.rmi.server.UnicastRef.invoke(Compiled Code) > at sun.rmi.server.Activation$ActivatorImpl_Stub.activate(Unknown Source)
> at java.rmi.activation.ActivationID.activate(ActivationID.java:94) > at sun.rmi.server.ActivatableRef.activate(ActivatableRef.java:255) > at sun.rmi.server.ActivatableRef.invoke(Compiled Code) > 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(Compiled Code)
Replies:
|