"Fang, Lance" <Lance.Fang(a)emc.com> writes:
All,
I am hoping you can help to resolve this. While installing RDO into a single VM, I
continue to hit this problem. Appreciate any inputs ..
==
10.110.80.62_mysql.pp: [ DONE ]
10.110.80.62_amqp.pp: [ ERROR ]
Applying Puppet manifests [ ERROR ]
ERROR : Error appeared during Puppet run: 10.110.80.62_amqp.pp
err: /Stage[main]/Rabbitmq::Service/Service[rabbitmq-server]/ensure: change from stopped
to running failed: Could not start Service[rabbitmq-server]: Execution of
'/sbin/service rabbitmq-server start' returned 1: at
/var/tmp/packstack/754293704d5e4f66b3dd8532e8bd0300/modules/rabbitmq/manifests/service.pp:37
You will find full trace in log
/var/tmp/packstack/20140702-123959-kJYnai/manifests/10.110.80.62_amqp.pp.log
Please check log file /var/tmp/packstack/20140702-123959-kJYnai/openstack-setup.log for
more information
There's quite a few bugs in the rabbitmq-server package that might be
causing this. Some of them have been fixed recently and some of them I
am actively fixing in rawhide and backporting to F20 (assuming you are
using Fedora).
Can you provide the output of:
rpm -q rabbitmq-server
journalctl -u rabbitmq-server
That should help pin down why it's failing.