You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@openwhisk.apache.org by gi...@git.apache.org on 2017/06/06 14:01:59 UTC

[GitHub] anasanjaria commented on issue #2330: Openwhisk deployment fail locally

anasanjaria commented on issue #2330: Openwhisk deployment fail locally
URL: https://github.com/apache/incubator-openwhisk/issues/2330#issuecomment-306495562
 
 
   I have used a completely new Virtual machine and follow the steps mentioned in the [setup guide](https://github.com/apache/incubator-openwhisk/blob/master/tools/ubuntu-setup/README.md). Now there is a different error.
   
   `TASK [controller : wait until the Controller in this host is up and running] ***
   Tuesday 06 June 2017  13:50:43 +0000 (0:00:04.160)       0:09:09.466 ********** 
   FAILED - RETRYING: wait until the Controller in this host is up and running (12 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (11 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (10 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (9 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (8 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (7 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (6 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (5 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (4 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (3 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (2 retries left).
   FAILED - RETRYING: wait until the Controller in this host is up and running (1 retries left).
   fatal: [172.17.0.1]: FAILED! => {"attempts": 12, "changed": false, "content": "", "failed": true, "msg": "Status code was not [200]: Request failed: <urlopen error [Errno 111] Connection refused>", "redirected": false, "status": -1, "url": "http://172.17.0.1:10001/ping"}
   
   PLAY RECAP *********************************************************************
   172.17.0.1                 : ok=23   changed=18   unreachable=0    failed=1   
   ansible                    : ok=2    changed=1    unreachable=0    failed=0   
   
   `
   
   **Further Details**
   
   I have used the same setup docker script provided with installation guide.
   `$ echo $DOCKER_HOST`
   `tcp://0.0.0.0:4243`
   
   `$ telnet 172.17.0.1 4243`
   `Trying 172.17.0.1...
   telnet: Unable to connect to remote host: Connection refused`
   
   `$ telnet 172.17.0.1 10001`
   `Trying 172.17.0.1...
   telnet: Unable to connect to remote host: Connection refused`
   
   
 
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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