[rabbitmq-discuss] application keeps crashing
Ben Hood
0x6e6562 at gmail.com
Mon Mar 2 16:56:28 GMT 2009
George,
On Mon, Mar 2, 2009 at 3:20 PM, Matt George <matt.george at myemma.com> wrote:
> =CRASH REPORT==== 28-Feb-2009::01:42:17 ===
> crasher:
> pid: <0.25316.9>
> registered_name: []
> error_info: {aborted,{no_exists,[rabbit_config,profiling_enabled]}}
> initial_call: {rabbit_reader,init,[<0.140.0>]}
> ancestors: [rabbit_tcp_client_sup,rabbit_sup,<0.106.0>]
> messages: []
This looks like you are missing a table called rabbit_config. To
verify this, use the mnesia:info/0 command from the shell. After
having checked this, it might be an idea to find out how this could
come about, seeing as ensuring that the correct tables exist is part
of the boot sequence.
HTH,
Ben
More information about the rabbitmq-discuss
mailing list