[omniORB] omniNames hanging

Adam Cassar accassar@netregistry.net
Tue, 31 Jul 2001 23:26:48 +1000


Hi All,

I am trying to use a 3rd party trading service with omniORB. I get the
trading service to use omniNames to insert an entry like so:

InitialReferences/TradingService

After the trading service starts up I can use the nameclt various options
to browse and list the contexts.

However when I use a simple omniORB client that calls I run the prog with:

-ORBDefaultInitRef corbaname::localhost#InitialReferences

my code then hangs on

resolve_initial_references("TradingService")

and and calls to

nameclt list blah just hang and hang.

Any ideas?

I can run the prog with

-ORBInitRef TradingService=blah ok

This is with omniORB v3.0.4 on Linux. The 3d party trading service is openorb.

Any ideas?