[omniORB] Problem getting examples to run

doug.chinnery@zadall.com doug.chinnery@zadall.com
Wed, 25 Nov 1998 18:29:27 PST


I've compiled omniORB_2.6.1 on a SCO os5 machine using GCC 2.8.1.  I
then compiled the examples and tried to run them with the following
results:

example1: worked just fine.

example2: eg2_impl started up and printed out the IOR.  I cut that out,
          pasted it into the command line of eg2_clt, and ran it.  It
          put out "Caught system exception COMM_FAILURE, unable to
          contact the object." and died.  At that point eg2_impl
          dumped core.
          
          A stack trace on the core file showed only a memory address
          that it couldn't read and that the binary died on signal 6.

Here's some (maybe) relevant information:

OMNINAMES_LOGDIR=/u/doug/omniORB_2.6.1/log
OMNIORB_CONFIG=/u/doug/omniORB_2.6.1/omniORB.cfg

Here's my config file:

NAMESERVICE IOR:010000002800000049444672e6[lots more stuff deleted]...
ORBInitialHost guinness.vancouver.zadall.com
ORBInitialPort 2000

Thanks in advance for any suggestions on where to go from here.