[omniORB] ni pseudo-object reference

Duncan Grisby dgrisby@uk.research.att.com
Wed, 20 Feb 2002 15:05:58 +0000


On Tuesday 19 February, "Warren Brown" wrote:

> I'm using the nameservice to connect to my server.
> Everything goes fine until I try to invoke a method on the server. Then =
> I get the following error/
> 
> omniORB: ERROR -- the application attempted to invoke an operation
>  on a nil pseudo-object reference.

The message means exactly what it says -- you tried to invoke an
operation on a nil pseudo-object reference. A pseudo-object is
something like the ORB or the POA. You should track down exactly which
call is causing the error, and then figure out why the object is nil.

Cheers,

Duncan.

-- 
 -- Duncan Grisby  \  Research Engineer  --
  -- AT&T Laboratories Cambridge          --
   -- http://www.uk.research.att.com/~dpg1 --