[rabbitmq-discuss] Rabbitmq Server dies unexpectedly
Sean McCully
sean.mccully at RACKSPACE.COM
Fri Apr 19 22:17:56 BST 2013
To whom it may concern,
I have an installation of rabbitmq (3.0.4) that appears to just die unexpectedly. It is current a single node, and the only log information is from
$ tail Rabbit at host-name.log
=INFO REPORT==== 19-Apr-2013::16:08:56 ===
closing AMQP connection <0.14633.0> (127.0.0.1:41349 -> 127.0.0.1:5672)
$ tail startup_err
Killed
It is a standard rabbitmq-server without any real customization,
$ cat /etc/rabbitmq/rabbitmq.config
[
{rabbit, [
{ssl_listeners, [5671]},
{ssl_options, [{cacertfile,"/path/to/cacert.pem"},
{certfile,"/path/to/cert.pem"},
{keyfile,"/path/to/key.pem"},
{verify,verify_none},
{fail_if_no_peer_cert,false}]},
{default_user, <<"guest">>},
{default_pass, <<"guest">>},
{log_levels, [{connection, info}]}
]}
].
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130419/7b0bd20b/attachment.htm>
More information about the rabbitmq-discuss
mailing list