[omniORB] omniINSpoa and published endpoint

Duncan Grisby duncan at grisby.org
Wed Oct 22 18:45:26 BST 2008


On Thursday 16 October, "Stephen Hansen" wrote:

> I have a servant that uses omniINSpoa on a specified port, with the ORB
> configured via:
> 
>     args = ['-ORBendPoint', 'giop:tcp::41242']
>     orb = CORBA.ORB_init(args, CORBA.ORB_ID)
> 
> There's a firewall between the server and the client, and 41242 is the only
> port that's open. If I do a catior of the servant, I get:

[...]
>     1. IIOP 1.2 10.10.1.15 4265 "..u.H........."
[...
>                 TAG_ALTERNATE_IIOP_ADDRESS 10.10.1.15 41242

Something else must be setting a non-specific TCP endpoint. I suspect
that you have "endPoint giop:tcp::" in your omniORB.cfg file.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list