<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
</head>
<body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; color: rgb(0, 0, 0); font-size: 14px; font-family: Calibri, sans-serif; ">
<div>
<div>
<div>To whom it may concern,</div>
</div>
</div>
<div><br>
</div>
<div>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</div>
<div><br>
</div>
<div>$ tail Rabbit@host-name.log</div>
<div>
<div>=INFO REPORT==== 19-Apr-2013::16:08:56 ===</div>
<div>closing AMQP connection &lt;0.14633.0&gt; (127.0.0.1:41349 -&gt; 127.0.0.1:5672)</div>
</div>
<div><br>
</div>
<div>$ tail startup_err</div>
<div>Killed</div>
<div><br>
</div>
<div>It is a standard rabbitmq-server without any real customization,</div>
<div><br>
</div>
<div>$ cat /etc/rabbitmq/rabbitmq.config</div>
<div>
<div>[</div>
<div>&nbsp; {rabbit, [</div>
<div>&nbsp; &nbsp; {ssl_listeners, [5671]},</div>
<div>&nbsp; &nbsp; {ssl_options, [{cacertfile,&quot;/path/to/cacert.pem&quot;},</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {certfile,&quot;/path/to/cert.pem&quot;},</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {keyfile,&quot;/path/to/key.pem&quot;},</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {verify,verify_none},</div>
<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; {fail_if_no_peer_cert,false}]},</div>
<div>&nbsp; &nbsp; {default_user, &lt;&lt;&quot;guest&quot;&gt;&gt;},</div>
<div>&nbsp; &nbsp; {default_pass, &lt;&lt;&quot;guest&quot;&gt;&gt;},</div>
<div>&nbsp; &nbsp; {log_levels, [{connection, info}]}</div>
<div>&nbsp; ]}</div>
<div>].</div>
</div>
<div><br>
</div>
<div>Sean</div>
<div><br>
</div>
</body>
</html>