<div dir="ltr">Greetings,<div><br></div><div>I've been running RabbitMQ with the rabbitmq_web_stomp plugin for quite some time to deliver "near real time" data to browsers.  </div><div><br></div><div>Some more pertinent information:</div><div><br></div><div>"Old" system config:</div><div><ul><li>Ubuntu 12.04 LTS </li><ul><li>specifically 12.04.3</li></ul><li>Erlang 14B04 </li><ul><li>this is the version Ubuntu repos install by default</li></ul><li>RabbitMQ 2.8.2-1 </li><ul><li>this was the first version where the rabbitmq_web_stomp plugin was available experimentally</li></ul></ul><div><span style="line-height: 17px;">This setup has been rock solid for quite some time and has fulfilled all of my needs.  </span></div><div><span style="line-height: 17px;"><br></span></div><div><span style="line-height: 17px;">However, I'm building a "new" system to keep up-to-date on software.  I noticed that after RabbitMQ 3.x (and the specific "x" value escapes me at the moment), the rabbitmq_web_stomp plugin was bundled with the server software by default.  So my "new" system would look like this:</span></div></div><div><span style="line-height: 17px;"><br></span></div><div><span style="line-height: 17px;">"New" system config:</span></div><div><ul><li>Ubuntu 14.04 LTS</li><li>Erlang 16B03</li><li>RabbitMQ 3.3.1</li></ul><div>Overall installation is a breeze.  The rabbitmq-server comes up fine and I can "use" it with familiar tools (e.g. the Python pika module).  However, when I use rabbitmq-plugins to enable rabbitmq_web_stomp, the rabbitmq-server fails to come back from a required restart.  That is, I see a message saying "starting server..." with a status of "FAIL".  The server logs have very little information, stating that there may be more information within the logs ("duh"), and that an erl crash dump was created (I've never been able to find this dump).  The only nugget of information I've gleaned from the logs is something cryptic:</div></div><div><br></div><div><ul><li>"no such file or directory ranch.app"<br></li></ul><div>My Google-fu hasn't turned up anything on this particular piece.  I'm not sure if this is an Erlang problem or a RabbitMQ plugin problem.</div></div><div><br></div><div>Any ideas?</div><div><br></div><div>v/r</div><div><br></div><div>Ben</div></div>