You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by GitBox <gi...@apache.org> on 2019/03/12 07:07:09 UTC

[GitHub] [incubator-openwhisk-devtools] criticalboot commented on issue #179: docker compose make quick start hangs

criticalboot commented on issue #179: docker compose make quick start hangs
URL: https://github.com/apache/incubator-openwhisk-devtools/issues/179#issuecomment-471882188
 
 
   Environment
   ```
   incubator-openwhisk-devtools/docker-compose$ cat /etc/issue
   Ubuntu 18.10 \n \l
   incubator-openwhisk-devtools/docker-compose$ docker-compose --version
   docker-compose version 1.23.2, build 1110ad01
   incubator-openwhisk-devtools/docker-compose$ docker --version 
   Docker version 18.09.3, build 774a1f4
   ```
   Error
   ```
   incubator-openwhisk-devtools/docker-compose$ make quick-start
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100   134    0   134    0     0    154      0 --:--:-- --:--:-- --:--:--   154
   100 14.4M    0 14.4M    0     0  1429k      0 --:--:--  0:00:10 --:--:-- 1875k
   Unpacking tarball.
   downloading the CLI tool ... 
   downloading cli for linux
     % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                    Dload  Upload   Total   Spent    Left  Speed
   100   626    0   626    0     0    750      0 --:--:-- --:--:-- --:--:--   749
   100 3847k  100 3847k    0     0   835k      0  0:00:04  0:00:04 --:--:-- 1537k
   pulling the docker images short list... 
   Using default tag: latest
   latest: Pulling from openwhisk/controller
   Digest: sha256:b4bec4b65ac17ae157ef0ff2de7085493f400ade322e066d5f99f1d07b031a5f
   Status: Image is up to date for openwhisk/controller:latest
   Using default tag: latest
   latest: Pulling from openwhisk/invoker
   Digest: sha256:bdc6df912b2d2f642206b0f2a83d20e29256409598f3f8299df81abc8871c4cb
   Status: Image is up to date for openwhisk/invoker:latest
   Using default tag: latest
   latest: Pulling from openwhisk/nodejs6action
   Digest: sha256:e259aa02886ebb0bb7370bfa61e37d665c9e07d6677043d3635ce95e8a4d26bc
   Status: Image is up to date for openwhisk/nodejs6action:latest
   Using default tag: latest
   latest: Pulling from openwhisk/dockerskeleton
   Digest: sha256:60143b05544ccfffc2e38c2653ea3c5275b6cedd458887687b39ec67b9841c0c
   Status: Image is up to date for openwhisk/dockerskeleton:latest
   host ip address: 192.168.4.8
   checking required ports ... 
    ... OK
     ... preparing api-gateway configuration
   pinging minio...
    ... OK
   openwhisk_minio_1 is up-to-date
   2019/03/12 06:44:08 ERROR : Attempt 1/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp 172.18.0.2:9000: connect: no route to host
   2019/03/12 06:44:28 ERROR : Attempt 2/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp 172.18.0.2:9000: connect: no route to host
   2019/03/12 06:44:48 ERROR : Attempt 3/3 failed with 1 errors and: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp 172.18.0.2:9000: connect: no route to host
   2019/03/12 06:44:48 Failed to mkdir: RequestError: send request failed
   caused by: Head http://minio.docker:9000/api-gateway: dial tcp 172.18.0.2:9000: connect: no route to host
   make: *** [Makefile:219: setup] Error 1
   
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services