[omniORB] [Q] OT- Jdk 6x corba server to omniNames

Duncan Grisby duncan at grisby.org
Sun May 17 12:51:55 BST 2009


On Saturday 16 May, "V S P" wrote:

> Jdk 6x corba servant (or client) to connect to omni names?
> (stubs generated with idlj)

[...]
> 0100 0000 0000 0004 494e 4954 0000 0004 ........INIT....
> 6765 7400 0000 0000 0000 000c 4e61 6d65 get.........Name
> 5365 7276 6963 6500                     Service.
> omniORB: (3) 2009-05-16 12:14:43.265000: throw OBJECT_NOT_EXIST from
> GIOP_S.cc:3

Java is trying to use the obsolete proprietary Sun bootstrap agent to
resolve the initial NameService reference. omniORB doesn't support that
by default, but you can turn it on by setting the supportBootstrapAgent
parameter to 1, e.g. on the command line with -ORBsupportBootstrapAgent
1

Cheers,

Duncan.

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



More information about the omniORB-list mailing list