John,
Thanks for the prompt response.
Here is the output:
[root@sse-durl-ora1 ~]# rpm -q rabbitmq-server
rabbitmq-server-3.1.5-1.el6.noarch
[root@sse-durl-ora1 ~]# journalctl -u rabbitmq-server (looks like the command was not
found)
-bash: journalctl: command not found
-----Original Message-----
From: John Eckersberg [mailto:jeckersb@redhat.com]
Sent: Wednesday, July 02, 2014 11:01 AM
To: Fang, Lance; rdo-list(a)redhat.com
Subject: Re: [Rdo-list] ERROR while installing RDO (rabbitmq-server)
"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/m
anifests/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.