[omniORB] INV_OBJREF ... solved

Rob Cecil rceci@master.adams.com
Sun, 21 Nov 1999 16:23:35 -0500


--------------C49FD842CA4B39FEC4113AB3
Content-Type: text/plain; charset=us-ascii
Content-Transfer-Encoding: 7bit

Duh.  I had forgotten to call _obj_is_ready( boa ) on the root object, which caused
exception to be thrown in the client when shutdown() was called, because the server
implementation of shutdown() called _dispose() on the root object.  The exception was
thrown in the client when getRootGroupServer() was called.  I had overlooked calling
rootGroup_->obj_is_ready( boa );

thanks

Rob

--
| Rob Cecil          | Senior Development Engineer                 |
| rceci@adams.com    | Product Development                         |
| (734) 913-9351     | Mechanical Dynamics, Inc. (www.adams.com)   |
--------------------------------------------------------------------
 Modern Quantum Physics has found that the universe is composed of
 25% protons, 15% electrons, 15% neutrons, and 45% morons.



--------------C49FD842CA4B39FEC4113AB3
Content-Type: text/html; charset=us-ascii
Content-Transfer-Encoding: 7bit

<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
<html>
Duh.&nbsp; I&nbsp;had forgotten to call _obj_is_ready( boa&nbsp;) on the
root object, which caused exception to be thrown in the client when shutdown()&nbsp;was
called, because the server implementation of shutdown() called _dispose()
on the root object.&nbsp; The exception was thrown in the client when getRootGroupServer()
was called.&nbsp; I&nbsp;had overlooked calling rootGroup_->obj_is_ready(
boa );
<p>thanks
<p>Rob
<pre>--&nbsp;
| Rob Cecil&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; | Senior Development Engineer&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| rceci@adams.com&nbsp;&nbsp;&nbsp; | Product Development&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |
| (734) 913-9351&nbsp;&nbsp;&nbsp;&nbsp; | Mechanical Dynamics, Inc. (www.adams.com)&nbsp;&nbsp; |
--------------------------------------------------------------------
&nbsp;Modern Quantum Physics has found that the universe is composed of
&nbsp;25% protons, 15% electrons, 15% neutrons, and 45% morons.</pre>
&nbsp;</html>

--------------C49FD842CA4B39FEC4113AB3--