[omniORB] Remote call not accepted?

Duncan Grisby duncan at grisby.org
Tue Feb 27 14:04:33 GMT 2007


On Tuesday 27 February, "Steve Donovan" wrote:

> I'm writing a C++ client using OmniORB to speak to a Java server.  I
> can make calls to the server object, but when I pass one of my objects
> to the server, the server cannot complete a callback.  When I kill the
> client, the call finishes in the server.

[...]
> omniORB: POA for root<0> (active) in HOLDING state; waiting...

As the message says, the POA is in the holding state, so it's holding
your call. You need to call activate() on the POA's POAManager.

Cheers,

Duncan.

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



More information about the omniORB-list mailing list