On Thu, 2005-03-10 at 14:47 +0100, Jules Colding wrote: > Hi, > > I am getting an AdapterInactive exception when calling > CORBA_ORB_shutdown(). I reads the state of the root poa just before > calling shutdown and it is active as I would expect it to be. > > The exception is thrown from poa.c line 1114. > > Anyone out there with a clue as to why is this happening? > > The call chain is: > > CORBA_ORB_shutdown ==> > PortableServer_POA_destroy ==> > ORBit_POA_destroy_T_R ==> > ORBit_POA_deactivate ==> > traverse_cb==> > ORBit_POA_deactivate_object_T ==> > epv->finalize ==> BOOM!
OK, found it. I had a child POA of the root POA. The child POA was deactivated twice in the destructor of a servant. Sorry for the noise... jules _______________________________________________ orbit-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/orbit-list
