Discussion:
[omniORB] Comm_Failure_WaitingForReply
jianping jia
2009-10-29 13:55:38 UTC
Permalink
Hi,
I use OmniORB 4.05 in my source code. Sometimes, client program receives
CORBA exception Comm_Failure_WaitForReply after some successful calls. After
that, each subsequent call only get the same exception. Can anyone explain
what error can cause that? Thanks
Best Regards
Jia Jian Ping
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20091029/91424bd3/attachment.htm
Duncan Grisby
2009-11-05 23:33:28 UTC
Permalink
Post by jianping jia
I use OmniORB 4.05 in my source code. Sometimes, client program
receives CORBA exception Comm_Failure_WaitForReply after some
successful calls. After that, each subsequent call only get the same
exception. Can anyone explain what error can cause that? Thanks
That means that a network connection was closed while the ORB was
waiting for the reply from a call. You'll have to give us more details
about the situation, including tracing from -ORBtraceLevel 25 to be able
to tell you more than that.

Duncan.
--
-- Duncan Grisby --
-- ***@grisby.org --
-- http://www.grisby.org --
jianping jia
2009-11-06 06:42:48 UTC
Permalink
Hi Duncan,
Thank you for your reply.
In this case, both Client application and Server application are running on
the same machine. Since this issue occured in user's environment, we have no
ORB trace log, although we're trying to get the log.
We'll try to reproduce in our development environment, and feedback you
while reproduced. Thanks
Best Regards
Jia Jian Ping
Post by Duncan Grisby
Post by jianping jia
I use OmniORB 4.05 in my source code. Sometimes, client program
receives CORBA exception Comm_Failure_WaitForReply after some
successful calls. After that, each subsequent call only get the same
exception. Can anyone explain what error can cause that? Thanks
That means that a network connection was closed while the ORB was
waiting for the reply from a call. You'll have to give us more details
about the situation, including tracing from -ORBtraceLevel 25 to be able
to tell you more than that.
Duncan.
--
-- Duncan Grisby --
-- http://www.grisby.org --
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20091106/9286fdeb/attachment.htm
Loading...