[ 
https://issues.apache.org/jira/browse/AVRO-1910?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15488786#comment-15488786
 ] 

Jeremy Custenborder commented on AVRO-1910:
-------------------------------------------

Found a little more when I enabled log4net for the test project. The IPC call 
is failing in the test.

{code}
Avro.AvroException: Attempted to read past the end of the stream. in field 
clientHash
  at Avro.Specific.SpecificDefaultReader.ReadRecord (System.Object reuse, 
Avro.RecordSchema writerSchema, Avro.Schema readerSchema, Decoder dec) 
<0x3d2db18 + 0x0031f> in <filename unknown>:0 
  at Avro.Generic.DefaultReader.Read (System.Object reuse, Avro.Schema 
writerSchema, Avro.Schema readerSchema, Decoder d) <0x3d2d168 + 0x00680> in 
<filename unknown>:0 
  at Avro.Generic.DefaultReader.Read[T] (Avro.Generic.T reuse, Decoder decoder) 
<0x3d2c6c8 + 0x00077> in <filename unknown>:0 
  at Avro.Specific.SpecificReader`1[T].Read (Avro.Specific.T reuse, Decoder 
dec) <0x3d2c678 + 0x0003b> in <filename unknown>:0 
  at Avro.ipc.Responder.Handshake (Decoder input, Encoder output, 
Avro.ipc.Transceiver connection) [0x00018] in 
/Users/jeremy/source/opensource/avro/lang/csharp/src/apache/ipc/Responder.cs:84 
  at Avro.ipc.Responder.Respond (IList`1 buffers, Avro.ipc.Transceiver 
connection) [0x00036] in 
/Users/jeremy/source/opensource/avro/lang/csharp/src/apache/ipc/Responder.cs:135
 
{code}

> 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
>            Assignee: Jeremy Custenborder
>
> 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)

Reply via email to