[omniORB] RE: omniORB: Error in network send/receive
Huang, Ethan
ethan.huang at intel.com
Tue Sep 4 15:46:37 BST 2007
I traced the message; it looks like the problem was caused by called time out.
However, I checked my configuration all timeout settings were set to ¡°0¡±, which means no timeout, block until reply.
I¡¯m a bit confused, does anyone have any ideas?
The more confused thing is that the call doesn¡¯t always fail; sometimes it could succeed and return the correct results.
Thanks!
Trace from client:
omniORB: LocateRequest to remote: root<1>
omniORB: Client attempt to connect to giop:tcp:10.239.10.26:52541
omniORB: Client opened connection to giop:tcp:10.239.10.26:52541
omniORB: sendChunk: to giop:tcp:10.239.10.26:52541 38 bytes
omniORB: Switch rope to use address giop:tcp:10.239.10.26:52541
omniORB: Error in network send: giop:tcp:10.239.10.26:52541
omniORB: throw giopStream::CommFailure from giopStream.cc:1182(0,NO,TRANSIENT_CallTimedout)
omniORB: Client connection refcount = 0
Trace from Server:
omniORB: Server accepted connection from giop:tcp:10.239.10.26:52653
omniORB: AsyncInvoker: thread id = 16 has started. Total threads = 3
omniORB: giopWorker task execute.
omniORB: Accepted connection from giop:tcp:10.239.10.26:52653 because of this rule: "* unix,ssl,tcp"
omniORB: Error in network receive (start of message): giop:tcp:10.239.10.26:52653
omniORB: throw giopStream::CommFailure from giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
omniORB: Server connection refcount = 1
omniORB: Server connection refcount = 0
omniORB: Server close connection from giop:tcp:10.239.10.26:52653
________________________________
From: Huang, Ethan
Sent: 2007Äê9ÔÂ3ÈÕ 17:24
To: 'omniorb-list at omniorb-support.com'
Subject: omniORB: Error in network receive
I have a piece of code, which was said to be run correctly with OmniORB3.
However, when I ported to OmniORB4.1, there were some problems:
Sometimes the call could succeed and functions well without any exceptions, but sometimes it throws exceptions like below:
omniORB: Error in network receive (start of message): giop:tcp:10.239.10.26:49282
omniORB: throw giopStream::CommFailure from giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
¡
My configuration file is the default reg file in OmniORB packages (imported into registry of Win XP).
Could anyone give some hints to the problem?
Thanks!
-Ethan
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.omniorb-support.com/pipermail/omniorb-list/attachments/20070904/44359a34/attachment.htm
More information about the omniORB-list
mailing list