Skip to content

Instantly share code, notes, and snippets.

@bezerker
Created June 10, 2014 17:43
Show Gist options
  • Save bezerker/4a1fd0befd3c3b1478cd to your computer and use it in GitHub Desktop.
Save bezerker/4a1fd0befd3c3b1478cd to your computer and use it in GitHub Desktop.
Debug: Executing '/usr/sbin/rabbitmqctl list_exchanges -p / name type' [26/1290]
Debug: Executing '/usr/sbin/rabbitmqctl list_exchanges -p /mcollective name type'
Debug: Executing '/usr/local/bin/rabbitmqadmin declare exchange --vhost=/mcollective --user=admin --password=secret name=mcollective_broadcast type=topic'
Error: Execution of '/usr/local/bin/rabbitmqadmin declare exchange --vhost=/mcollective --user=admin --password=secret name=mcollective_broadcast type=topic' returned 1: Traceback (most recent call last):
File "/usr/local/bin/rabbitmqadmin", line 939, in <module>
main()
File "/usr/local/bin/rabbitmqadmin", line 370, in main
(options, args) = make_configuration()
File "/usr/local/bin/rabbitmqadmin", line 319, in make_configuration
config_file = default_config()
File "/usr/local/bin/rabbitmqadmin", line 310, in default_config
return home + os.sep + ".rabbitmqadmin.conf"
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Error: /Stage[main]/Mcollective::Middleware::Rabbitmq/Rabbitmq_exchange[mcollective_broadcast@/mcollective]/ensure: change from absent to present failed: Execution of '/usr/local/bin/rabbitmqadmin declare exchange --vhost=/mcollective --us
er=admin --password=secret name=mcollective_broadcast type=topic' returned 1: Traceback (most recent call last):
File "/usr/local/bin/rabbitmqadmin", line 939, in <module>
main()
File "/usr/local/bin/rabbitmqadmin", line 370, in main
(options, args) = make_configuration()
File "/usr/local/bin/rabbitmqadmin", line 319, in make_configuration
config_file = default_config()
File "/usr/local/bin/rabbitmqadmin", line 310, in default_config
return home + os.sep + ".rabbitmqadmin.conf"
TypeError: unsupported operand type(s) for +: 'NoneType' and 'str'
Notice: /Stage[main]/Mcollective::Middleware::Rabbitmq/Rabbitmq_exchange[mcollective_directed@/mcollective]: Dependency Rabbitmq_exchange[mcollective_broadcast@/mcollective] has failures: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment