Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling job.SubmitAsync() results in Exception: System.InvalidOperationException: An error occurred while processing this request. ---> System.IO.IOException: Unable to read data from the transport connection: The connection was closed. #199

Open
ika-microsoft opened this issue Mar 20, 2018 · 0 comments

Comments

@ika-microsoft
Copy link
Member

Some of the calls to job.SubmitAsync() result in the following exception.

Exception: System.InvalidOperationException: An error occurred while processing this request. ---> System.IO.IOException: Unable to read data from the transport connection: The connection was closed.
at System.Net.ConnectStream.InternalWrite(Boolean async, Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Net.ConnectStream.BeginWrite(Byte[] buffer, Int32 offset, Int32 size, AsyncCallback callback, Object state)
at System.Data.Services.Client.BaseAsyncResult.InvokeAsync(AsyncAction asyncAction, Byte[] buffer, Int32 offset, Int32 length, AsyncCallback callback, Object state)
at System.Data.Services.Client.BaseAsyncResult.AsyncRequestContentEndRead(IAsyncResult asyncResult)
--- End of inner exception stack trace ---
at Microsoft.WindowsAzure.MediaServices.Client.TaskExtensions.ThrowIfFaulted(Task task, Action faultedCallback)
at Microsoft.WindowsAzure.MediaServices.Client.JobData.<>c.b__92_1(Task1 t) at System.Threading.Tasks.ContinuationResultTaskFromResultTask2.InnerInvoke()
at System.Threading.Tasks.Task.Execute()

This error occurs on a daily basis. The current work around I'm using is retrying. Any idea what is the root cause?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant