arcadeanalytics icon indicating copy to clipboard operation
arcadeanalytics copied to clipboard

can't run Dokcer image with error message (Client.Timeout exceeded while awaiting headers)

Open Dr-Ing opened this issue 5 years ago • 2 comments

I did the following steps:

  1. cloned the github repo to my PC (running windows 10) git clone https://github.com/ArcadeData/arcadeanalytics.git

  2. from the installed root folder, I ran the docker command for a single-app docker-compose -f recipes/arcade-standalone.yml up -d

  3. I ended up with the following error message

Creating network "recipes_default" with the default driver
Pulling arcadeanalytics-single (arcadeanalytics/arcadeanalytics:1.0.3)...
1.0.3: Pulling from arcadeanalytics/arcadeanalytics
5667fdb72017: Pull complete
d83811f270d5: Pull complete
ee671aafb583: Pull complete
7fc152dfb3a6: Pull complete
3ab6e950cac5: Pull complete
ac687d14ade9: Pull complete
f7a9442b6b1e: Pull complete
58526dc7ae92: Pull complete
6449223713e6: Pull complete
Digest: sha256:615dee899f8c4da3c595e098a64d4eef96166cb8f62bc49d4d9e9b090478b537
Status: Downloaded newer image for arcadeanalytics/arcadeanalytics:1.0.3
Creating recipes_arcadeanalytics-single_1 ... error

ERROR: for recipes_arcadeanalytics-single_1  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

ERROR: for arcadeanalytics-single  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
ERROR: Encountered errors while bringing up the project.```

Dr-Ing avatar Mar 10 '20 22:03 Dr-Ing

Hi, can you use the configuration on https://github.com/ArcadeData/arcadeanalytics-recipes

docker-compose -f recipes/arcade-standalone.yml up

arcade-player avatar Mar 11 '20 14:03 arcade-player

I tried again, same problem. Also it is worth noting that the ERROR:... message appears after more than 15 minutes of waiting.

PS D:\projects\docker\arcadeanalytics-recipes> docker-compose -f recipes/arcade-standalone.yml up
WARNING: The CURRENT_UID variable is not set. Defaulting to a blank string.
Creating recipes_arcadeanalytics-single_1 ... error

ERROR: for recipes_arcadeanalytics-single_1  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)

ERROR: for arcadeanalytics-single  Cannot create container for service arcadeanalytics-single: Post http://unix/drive/share: net/http: request canceled (Client.Timeout exceeded while awaiting headers)
ERROR: Encountered errors while bringing up the project.
PS D:\projects\docker\arcadeanalytics-recipes>

Dr-Ing avatar Mar 11 '20 16:03 Dr-Ing