[omniORB] omniorb examples problem
Zoltan Glozik
glozikz@ludens.elte.hu
Thu, 17 Dec 1998 11:37:38 +0100
Hi,
I have problems with the examples of omniORB. I managed to compile all the
example source files successfully but eg2 and eg3 don't seem to work in spite
of that eg1 works properly.
- eg2_clt can't connect to eg2_impl in turn I provide the correct IOR.
- eg3_impl can't connect to the nameserver in turn the omniorb.cfg is set up
correctly and omniNames is running. I use debian2.0 and it starts omniNames
automatically during system boot.
The output:
[stahanov:echo]$ ./eg2_impl &
'IOR:013c01400d00000049444c3a4563686f3a312e30001f0b08010000000000000
028000000010100000e0000003139322e3136382e33312e3330004b300c0000003
678eeabdd360d5700000001'
[stahanov:echo]$ ./eg2_clt \
IOR:013c01400d00000049444c3a4563686f3a312e30001f0b08010000000000000
028000000010100000e0000003139322e3136382e33312e3330004b300c0000003
678eeabdd360d5700000001
Caught system exception COMM_FAILURE, unable to contact the object.
[stahanov:echo]$ ./eg3_impl
Caught system exception COMM_FAILURE, unable to contact the naming
service.
any idea?
Zoltan