R: [omniORB] Corba,Linux beginner problems with naming service again

Duncan Grisby duncan@grisby.org
Mon Sep 30 16:13:00 2002


On Thursday 26 September, bjorn rohde jensen wrote:

>   The line with the exception does not look so good. It
> translates roughly into; COMM_FAILURE/there was a problem
> with the transport layer, NO/the call did complete at the
> server side, and it seems to be a problem with the unmarshalling.

That exception is not a problem at all. It just means that the server
thread listening on the connection noticed that the connection had
been closed by the client (or by another thread in the server). The
CommFailure exception is used internally to deal with the situation.


>   The difference between using a corbaloc and a corbaname
> URI is a bit subtle, i guess. corbaloc's refer to objects
> directly, but corbaname URI's are resolved by lookups in the
> CORBA NameService. The nicest resource about this, i have
> found, is:
> http://www.uk.research.att.com/omniORB/omniORBpy/doc/omniORBpy/omniORBpy004.html

Please use this link instead:

  http://omniorb.sourceforge.net/omnipy2/omniORBpy/omniORBpy006.html

Cheers,

Duncan.

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