[omniORB] bidirectional python problem

Duncan Grisby duncan at grisby.org
Mon Oct 10 19:39:53 BST 2005


On Monday 3 October, Jakub Moscicki wrote:

> I have taken the bidir example in C++ and made an equivalent in python.
> 
> I have a bd_client.py behind the firewall so I really test the bidir 
> functionality.
> 
> If I run C++ bd_server everything works fine. If I run the python 
> bd_server.py then I have the TRANSIENT ConnectFailed.

[...]
> I use omniORB 4.0.3 and omnipy 2.3 -- is it something that has been fixed 
> recently and I should try latest version?

It's certainly a good idea to use the latest versions. They may well fix
the problem. Regardless of whether it fixes the problem, the latest
versions have some better logging so we'll be able to see what's going
wrong better if it's not fixed.

> The following parts of the log diff look suspisious to me:
> 
>  - lib omnidynamic not loaded in python version

That's not a problem. The omniDynamic library is the thing that provides
C++ support for Any and DII, DSI, etc. It's not needed by Python.

>  - code sets mismatch

What code sets mismatch?  Regardless, I don't think it's relevant.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list