Python/CORBA

Duncan Grisby dgrisby at uk.research.att.com
Thu Mar 21 05:13:28 EST 2002


In article <3C98DD6E.EB227047 at lfpt.rwth-aachen.de>,
 Viatcheslav Kulikov RWTH Aachen  <vku at lfpt.rwth-aachen.de> wrote:

>Can anyone probably answer a question why Python 2.1 sends me an
>exception message "INITIALIZE: Minor: 0, Completed: COMPLETED_NO." while
>I am trying to initialize omniORB CORBA interface with:
>
>from omniORB import CORBA
>orb = CORBA.ORB_init(sys.argv, CORBA.ORB_ID)

The networking set-up on your machine is probably broken. Do other
network server applications work?

Try running the program with command line arguments -ORBtraceLevel
10. That will indicate where (in the omniORB C++ code) the exception
is coming from, and help track it down.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --



More information about the Python-list mailing list