Windows error 0xC0370109, -1070137079

Detailed Error Information

ERROR_VMCOMPUTE_TIMEOUT[1]

MessageThe operation timed out because a response was not received from the Virtual Machine hosting the Container.
Declared inwinerror.h

HRESULT analysis[2]

FlagsSeverityFailure
Reserved (R)true
OriginMicrosoft
NTSTATUSfalse
Reserved (X)false
FacilityCode55 (0x037)
NameFACILITY_USERMODE_VIRTUALIZATION[2][1]
DescriptionThe source of the error code is the user mode virtualization subsystem.[2][1]
Error Code265 (0x0109)

Questions

4votes
1answer

Error starting Windows docker container with managed service account

I'm trying to test out docker containers running with a domain credential and I'm following these instructions from Microsoft Docs. I have created the Group MSA, which I'm pretty sure I've done correctly as I can run other services on my local computer using it. I'm testing on a Windows [...] read more
docker
active-directory
containers
0votes
1answer

Publishing asp.net mvc website to windows container giving error

I am trying to publish basic mvc site to windows container. I get error when trying to run image in detach mode. I am able to build image and can see image when I run following command docker images Commands to run image # This line is successful docker build [...] read more
asp.net-mvc
docker
visual-studio-2017
windows-container

Comments

Leave a comment

(plain text only)

Sources

  1. winerror.h from Windows SDK 10.0.14393.0
  2. https://msdn.microsoft.com/en-us/library/cc231198.aspx

User contributions licensed under CC BY-SA 3.0