[omniORB] unbind after orb->run fails

Olaf Meding olaf@tomotherapy.com
Wed, 25 Apr 2001 13:51:45 -0500


Why do I get a COMM_FAILURE exception when calling unbind() on my CORBA
server?

Here is my calling sequence:
  initializing ORB
  bind with the name service
  create servant
  orb->run()
  unbind name from name service   // COMM_FAILURE here


Using binary omniORB 3.0.3 with static run-time libraries with VC6 (sp5) on
NTW4 (sp5).


Thanks much in advance for you help and time.

Olaf