[omniORB] Question regarding COMM_FAILURE.

Duncan Grisby duncan at grisby.org
Mon Mar 1 15:55:58 GMT 2004


On Saturday 28 February, "shashi bhushan singh" wrote:

> I need to know in which scenarios ORB throws COMM_FAILURE exception?
> Will this exception always be thrown when server is down and client
> tries to invoke a CORBA call using Server's reference(which should
> be invalid after server goes down)?
>
> Can some other exception (other than COMM_FAILURE) be thrown when
> server end of CORBA call is not up.

COMM_FAILURE is thrown when a network connection that has previously
been successfully used fails. If the initial establishment of a
network connection fails, you get a TRANSIENT exception instead.

Cheers,

Duncan.

-- 
 -- Duncan Grisby         --
  -- duncan at grisby.org     --
   -- http://www.grisby.org --



More information about the omniORB-list mailing list