[omniORB] Hy all

Jerome.Kerdreux@finix.eu.org Jerome.Kerdreux@finix.eu.org
Mon Oct 14 09:58:00 2002


Today, Alfonso Tamés a écrit:

AT>
AT>I would check my /etc/hosts file to see if it is correct.

I tested without the NameMappper, on the localhost and
got the same. What does i miss ..

Every call to  orb.resolve_initial_references() give me
a 'Aborted'.

AT>> This is my first post and I'm a bit new to Corba
AT>> I just tried, the various example, i found all
AT>> works fine. But when I decided to write my first
AT>> network server, I switched to another computer
AT>> running a Gentoo linux distro. And I got a this:
AT>>
AT>>>>import sys,time
AT>>>>from omniORB import CORBA, PortableServer
AT>>>>import CosNaming, Example, Example__POA
AT>>>>orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID)
AT>>>>poa = orb.resolve_initial_references("RootPOA")
AT>>>>obj         = orb.resolve_initial_references("NameService")
AT>> Aborted
AT>>
AT>> As you can read, i got a 'Aborted' and => exit
AT>> python.
AT>> - The NameService is running
AT>> - the same code on a debian work fine .
AT>>
AT>>
AT>> What sould I do ? How can I fix that ?
AT>>
AT>>
AT>> Thanks a lot for any help :)
AT>> /Bye
AT>>