[omniORB] Naming Server

David Riddoch djr@uk.research.att.com
Mon, 28 Jun 1999 09:16:02 +0100 (GMT)


On Sun, 27 Jun 1999, Hai Wang wrote:

> 
> Hi  all,
> 	I have got a serious problem working with naming server. In 
> server side, I tried to produce an object of my application and 
> register it with a name in naming server, for the purpose of 
> comparison I print out the "ior" of the object.
> 	In client, I tried to get the object reference and print out its "ior", 
> an exception of COMM_Failure is thrown when the client tried to run 
> the function in the object reference. I compared the two "ior"s, they 
> are different.

How did you compare the IORs?  Using catior, or by looking at the
stringified versions?  The stringified versions may differ, but the output
of catior is what matters.

David