I, am new to micro service. I, am creating the micro services in windows docker container using visual studio 2017.
The docker container is running on my machine windows 10 pro
Here is the structure of the micro service in visual studio.
When I run project on visual studio getting the errors as below
Severity Code Description Project File Line Suppression State
Error Creating dockercompose6561019390309867285_authwebapi_1 ...
Creating dockercompose6561019390309867285_paymentwebapi_1 ...
Creating dockercompose6561019390309867285_basketwebapi_1 ...
Creating dockercompose6561019390309867285_marketingwebapi_1 ...
Creating dockercompose6561019390309867285_locationwebapi_1 ...
Creating dockercompose6561019390309867285_catalogwebapi_1 ...
Creating dockercompose6561019390309867285_orderingwebapi_1 ...
Creating dockercompose6561019390309867285_authwebapi_1
Creating dockercompose6561019390309867285_basketwebapi_1
Creating dockercompose6561019390309867285_paymentwebapi_1
Creating dockercompose6561019390309867285_marketingwebapi_1
Creating dockercompose6561019390309867285_locationwebapi_1
Creating dockercompose6561019390309867285_orderingwebapi_1
Creating dockercompose6561019390309867285_catalogwebapi_1
[1A[2K
Creating dockercompose6561019390309867285_orderingwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_orderingwebapi_1 Cannot start service orderingwebapi: container 8ef0ee0da001e0881e6f89401f27d2da3d8a13fa3c8b1d9e96316c527cea9af1 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_locationwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_locationwebapi_1 Cannot start service locationwebapi: container 3516386ed976c85dec6758c3f20829d6d2671d1aa8dcd0617bd36d8fc7a579b7 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_basketwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_basketwebapi_1 Cannot start service basketwebapi: container 58397241bd5e3eda5393f64b263429106a6b5522d032a2dde4a2a2902ffcf6a6 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_paymentwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_paymentwebapi_1 Cannot start service paymentwebapi: container aec146d0f90a88cf2798ce3a8ea9849dfd9fceb7137ae5693e37cd754f82f897 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_marketingwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_marketingwebapi_1 Cannot start service marketingwebapi: container 3bf31479752c91884cac9367e08a67aaa8debef3af1598072875721ec317be33 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_catalogwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_catalogwebapi_1 Cannot start service catalogwebapi: container 24743b29ed30e02d8a79ef36d8c8a92663b03d091b8188a2849db498e658add1 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
[1A[2K
Creating dockercompose6561019390309867285_authwebapi_1 ... [31merror[0m
[1B
ERROR: for dockercompose6561019390309867285_authwebapi_1 Cannot start service authwebapi: container 73c4487da5507a8955038d922c8d2666e9d3eda646fa45a13866ee7def950cfd encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for basketwebapi Cannot start service basketwebapi: container 58397241bd5e3eda5393f64b263429106a6b5522d032a2dde4a2a2902ffcf6a6 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for locationwebapi Cannot start service locationwebapi: container 3516386ed976c85dec6758c3f20829d6d2671d1aa8dcd0617bd36d8fc7a579b7 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for authwebapi Cannot start service authwebapi: container 73c4487da5507a8955038d922c8d2666e9d3eda646fa45a13866ee7def950cfd encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for orderingwebapi Cannot start service orderingwebapi: container 8ef0ee0da001e0881e6f89401f27d2da3d8a13fa3c8b1d9e96316c527cea9af1 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for marketingwebapi Cannot start service marketingwebapi: container 3bf31479752c91884cac9367e08a67aaa8debef3af1598072875721ec317be33 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for paymentwebapi Cannot start service paymentwebapi: container aec146d0f90a88cf2798ce3a8ea9849dfd9fceb7137ae5693e37cd754f82f897 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
ERROR: for catalogwebapi Cannot start service catalogwebapi: container 24743b29ed30e02d8a79ef36d8c8a92663b03d091b8188a2849db498e658add1 encountered an error during Start: failure in a Windows system call: The operation timed out because a response was not received from the Virtual Machine hosting the Container. (0xc0370109)
Encountered errors while bringing up the project..
For more troubleshooting information, go to http://aka.ms/DockerToolsTroubleshooting docker-compose C:\Program Files (x86)\Microsoft Visual Studio\2017\Enterprise\MSBuild\Sdks\Microsoft.Docker.Sdk\build\Microsoft.VisualStudio.Docker.Compose.targets 366
I, google it the issue but not found any solution for this errors.
User contributions licensed under CC BY-SA 3.0