Discussion:
[omniORB] omniORB: Error in network receive
Huang, Ethan
2007-09-03 15:24:10 UTC
Permalink
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/20070903/602cef40/attachment.htm
Duncan Grisby
2007-09-04 13:51:17 UTC
Permalink
Post by Huang, Ethan
Sometimes the call could succeed and functions well without any
giop:tcp:10.239.10.26:49282
omniORB: throw giopStream::CommFailure from
giopStream.cc:874(0,NO,COMM_FAILURE_UnMarshalArguments)
Those aren't errors. That's just the server noticing that the client has
closed a connection.

So you actually see problems at an application level? If so, what is
the error? Can you post a complete trace?

Cheers,

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