|
Hi, I am trying to get rabbit working on a redhat server. I had no issues installing an running under mint. But am having real issues with this under redhat The startup_log looks like this: AMQP 8-0 Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd. Licensed under the MPL. See
http://www.rabbitmq.com/ node : rabbit@209011-file2 app descriptor: /usr/lib64/rabbitmq/lib/rabbitmq_server-1.7.2/sbin/../ebin/rabbit.app home dir : /var/lib/rabbitmq cookie hash : wiXVZraf3+Ou0MSKGQeJOg== log : /var/log/rabbitmq/rabbit.log sasl log : /var/log/rabbitmq/rabbit-sasl.log database dir : /var/lib/rabbitmq/mnesia/rabbit starting internal event notification system ...done starting logging server ...done starting database ...done -- kernel ready starting queue supervisor ...done starting node monitor ...done starting cluster router ...done starting alarm handler ...done -- core initialized starting empty DB check ...done starting exchange recovery ...done starting queue recovery ...done starting persister ...done starting guid generator ...done -- message delivery logic ready starting error log relay ...done starting networking ...BOOT ERROR: FAILED Reason: {{badmatch, {error, {shutdown, {child,undefined, 'rabbit_tcp_listener_sup_127.0.0.1:5672', {tcp_listener_sup,start_link, [{127,0,0,1}, 5672, [binary, {packet,raw}, {reuseaddr,true}, {exit_on_close,false}], {rabbit_networking,tcp_listener_started,[]}, {rabbit_networking,tcp_listener_stopped,[]}, {rabbit_networking,start_client,[]}, "TCP Listener"]}, transient,infinity,supervisor, [tcp_listener_sup]}}}}, [{rabbit_networking,start_listener,4}, {rabbit_networking,'-boot_tcp/0-lc$^0/1-0-',1}, {rabbit_networking,boot_tcp,0}, {rabbit_networking,boot,0}, {rabbit,'-run_boot_step/1-lc$^1/1-1-',1}, {rabbit,run_boot_step,1}, {rabbit,'-start/2-lc$^0/1-0-',1}, {rabbit,start,2}]} Erlang has closed {"init terminating in do_boot",{{nocatch,{error,{cannot_start_application,rabbit,{bad_return,{{rabbit,start,[normal,[]]},{'EXIT',{rabbit,failure_during_boot}}}}}}},[{init,start_it,1},{init,start_em,1}]}} Crash dump was written to: erl_crash.dump init terminating in do_boot () startup_err looks like /etc/rabbitmq/rabbitmq.conf: line 1: NODENAME: command not found /etc/rabbitmq/rabbitmq.conf: line 1: NODENAME: command not found Erlang has closed Crash dump was written to: erl_crash.dump init terminating in do_boot () Error: {node_start_failed,normal} Any suggestions please would be a great help Regards John Harrison Developer Hive DD Telephone: +44(0) 1509 788944 Reception: +44 (0) 1509 882910 Fax: +44 (0) 1509 882911 Mobile: +44 (0) 7525 251520 E-mail:
[hidden email] Address: Woodland Granaries, Narrow Lane, Wymeswold, Leicestershire LE12 6SD Hive is a trading name of Hive Online Limited. Company registration number 500 7193. Registered address Woodland Granaries, Narrow Lane, Wymeswold, Leicestershire
LE12 6SD. This message is intended only for the use of the person(s) to whom it is addressed. It may contain information which is privileged and confidential. Accordingly any
unauthorised use is strictly prohibited. If you are not the intended recipient, please contact the sender as soon as possible. Email transmission cannot be guaranteed to be secure or error free. Therefore, we do not represent that this information is complete
or accurate and it should not be relied upon as such. __________ Information from ESET Smart Security, version of virus signature database 5044 (20100420) __________ The message was checked by ESET Smart Security. http://www.eset.com _______________________________________________ rabbitmq-discuss mailing list [hidden email] http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss |
|
What's the content of your /etc/rabbitmq/rabbitmq.conf ?
Regards.
On Tue, Apr 20, 2010 at 12:47 PM, John Harrison <[hidden email]> wrote:
_______________________________________________ rabbitmq-discuss mailing list [hidden email] http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss |
|
In reply to this post by John Harrison-13
Hi John,
What are the contents of your /etc/rabbitmq/rabbitmq.conf file ? I think there's a bug in there. Matthew _______________________________________________ rabbitmq-discuss mailing list [hidden email] http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss |
|
Thanks for the response.
I had put spaces in the .conf file which it did not like then I needed to kill all process for the rabbitmq user. -----Original Message----- From: Matthew Sackman [mailto:[hidden email]] Sent: 20 April 2010 18:36 To: John Harrison Cc: [hidden email] Subject: Re: [rabbitmq-discuss] help to get RabbitMQ working Hi John, What are the contents of your /etc/rabbitmq/rabbitmq.conf file ? I think there's a bug in there. Matthew __________ Information from ESET Smart Security, version of virus signature database 5044 (20100420) __________ The message was checked by ESET Smart Security. http://www.eset.com __________ Information from ESET Smart Security, version of virus signature database 5044 (20100420) __________ The message was checked by ESET Smart Security. http://www.eset.com _______________________________________________ rabbitmq-discuss mailing list [hidden email] http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss |
|
On Tue, Apr 20, 2010 at 02:47:03PM -0500, John Harrison wrote:
> I had put spaces in the .conf file which it did not like then I needed to kill all process for the rabbitmq user. Ahh yes. Spaces in variables which are interpreted and requoted multiple times by shell scripts are painful to say the least. Though it's even worse under Windows with BAT files. Needless to say, the consolidation of the mess of our configuration mechanisms is on our todo list. Matthew _______________________________________________ rabbitmq-discuss mailing list [hidden email] http://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss |
| Powered by Nabble | Edit this page |
