Bug 738067

Summary: rabbitmq-server service cannot start - rabbitmq-multi missing
Product: [Fedora] Fedora Reporter: Robert Knight <knight>
Component: rabbitmq-serverAssignee: Peter Lemenkov <lemenkov>
Status: CLOSED ERRATA QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: unspecified    
Version: 16CC: apevec, hubert.plociniczak, lemenkov, markmc, maurizio.antillon, mrunge
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: rabbitmq-server-2.6.1-1.el6 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2011-12-05 00:28:26 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Robert Knight 2011-09-13 19:18:56 UTC
Description of problem:
service rabbitmq-server start fails with missing file:
/usr/lib/rabbitmq/bin/rabbitmq-multi

Version-Release number of selected component (if applicable):
rabbitmq-server-2.6.0-1.fc16.noarch

How reproducible:
aways

Steps to Reproduce:
1. yum install rabbitmq-server
2. service rabbitmq-server start
3.
  
Actual results:
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_log, _err

Expected results:
successful start

Additional info:
Missing file is present in previous release.

Comment 1 Mark McLoughlin 2011-09-21 06:22:57 UTC
Looks like rabbitmq-multi was removed in 2.6.0. Need to fix the initscript to launch rabbitmq-server directly

Comment 2 Fedora Update System 2011-11-08 09:55:21 UTC
rabbitmq-server-2.6.1-1.fc14 has been submitted as an update for Fedora 14.
https://admin.fedoraproject.org/updates/rabbitmq-server-2.6.1-1.fc14

Comment 3 Fedora Update System 2011-11-08 09:55:29 UTC
rabbitmq-server-2.6.1-1.fc15 has been submitted as an update for Fedora 15.
https://admin.fedoraproject.org/updates/rabbitmq-server-2.6.1-1.fc15

Comment 4 Fedora Update System 2011-11-08 09:55:37 UTC
rabbitmq-server-2.6.1-1.el6 has been submitted as an update for Fedora EPEL 6.
https://admin.fedoraproject.org/updates/rabbitmq-server-2.6.1-1.el6

Comment 5 Fedora Update System 2011-11-08 09:55:46 UTC
rabbitmq-server-2.6.1-1.fc16 has been submitted as an update for Fedora 16.
https://admin.fedoraproject.org/updates/rabbitmq-server-2.6.1-1.fc16

Comment 6 Fedora Update System 2011-11-10 07:30:57 UTC
Package rabbitmq-server-2.6.1-1.el6:
* should fix your issue,
* was pushed to the Fedora EPEL 6 testing repository,
* should be available at your local mirror within two days.
Update it with:
# su -c 'yum update --enablerepo=epel-testing rabbitmq-server-2.6.1-1.el6'
as soon as you are able to.
Please go to the following url:
https://admin.fedoraproject.org/updates/FEDORA-EPEL-2011-4918
then log in and leave karma (feedback).

Comment 7 Alan Pevec 2011-11-16 00:02:52 UTC
FYI rabbitmq-server-2.6.1-1.fc16 was not starting for me, it turned out, due to unresolvable hostname.

Adding entry with hostname in /etc/hosts fixed it.

Comment 8 Fedora Update System 2011-12-05 00:28:26 UTC
rabbitmq-server-2.6.1-1.fc14 has been pushed to the Fedora 14 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 9 Fedora Update System 2011-12-05 00:29:28 UTC
rabbitmq-server-2.6.1-1.fc16 has been pushed to the Fedora 16 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 10 Fedora Update System 2011-12-05 00:29:40 UTC
rabbitmq-server-2.6.1-1.fc15 has been pushed to the Fedora 15 stable repository.  If problems still persist, please make note of it in this bug report.

Comment 11 Alan Pevec 2011-12-07 10:32:34 UTC
One more FYI, there can be port 5672 conflict with qpidd which is not quite clear from the error message:
Starting rabbitmq-server: FAILED - check /var/log/rabbitmq/startup_{log, _err}

startup_log:
starting networking                                                   ...BOOT ER
ROR: FAILED
Reason: {badmatch,
            {error,
                {shutdown,
                    {child,undefined,'rabbit_tcp_listener_sup_:::5672',
                        {tcp_listener_sup,start_link,
                            [{0,0,0,0,0,0,0,0},
                             5672,
                             [inet6,binary,
                              {packet,raw},
                              {reuseaddr,true},
                              {backlog,128},
                              {nodelay,true},
                              {exit_on_close,false}],
                             {rabbit_networking,tcp_listener_started,[amqp]},
                             {rabbit_networking,tcp_listener_stopped,[amqp]},
                             {rabbit_networking,start_client,[]},
                             "TCP Listener"]},
                        transient,infinity,supervisor,
                        [tcp_listener_sup]}}}}

Comment 12 Fedora Update System 2011-12-17 19:27:01 UTC
rabbitmq-server-2.6.1-1.el6 has been pushed to the Fedora EPEL 6 stable repository.  If problems still persist, please make note of it in this bug report.