[omniORB] omniORBpy-2 examples/tests

Guy Middleton guy@certaintysolutions.com
Fri Aug 16 17:07:01 2002


Hi. I just installed omniORB-4 and omniORBpy-2, and I noticed that
examples/tests/tclient.py now fails (it worked for me using omniORBpy-1):

	Known Object:   pass
	Unknown Object: Traceback (most recent call last):
	  File "./tclient.py", line 1575, in ?
	    doTests(orb, poa, io)
	  File "./tclient.py", line 367, in doTests
	    ns = orb.resolve_initial_references("NameService")
	  File "/home/guy/lib/python2.2/site-packages/CORBA.py", line 467, in
	resolve_initial_references
	    sys.modules["CORBA"] = omniORB.CORBA
	omniORB.CORBA.NO_RESOURCES: Minor: NO_RESOURCES_InitialRefNotFound, COMPLETED_NO.

Is it known to fail using omniORBpy-2, or do I have something installed
incorrectly?

The pserver.py/pclient.py test in the same directory works fine.

Thanks.

 -Guy