MSDN Duplicate-无法将blob从一个存储帐户上传到本地Azure仿真器-放置BloblList问题

时间:2018-10-26 12:01:23

标签: azure-storage

我正尝试使用AZCopy将blob从一个帐户上传到另一个帐户,如下所述,但我收到HTTP 500错误

AZ复制命令

“ C:\ Program Files(x86)\ Microsoft SDKs \ Azure \ AzCopy \ AzCopy.exe” / source:https://XXXXXXXXXX/video-details / dest:http://127.0.0.1:10000/devstoreaccount1/video-details / sourcekey:“ ---” / destkey :“ ---” /pattern:"video-details.s1.20181025081829147.cache“ / snapshot / y / s / synccopy / destType:blob

HTTP请求

输入http://127.0.0.1:10000/devstoreaccount1/video-details/video-details.s1.20181025081829147.cache?comp=blocklist&timeout=300 HTTP/1.1
x-ms-blob-cache-control:公开,最高年龄= 10800
x-ms-blob-content-type:application / tv3cache;
charset = utf-8
User-Agent:AzCopy / 8.1.0-netcore DataMovement / 0.8.1.0 Azure-Storage / 9.3.0(.NET Core)

Http响应

HTTP / 1.1 500服务器遇到内部错误。

Please try again after some time.
Content-Length: 253
Content-Type: application/xml
Server: Windows-Azure-Blob/1.0 Microsoft-HTTPAPI/2.0
x-ms-request-id: 5e9de019-b4aa-4c14-a8aa-0a9b91afc72e
x-ms-version: 2018-03-28
x-ms-error-code: InternalError
Date: Thu, 25 Oct 2018 11:49:44 GMT

在Azure日志中,我收到以下错误消息

at Microsoft.Cis.Services.Nephos.Common.Protocols.Rest.BasicHttpProcessorWithAuthAndAccountContainer`1.EndPerformOperation(IAsyncResult ar)
   at Microsoft.Cis.Services.Nephos.Common.Protocols.Rest.BasicHttpProcessorWithAuthAndAccountContainer`1.<ProcessImpl>d__103.MoveNext()
10/25/2018 5:04:16 PM [Error] [ActivityId=e113f48e-4bd4-4ec0-9cdc-2b7f078ade26] [FEUnhandledException] Process crashed due to fatal exception: AsyncHelper.NullReferenceRethrowableException: Object reference not set to an instance of an object. ---> System.NullReferenceException: Object reference not set to an instance of an object.
   at Microsoft.Cis.Services.Nephos.Storage.Service.Protocols.Rest.HttpRestProcessor.<CommitBlobImplV2>d__101.MoveNext()
   at AsyncHelper.AsyncIteratorContextBase.ExecuteIterator(Boolean inBegin)

0 个答案:

没有答案
相关问题