<div dir="ltr">2008/9/11 Brian Troutwine <span dir="ltr"><<a href="mailto:goofyheadedpunk@gmail.com">goofyheadedpunk@gmail.com</a>></span><br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Slight addendum: On further inspection aule is started, though the<br>
remaining applications are not.</blockquote><div><br>what do the commands application:info() and application:which_applications() show?<br><br>Also, can you send the SASL reports you get when  you startup the node? Given that 'aule' is started, indicates that the node would've atleast tried to start the apps before it. When you say you can start them manually, does it mean you can start them using the application:start/1 command or some other means? If that is the case, it means you are missing the {mod, {Module, Args}} directive in the .app file of those apps.<br>
<br>cheers<br>Chandru<br><br></div><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
<div><div></div><div class="Wj3C7c"><br>
On Wed, Sep 10, 2008 at 4:01 PM, Brian Troutwine<br>
<<a href="mailto:goofyheadedpunk@gmail.com">goofyheadedpunk@gmail.com</a>> wrote:<br>
> I'm following the OTP Design Principles document in creating my first<br>
> release, but am having difficulties getting the system to boot<br>
> properly. I would appreciate help in fixing my errors. Here is my .rel<br>
> file:<br>
><br>
> {release, {"Aule", "production-1"}, {erts, "5.6.3"},<br>
>  [{kernel, "2.12.3"},<br>
>  {stdlib, "1.15.3"},<br>
>  {sasl, "<a href="http://2.1.5.3" target="_blank">2.1.5.3</a>"},<br>
>  {inets, "5.0.9"},<br>
>  {ecouch, "0.1"},<br>
>  {parse_app, "0.0.1"},<br>
>  {dispatch, "0.0.1"},<br>
>  {warehouse, "0.0.1"},<br>
>  {a_interface, "0.0.1"},<br>
>  {aule, "0.0.1"}]}.<br>
><br>
> Following the guide I issue<br>
><br>
>> systools:make_script("aule", [local]).<br>
><br>
> and receive an aule.boot file. I then run<br>
><br>
> $ erl -pa dispatch/ebin/ a_interface/ebin/ aule/ebin/ parse/ebin/<br>
> warehouse/ebin/ ../ecouch/ebin boot aule<br>
><br>
> but only inets, ecouch, stdlib and kernel start. My custom<br>
> applications (parse_app, dispatch, warehouse, a_interface and aule) do<br>
> not start, though nothing stops me from starting them manually. When<br>
> started manually the system runs appropriately. I do not understand<br>
> why this has failed.<br>
><br>
> Thanks,<br>
> Brian<br>
><br>
<br>
<br>
<br>
</div></div>--<br>
<div><div></div><div class="Wj3C7c">Brian<br>
_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br>
</div></div></blockquote></div><br></div>