Skip to content

Instantly share code, notes, and snippets.

@a1git
Created April 19, 2016 15:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save a1git/ac589606f422c4385beb32ad4912d29f to your computer and use it in GitHub Desktop.
Save a1git/ac589606f422c4385beb32ad4912d29f to your computer and use it in GitHub Desktop.
rabbitmq error
TASK: [rabbitmq_server | Enable queue mirroring] ******************************
<172.29.237.5> ESTABLISH CONNECTION FOR USER: root
<172.29.237.5> REMOTE_MODULE rabbitmq_policy tags=ha-mode=all name=HA pattern='^(?!amq\.).*'
<172.29.238.145> ESTABLISH CONNECTION FOR USER: root
<172.29.237.5> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.237.5 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
<172.29.238.145> REMOTE_MODULE rabbitmq_policy tags=ha-mode=all name=HA pattern='^(?!amq\.).*'
<172.29.237.41> ESTABLISH CONNECTION FOR USER: root
<172.29.238.145> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.238.145 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
<172.29.237.41> REMOTE_MODULE rabbitmq_policy tags=ha-mode=all name=HA pattern='^(?!amq\.).*'
<172.29.237.41> EXEC ssh -C -vvv -o ControlMaster=auto -o ControlPersist=60s -o ControlPath="/root/.ansible/cp/ansible-ssh-%h-%p-%r" -o StrictHostKeyChecking=no -o KbdInteractiveAuthentication=no -o PreferredAuthentications=gssapi-with-mic,gssapi-keyex,hostbased,publickey -o PasswordAuthentication=no -o ConnectTimeout=120 172.29.237.41 /bin/sh -c 'LANG=en_US.UTF-8 LC_CTYPE=en_US.UTF-8 /usr/bin/python'
failed: [c15_rabbit_mq_container-782a974a] => {"cmd": "/usr/sbin/rabbitmqctl -q -n rabbit list_policies -p /", "failed": true, "rc": 70}
stderr: Error: rabbit application is not running on node rabbit@c15_rabbit_mq_container-782a974a.
* Suggestion: start it with "rabbitmqctl start_app" and try again
msg: Error:********@c15_rabbit_mq_container-782a974a.
* Suggestion: start it with "rabbitmqctl start_app" and try again
ok: [c16_rabbit_mq_container-ca142985] => {"changed": false, "name": "HA", "state": "present"}
failed: [c14_rabbit_mq_container-fd76fc02] => {"cmd": "/usr/sbin/rabbitmqctl -q -n rabbit list_policies -p /", "failed": true, "rc": 70}
stderr: Error: rabbit application is not running on node rabbit@c14_rabbit_mq_container-fd76fc02.
* Suggestion: start it with "rabbitmqctl start_app" and try again
msg: Error:********@c14_rabbit_mq_container-fd76fc02.
* Suggestion: start it with "rabbitmqctl start_app" and try again
FATAL: all hosts have already failed -- aborting
PLAY RECAP ********************************************************************
to retry, use: --limit @/root/rabbitmq-install.retry
c14_rabbit_mq_container-fd76fc02 : ok=30 changed=4 unreachable=0 failed=1
c15_rabbit_mq_container-782a974a : ok=29 changed=4 unreachable=0 failed=1
c16_rabbit_mq_container-ca142985 : ok=31 changed=4 unreachable=0 failed=0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment