[omniORB] remote call hangs

Duncan Grisby duncan at grisby.org
Tue Jul 3 10:41:26 BST 2012


On Fri, 2012-06-29 at 15:51 -0700, Aaron Brice wrote:

> I have a C++ CORBA object on a remote ARM system calling a method on a
> local python object.  Any method I call in this way hangs, although it
> works the other way around (python object calling methods on the
> remote C++ object).

> I ran it with traceLevel 10, and I see this on the ARM system:

> omniORB: LocateRequest to remote: root<0>

> and this on the local system:
> omniORB: Handling a GIOP LOCATE_REQUEST.
> And then nothing, no errors, it just hangs.  Any ideas?

Perhaps you forgot to activate the POA in your Python code?  If not,
please run with these options on the server:

 -ORBtraceLevel 25 -ORBtraceInvocations 1 -ORBtraceThreadId 1
-ORBtraceTime 1

That will give more information about what is going on.

Cheers,

Duncan.

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





More information about the omniORB-list mailing list