Я пытаюсь загрузить большой двоичный объект из одной учетной записи в другую, используя AZCopy, как указано ниже, но получаю ошибку HTTP 500
AZ Copy Command
"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" / снимок / y / s / synccopy / destType: blob
HTTP-запрос
PUT 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
: общедоступный, max-age = 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)