[omniORB] Naming Server--COMM-FAILURE

David Riddoch djr@uk.research.att.com
Tue, 29 Jun 1999 17:17:16 +0100 (GMT)


On Tue, 29 Jun 1999, Hai Wang wrote:

> My Client and object implementation is briefed as follows

> 
>  boa->impl_is_ready(0,1);
> 

As Rebecca pointed out, you are calling the non-blocking version of this
method.  What do you do after this call?  Does your server simply exit, or
do some work, or what?

Also please try running with -ORBtraceLevel 20 as Rebecca suggested.


David