[omniORB] Win32 ORB_init trouble
Duncan Grisby
duncan@grisby.org
Fri Sep 6 16:55:02 2002
On Tuesday 3 September, Thierry Descombes wrote:
> Sorry to disturbe you again so quickly, but I have noticed another
> little problem.
> omniNames from omniOrb 4b2 doesn't seem to deal well with the CORBA
> J2SDK1.4.0_01.
How are you telling the JDK ORB where to find omniNames? If you give
it a corbaname or corbaloc URI it will work fine. If you use the
obsolete ORBInitialHost / ORBInitialPort, it won't work since the
bootstrap agent is now turned off by default in omniORB 4. To turn it
on, set the supportBootstrapAgent parameter to 1, either in
omniORB.cfg, or with the -ORBsupportBoostrapAgent 1 command line
argument.
Cheers,
Duncan.
--
-- Duncan Grisby --
-- duncan@grisby.org --
-- http://www.grisby.org --