This bug originated, AFAIK, because MS doesn't ship with TCP/IP installed as
a network protocol on any of its OSs; Linux shouldn't have that problem,
AFAIK. If you can "ping localhost" or "ping <machinename>" from the local
prompt, you've got TCP/IP installed.

The "error setting options" of the java.net.SocketException intrigues me--I
wonder what options Jini/Java is trying to set that Linux's TCP/IP stack
doesn't like?

One other question--are you certain rmid is running? It's not silently
exiting due to some exception that you don't see?

Ted Neward
Patterns/C++/Java/CORBA/EJB/COM-DCOM spoken here
http://www.javageeks.com/~tneward
 "I don't even speak for myself; my wife won't let me." --Me

-----Original Message-----
From: Adil Atilgan <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>;
[EMAIL PROTECTED] <[EMAIL PROTECTED]>; JINI-USERS
<[EMAIL PROTECTED]>
Date: Wednesday, August 11, 1999 8:30 AM
Subject: Re: Error in starting Lookup Service on Linux(RH6.0,i386)


>Check your Network Status.
>
>"If you are running on a computer that was not connected to a network,
there
>is a particularly annoying bug (feature?) of RMI under Windows for which
you
>must compensate or you will get an ActivationException "
>
>
>
>-----Original Message-----
>From: Nagaraj S.B <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED] <[EMAIL PROTECTED]>;
>JINI-USERS <[EMAIL PROTECTED]>
>Date: Friday, August 13, 1999 1:43 PM
>Subject: Error in starting Lookup Service on Linux(RH6.0,i386)
>
>
>>Hi,
>>Following is the procedure followed by me for starting Jini Lookup
>>service.
>>#java -jar /home/jeocs/jini1_0/lib/tools.jar -port 8080
>>#rmid
>>#java -jar
>>-Djava.security.policy=/home/jeocs/jini1_0/example/lookup/policy.all
>>/home/jeocs/jini1_0/lib/reggie.jar http://BSLHOST:8080\reggie-dl.jar
>>/home/jeocs/jini1_0/example/lookup/policy.all /home/jeocs/jini1_0/log1
>>public
>>
>>Then it is giving following error after 4-5 secs.
>>------------------------------------------------------------------------
>>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(Compiled
>>Code)
>> at sun.rmi.transport.StreamRemoteCall.executeCall(Compiled Code)
>> at sun.rmi.server.UnicastRef.invoke(Compiled Code)
>> at
>>sun.rmi.server.Activation$ActivatorImpl_Stub.activate(Compiled Code)
>> at java.rmi.activation.ActivationID.activate(Compiled Code)
>> at sun.rmi.server.ActivatableRef.activate(Compiled Code)
>> at sun.rmi.server.ActivatableRef.invoke(Compiled Code)
>> at com.sun.jini.reggie.RegistrarImpl_Stub.getServiceID(Compiled
>>Code)
>> at com.sun.jini.reggie.CreateLookup.create(Compiled Code)
>> at com.sun.jini.reggie.CreateLookup.create(Compiled Code)
>> at com.sun.jini.reggie.CreateLookup.main(Compiled Code)
>>------------------------------------------------------------------------
>>-
>>What does it mean ?. Where can I get details about these errors ?.
>>Thanks in advance,
>>Nagaraj S.B.
>>
>>
>>----------------------------------------------------------------------
>>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>>with a subject of "unsubscribe". Trouble? Contact
>>[EMAIL PROTECTED]
>
>
>----------------------------------------------------------------------
>To UNSUBSCRIBE, email to [EMAIL PROTECTED]
>with a subject of "unsubscribe". Trouble? Contact
[EMAIL PROTECTED]


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to