I just now sudo apt-get purge rabbitmq-server, re installed, and got the same error:
Here are my logs:
From rab...@user-Virtualbox.log:
=INFO REPORT==== 11-Jul-2017::13:03:06 ===
Error description:
{aborted,undef}
Log files (may contain more information):
/var/log/rabbitmq/rabbit@ryan-VirtualBox.log
/var/log/rabbitmq/rabbit@ryan-VirtualBox-sasl.log
Stack trace:
[{mnesia,abort,1,[{file,"mnesia.erl"},{line,313}]},
{rabbit_node_monitor,legacy_cluster_nodes,1,
[{file,"src/rabbit_node_monitor.erl"},{line,801}]},
{rabbit_node_monitor,prepare_cluster_status_files,0,
[{file,"src/rabbit_node_monitor.erl"},{line,121}]},
{rabbit,'-boot/0-fun-0-',0,[{file,"src/rabbit.erl"},{line,283}]},
{rabbit,start_it,1,[{file,"src/rabbit.erl"},{line,417}]},
{init,start_it,1,[]},
{init,start_em,1,[]}]
from
On Tuesday, July 11, 2017 at 1:12:02 PM UTC-4, Michael Klishin wrote:This particular line doesn't reveal much. Most likely Mnesia failed to initialize
or start but we don't know why.
Consider posting full server logs. If this is a new or development environment
installation, try purging the package (or wiping Rabbit node's directory).
The package should set up its directory with sufficient permissions and correct
ownership in most cases but that's another thing that comes to mind with the
amount of information provided.
> On 11 Jul 2017, at 19:19, Ryan Auger <rau...@g.clemson.edu> wrote:
>
> {"init terminating in do_boot",{could_not_start,mnesia,{killed,{mnesia_sup,start,[normal,[]]}}}}
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To post to this group, send email to rabbitm...@googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Hi Luke,
Here it is, you were right, however, it didn't affect anything when I changed over:
sudo su - rabbitmq
[sudo] password for ryan:
ryan@ryan-VirtualBox:~$ erl
Erlang/OTP 18 [erts-7.2] [source] [64-bit] [async-threads:10] [kernel-poll:false]
Eshell V7.2 (abort with ^G)
1>
BREAK: (a)bort (c)ontinue (p)roc info (i)nfo (l)oaded
(v)ersion (k)ill (D)b-tables (d)istribution
ryan@ryan-VirtualBox:~$ . /home/ryan/kerl/19.2/activate
When I run sudo apt-get install rabbitmq-server, I get the same error log again:
BOOT FAILED
===========
Error description:
{aborted,undef}
Log files (may contain more information):
/var/log/rabbitmq/rabbit@ryan-VirtualBox.log
/var/log/rabbitmq/rabbit@ryan-VirtualBox-sasl.log
--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.