Discussion:
[omniORB] giopstream::CommFailure in ORB echo examples
Rachana Ashok Gupta
2006-08-02 01:11:08 UTC
Permalink
Hello,

I am using omniORB 4.0.7 with Linux. Installed everything successfully and
written the omniORB.cfg file. But the echo examples give error while
running. I was running eg2_clt <IOR sring>, the following exception came.

omniORB: Distribution date: Fri Jan 13 13:47:35 GMT 2006 dgrisby
omniORB: Information: the omniDynamic library is not linked.
omniORB: Creating ref to remote: root<0>
target id : IDL:omg.org/CORBA/Object:1.0
most derived id: IDL:Echo:1.0
omniORB: LocateRequest to remote: root<0>
omniORB: throw giopStream::CommFailure from
giopStream.cc:1077(0,NO,TRANSIENT_ConnectFailed)
Caught a CORBA::SystemException***

How to get rid of this giopStream::CommFailure ?
--
Regards,
Rachana A Gupta
2052, Engineering Building II
Centennial Campus, Dept of ECE, NCSU
Raleigh, North Carolina 27695-7911
Tel. #: 919-515-5158
Duncan Grisby
2006-08-02 19:52:38 UTC
Permalink
Post by Rachana Ashok Gupta
I am using omniORB 4.0.7 with Linux. Installed everything successfully and
written the omniORB.cfg file. But the echo examples give error while
running. I was running eg2_clt <IOR sring>, the following exception came.
[...]
Post by Rachana Ashok Gupta
giopStream.cc:1077(0,NO,TRANSIENT_ConnectFailed)
Caught a CORBA::SystemException***
How to get rid of this giopStream::CommFailure ?
The exception you have actually received is CORBA::TRANSIENT, because
the server cannot be contacted. Is eg2_impl still running at the time
you run eg2_clt?

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
Loading...