azurecopy icon indicating copy to clipboard operation
azurecopy copied to clipboard

Microsoft.WindowsAzure.Storage.StorageException: Unable to read data from the transport connection:

Open towianisci opened this issue 7 years ago • 1 comments

Unknown error generated. Please report to Github page https://github.com/kpfaulkner/azurecopy/issues . Can view underlying stacktrace by adding -db flag. Microsoft.WindowsAzure.Storage.StorageException: Unable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.IO.IOException: U nable to read data from the transport connection: An existing connection was forcibly closed by the remote host. ---> System.Net.Sockets.SocketException: An existing connection was forcibly closed by the remote host at System.Net.Sockets.NetworkStream.Read(Byte[] buffer, Int32 offset, Int32 size) --- End of inner exception stack trace --- at System.Net.ConnectStream.Read(Byte[] buffer, Int32 offset, Int32 size) at Microsoft.WindowsAzure.Storage.Core.ByteCountingStream.Read(Byte[] buffer, Int32 offset, Int32 count) at System.Xml.XmlTextReaderImpl.ReadData() at System.Xml.XmlTextReaderImpl.ParseText(Int32& startPos, Int32& endPos, Int32& outOrChars) at System.Xml.XmlTextReaderImpl.FinishPartialValue() at System.Xml.XmlTextReaderImpl.get_Value() at System.Xml.XmlReader.InternalReadContentAsString() at System.Xml.XmlReader.ReadElementContentAsString() at Microsoft.WindowsAzure.Storage.Blob.Protocol.ListBlobsResponse.ParseBlobEntry(Uri baseUri) at Microsoft.WindowsAzure.Storage.Blob.Protocol.ListBlobsResponse.<ParseXml>d__0.MoveNext() at Microsoft.WindowsAzure.Storage.Shared.Protocol.ResponseParsingBase1.<ParseXmlAndClose>d__6.MoveNext() at Microsoft.WindowsAzure.Storage.Shared.Protocol.ResponseParsingBase1.<get_ObjectsToParse>d__0.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer.<ListBlobsImpl>b__4a(RESTCommand1 cmd, HttpWebResponse resp, OperationContext ctx) at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ProcessEndOfRequest[T](ExecutionState1 executionState) at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand1 cmd, IRetryPolicy policy, OperationContext operationContext) --- End of inner exception stack trace --- at Microsoft.WindowsAzure.Storage.Core.Executor.Executor.ExecuteSync[T](RESTCommand1 cmd, IRetryPolicy policy, OperationContext operationContext) at Microsoft.WindowsAzure.Storage.Blob.CloudBlobContainer.<>c__DisplayClassf.<ListBlobs>b__e(IContinuationToken token) at Microsoft.WindowsAzure.Storage.Core.Util.CommonUtility.<LazyEnumerable>d__01.MoveNext() at System.Linq.Enumerable.WhereSelectEnumerableIterator2.MoveNext() at System.Collections.Generic.List1..ctor(IEnumerable1 collection) at System.Linq.Enumerable.ToList[TSource](IEnumerable1 source) at azurecopy.AzureBlobCopyHandler.MonitorBlobCopy(String destinationUrl) at azurecopy.AzureBlobCopyHandler.StartCopyList(IEnumerable1 origBlobList, String destinationUrl, DestinationBlobType destBlobType, Boolean debugMode, Boolean skipIfExists) at azurecopycommand.Program.DoNormalCopy(Boolean debugMode) at azurecopycommand.Program.Main(String[] args) Request Information RequestID:388f204b-e01e-00f0-30b0-d407bc000000 RequestDate:Sun, 15 Apr 2018 11:54:25 GMT StatusMessage:OK

towianisci avatar Apr 16 '18 16:04 towianisci

Can you provide the commandline options you were using? Will be useful to try and repro it.

Thanks

kpfaulkner avatar Apr 16 '18 19:04 kpfaulkner