You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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?
The text was updated successfully, but these errors were encountered:
Some of the calls to
job.SubmitAsync()
result in the following exception.This error occurs on a daily basis. The current work around I'm using is retrying. Any idea what is the root cause?
The text was updated successfully, but these errors were encountered: