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

Arthur Coquelet commented on AVRO-1910:
---------------------------------------

Hi Jeremy,

Thanks for your prompt help.

I used the code you've changed to generate a new avro.ipc.dll that I input in 
my project.
While I'm trying to connect to my server I get the following error from 
HttpTransceiver.cs  in the function ReadBuffers:

{"Could not read the current chunk. Read 40397 Actual Length 8192"}

Here is the log:

12 Sep 2016 16:03:08 : ERROR 25 CalypsoUIUtils.SettingsDialog - 
System.IO.IOException: Could not read the current chunk. Read 40397 Actual 
Length 8192
   at Avro.ipc.CallFuture`1.WaitForResult()
   at Avro.ipc.Requestor.Request(String messageName, Object request)
   at Avro.ipc.Specific.SpecificRequestor.Intercept(IInvocation invocation)
   at Castle.DynamicProxy.AbstractInvocation.Proceed()
   at Castle.Proxies.CalypsoIntegrationInterfaceCallbackProxy.ping()
   at CalypsoUIUtils.CalypsoCallManager.ping() in 
c:\P4\Dev\Apps\IWSClients\INT\INT_main_branch\CalypsoUIUtils\CalypsoCallManager.cs:line
 252
   at CalypsoUIUtils.SettingsDialog.Ping(Object sender, DoWorkEventArgs e) in 
c:\P4\Dev\Apps\IWSClients\INT\INT_main_branch\CalypsoUIUtils\SettingsDialog.xaml.cs:line
 232

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)

Reply via email to