<!DOCTYPE html>
<html>
<head>
<title></title>
</head>
<body><div>Or <a href="http://relx.org/">http://relx.org/</a><br></div>
<div> </div>
<div id="sig19496053"><div class="signature">--<br></div>
<div class="signature">Tristan Sloughter<br></div>
<div class="signature">t@crashfast.com<br></div>
<div class="signature"> </div>
</div>
<div> </div>
<div> </div>
<div>On Fri, Oct 3, 2014, at 04:22 PM, Michael Truog wrote:<br></div>
<blockquote type="cite"><div>On 10/03/2014 01:18 PM, Steve Vinoski
      wrote:<br></div>
<blockquote cite="mid:CAO+zUOV_WziNfv6om+UHHEVXsXRXt4soeTjbAcgFF2EJB9C8Bw@mail.gmail.com" type="cite"><div dir="ltr"><div> </div>
<div><div> </div>
<div defang_data-gmailquote="yes"><div>On Fri, Oct 3, 2014 at 3:14 PM, Carlo
            Pires <span dir="ltr"><<a href="mailto:carlopires@gmail.com" target="_blank">carlopires@gmail.com</a>></span>
            wrote:<br></div>
<blockquote defang_data-gmailquote="yes" style="margin:0 0 0&#x0a;              .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Hello,<br></div>
<div> </div>
<div>I'm trying to start and application from erlang REPL and
                got the message:<br></div>
<div> </div>
<div>
                2> application:start(echo_test).<br></div>
<div>
                {error,{not_started,erlzmq}}<br></div>
</div>
</blockquote><div> </div>
<div>Assuming you're using a recent version of Erlang, try
              application:ensure_all_started(echo_test) instead.<br></div>
</div>
</div>
</div>
</blockquote><div>If you aren't, use reltool_util:application_start/1 from
    <a href="https://github.com/okeuday/reltool_util">https://github.com/okeuday/reltool_util</a> .  That route also handles
    module loading which isn't currently handled in the application
    module.  It is better to use a release though, as was mentioned
    previously (normally starting an Erlang OTP application
    programmatically is only done for testing).<br></div>
<div> </div>
<blockquote cite="mid:CAO+zUOV_WziNfv6om+UHHEVXsXRXt4soeTjbAcgFF2EJB9C8Bw@mail.gmail.com" type="cite"><div dir="ltr"><div><div defang_data-gmailquote="yes"><div> </div>
<div>--steve<br></div>
</div>
</div>
</div>
<div> </div>
<div> </div>
<pre>_______________________________________________
erlang-questions mailing list
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a> <a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></pre></blockquote><div> </div>
<div><u>_______________________________________________</u><br></div>
<div>erlang-questions mailing list<br></div>
<div><a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br></div>
<div><a href="http://erlang.org/mailman/listinfo/erlang-questions">http://erlang.org/mailman/listinfo/erlang-questions</a><br></div>
</blockquote><div> </div>
</body>
</html>