Problem starting RabbitMQ 2.4.1 on Ubuntu

382 views
Skip to first unread message

Doug Kisabaka

unread,
Jul 13, 2011, 9:04:21 AM7/13/11
to rabbitmq...@googlegroups.com
I tried installing RabbitMQ 2.4.1 on 2 servers running Ubuntu 10.04 from the .deb package in http://www.rabbitmq.com/releases/rabbitmq-server/v2.4.1/ and some plugins.
The server is failing to start yet this is the same version running on another server I successfully installed 2 weeks ago. Really have no clue what's going on

Here's the output for startup_log and startup_err.

startup_err:

Crash dump was written to: erl_crash.dump
init terminating in do_boot ()

startup_log:

*WARNING* Undefined function fdsrv:bind_socket/2
*WARNING* Undefined function fdsrv:start/0
*WARNING* Undefined function fdsrv:stop/0
*WARNING* Undefined function webmachine_resource:start_link/2
6 plugins activated:
* amqp_client-2.4.1
* mochiweb-1.3
* rabbit_management-2.4.1
* rabbit_management_agent-2.4.1
* rabbit_mochiweb-2.4.1
* webmachine-1.7.0

{"init terminating in do_boot",{{nocatch,{error,previous_upgrade_failed}},[{rabbit_upgrade,ensure_backup_taken,0},{rabbit_upgrade,maybe_upgrade_mnesia,0},{rabbit,prepare,0},{init,eval_script,8},{init,do_boot,3}]}}

Doug K

unread,
Jul 13, 2011, 3:47:05 PM7/13/11
to rabbitmq...@googlegroups.com
Ok, found a solution serverfault.com - I to remove the files under /var/lib/rabbitmq/mnesia/ http://serverfault.com/questions/277050/unable-to-start-rabbitmq-server-on-debian-6-squeeze/277070#277070

_______________________________________________
rabbitmq-discuss mailing list
rabbitmq...@lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

--
You received this message because you are subscribed to the Google Groups "rabbitmq-discuss" group.
To view this discussion on the web visit https://groups.google.com/d/msg/rabbitmq-discuss/-/Bb5W-aPuetgJ.
To post to this group, send email to rabbitmq...@googlegroups.com.
To unsubscribe from this group, send email to rabbitmq-discu...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/rabbitmq-discuss?hl=en.





--
Doug Kisabaka

Blog: http://i-coded.blogspot.com

Matthew Sackman

unread,
Jul 13, 2011, 4:57:08 PM7/13/11
to rabbitmq...@lists.rabbitmq.com
On Wed, Jul 13, 2011 at 06:04:21AM -0700, Doug Kisabaka wrote:
> {"init terminating in
> do_boot",{{nocatch,{error,previous_upgrade_failed}},[{rabbit_upgrade,ensure_backup_taken,0},{rabbit_upgrade,maybe_upgrade_mnesia,0},{rabbit,prepare,0},{init,eval_script,8},{init,do_boot,3}]}}

Interesting - that suggests that something went wrong when upgrading the
data store on disk from a previous version of Rabbit. If you can locate
where Rabbit is storing files on disk - usually given in the successful
startup of Rabbit - and can pack up the files and send them to us (off
list), I'm sure we'd like to take a look at that to try and figure out
what went wrong.

Once you've taken a copy of those files, you can delete all those files,
and Rabbit will start up fine, but it'll start up with a fresh state and
will have forgotten all messages/queues/exchanges/bindings/vhosts/users
that it had saved (if any).

Matthew

Reply all
Reply to author
Forward
0 new messages