<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;">Just did a fresh build of an Ubuntu 14 LTS AMI, 64bit<div><br></div><div>Followed the instructions for installing rabbit here:</div><div><br></div><div><a href="http://www.rabbitmq.com/ec2.html">http://www.rabbitmq.com/ec2.html</a></div><div><br></div><div>I went as far as running the shell script provided.  I did not install erlang or </div><div>anything else, just ran the script there.</div><div><br></div><div>Basics seemed to be working, including web interface.</div><div><br></div><div><br></div><div>I then configured the certs and the web-stomp ssl config.</div><div><br></div><div>Same result:</div><div><br></div><div><div>=CRASH REPORT==== 18-Jun-2014::06:58:54 ===</div><div>  crasher:</div><div>    initial call: supervisor:cowboy_acceptors_sup/1</div><div>    pid: <0.346.0></div><div>    registered_name: []</div><div>    exception exit: {{case_clause,{error,{not_started,asn1}}},</div><div>                     [{cowboy_ssl_transport,require,1,[]},</div><div>                      {cowboy_ssl_transport,listen,1,[]},</div><div>                      {cowboy_acceptors_sup,init,1,[]},</div><div>                      {supervisor,init,1,[{file,"supervisor.erl"},{line,239}]},</div><div>                      {gen_server,init_it,6,</div><div>                                  [{file,"gen_server.erl"},{line,304}]},</div><div>                      {proc_lib,init_p_do_apply,3,</div><div>                                [{file,"proc_lib.erl"},{line,239}]}]}</div><div>      in function  gen_server:init_it/6 (gen_server.erl, line 328)</div><div>    ancestors: [<0.343.0>,cowboy_sup,<0.57.0>]</div><div>    messages: []</div><div>    links: [<0.343.0>]</div><div>    dictionary: []</div><div>    trap_exit: true</div><div>    status: running</div><div>    heap_size: 610</div><div>    stack_size: 27</div><div>    reductions: 169</div><div>  neighbours:</div></div><div><br></div><div><br></div><div>So if it is a dependency problem as you suggest, then I guess the script isn't doing</div><div>everything -- where are are the additional steps documented (I've been</div><div>reading everything and anything I can find on this topic)?</div><div><br></div><div>Running the erl command line gives this for Erlang version info</div><div><br></div><div>Erlang R16B03 (erts-5.10.4)</div><div><br></div><div><br><div><div>On Jun 17, 2014, at 6:39 PM, Michael Klishin <<a href="mailto:mklishin@gopivotal.com">mklishin@gopivotal.com</a>> wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><br><br>On 18 June 2014 at 04:56:28, kz (<a href="mailto:kirk@stork.name">kirk@stork.name</a>) wrote:<br><blockquote type="cite"><blockquote type="cite">exception exit: {{case_clause,{error,{not_started,asn1}}},  <br></blockquote>[{cowboy_ssl_transport,require,1,[]},<br></blockquote><br>This means a dependency of Web STOMP failed to start because its own<br>dependency (the asn1 app from OTP) failed to start.<br><br>What Erlang version do you run? This is a known problem that we work<br>around in other areas, should do the same for Web STOMP. It is Erlang/OTP-version<br>specific AFAIR. <br>--  <br>MK  <br><br>Software Engineer, Pivotal/RabbitMQ<br><br><br></blockquote></div><br></div></body></html>