You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by OpenWhisk Team Slack <ra...@apache.org> on 2010/01/01 00:01:01 UTC

[slack-digest] [2022-06-07] #general

2022-06-07 14:31:43 UTC - Areej: I am trying to deploy the distributed OW on opnestack cloud on 3 VM running Ubuntu 20 with python3 .. I am trying to run nginx ,controller, kafka and zookeeper on VM1  and couchDB on VM2 and invoker on VM3 .. I have successfully  deploy all these components  except the invoker on VM3 when I run this command : ansible-playbook -i environments/local/ openwhisk.yml -e docker_image_prefix=openwhisk -e docker_image_tag=nightly .. I got this error :`TASK [invoker : wait until Invoker is up and running] **************************************************************************************************************************************************************************************************************************`
Monday 06 June 2022 17:23:37 +0000 (0:00:01.550)    0:01:20.281 ***********
*`FAILED - RETRYING: wait until Invoker is up and running (12 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (11 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (10 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (9 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (8 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (7 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (6 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (5 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (4 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (3 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (2 retries left).`*
*`FAILED - RETRYING: wait until Invoker is up and running (1 retries left).`*
`fatal: [invoker0]: FAILED! =&gt; {"attempts": 12, "changed": false, "content": "", "elapsed": 0, "msg": "Status code was -1 and not [200]: Request failed: &lt;urlopen error [Errno 111] Connection refused&gt;", "redirected": false, "status": -1, "url": "<https://10.72.102.235:12001/ping>"}`

`Status code was -1 and not [200]: Request failed: &lt;urlopen error [Errno`
`111] Connection refused&gt;`

`PLAY RECAP *********************************************************************************************************************************************************************************************************************************************************************`
`controller0        : ok=26   changed=5   unreachable=0  failed=0  skipped=18   rescued=0  ignored=0`  
`etcd0           : ok=0  changed=0  unreachable=0  failed=0  skipped=7   rescued=0  ignored=0`  
`invoker0          : ok=28   changed=8   unreachable=0  failed=1   skipped=20   rescued=0  ignored=0`  
`kafka0           : ok=10   changed=4   unreachable=0  failed=0  skipped=7   rescued=0  ignored=0`  
scheduler0         : ok=0  changed=0  unreachable=0  failed=0  skipped=32   rescued=0  ignored=0
https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1654612303277079?thread_ts=1654612303.277079&cid=C3TPCAQG1
----