[
https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15486686#comment-15486686
]
Arthur Coquelet commented on AVRO-1910:
---------------------------------------
All the Unit tests are Ok apart from
Avro.Test.Ipc.HttpClientServerTest.TestRequestResponse that failed with:
System.Net.WebException : The operation has timed out
at System.Net.HttpWebRequest.GetResponse()
at Avro.ipc.HttpTransceiver.ReadBuffers() in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\ipc\HttpTransceiver.cs:line
131
at Avro.ipc.Transceiver.Transceive(IList`1 request) in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\ipc\Transceiver.cs:line
53
at Avro.ipc.Transceiver.Transceive(IList`1 request, ICallback`1 callback) in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\ipc\Transceiver.cs:line
71
at Avro.ipc.Requestor.Request[T](RpcRequest request, ICallback`1 callback) in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\ipc\Requestor.cs:line
116
at Avro.ipc.Requestor.Request(String messageName, Object request) in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\ipc\Requestor.cs:line
85
at Avro.Test.Ipc.HttpClientServerTest.Send(GenericRecord message) in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\test\Ipc\HttpClientServerTest.cs:line
73
at Avro.Test.Ipc.HttpClientServerTest.TestRequestResponse() in
c:\Users\tmp_CoqueleA\Documents\GitHub\avro\lang\csharp\src\apache\test\Ipc\HttpClientServerTest.cs:line
85
Best regards,
Arthur Coquelet
> Avro HttpTransceiver.cs - throw new Exception(string.Format("Unexpected end
> of response binary stream - expected {0} more bytes in current chunk",
> (object)count));
> --------------------------------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: AVRO-1910
> URL: https://issues.apache.org/jira/browse/AVRO-1910
> Project: Avro
> Issue Type: Bug
> Components: csharp
> Reporter: Arthur Coquelet
>
> in Avro HttpTransceiver.cs -
> I basically get this exception:
> throw new Exception(string.Format("Unexpected end of response binary stream -
> expected {0} more bytes in current chunk", (object)count));
> I have in my Excel which use my addin:
> Unexpected end of response binary stream - expected 1154463041 more bytes in
> current chunk
> It appears while transferring data from the server to the client. It lots of
> data but it does not reach the limit.
> Could you please advise of how to deal with this exception?
> Thanks in advance.
> Best regards,
> Arthur Coquelet
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)