[omniORB] Big string transfer gives COMM_FAILURE from C++ client

Stefan Näwe naewe.s at atlas.de
Tue Jun 6 10:36:14 BST 2006


Fernando.Matomira at thomson.com schrieb:
> Hello,
> 
>  
> 
>   I am trying to send a big string (5 MB) as a parameter from a C++
> client implemented using
> 
> omniORB to a Java service (the ORB is omniORB). This fails with a
> COMM_FAILURE exception with only
> 
> about 500K read always (but not the same number).
> 
> This does not happen when the client is in Java. omniORB is configured
> to do transfers of upto 100MB.
> 
> All the machines are at the same site and the error happens every time
> for the C++ client.
> 
> Any ideas?
> 
> Thanks
> 
>  
> 
> WARNING: "IOP00410215: (COMM_FAILURE) Read of full message failed :
> bytes requested = 5,033,716 bytes read = 540,372 max wait time = 3,000
> total time spent waiting = 3,190"

Doesn't this mean there's a wait timout of 3000 (time units...) and
3190 (time units...) have already been spent waiting for the message
to be read ?
So it's simply a timeout ?


Just guessing...

Stefan
-- 




More information about the omniORB-list mailing list