Right, there isn't much I can do in that respect though since I can't get into a shell when loading the boot file.<div><br></div><div>Thanks,</div><div>Tristan<br><br><div class="gmail_quote">2011/10/22 Motiejus Jakštys <span dir="ltr"><<a href="mailto:desired.mta@gmail.com">desired.mta@gmail.com</a>></span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div class="im">On Sat, Oct 22, 2011 at 10:11:39AM -0500, Tristan Sloughter wrote:<br>
> I have a .rel file and successfully create the boot/script files with<br>
> systools:make_script but when I try to load the boot file it crashes with an<br>
> error I can't find reference too anywhere online. Does anyone have an idea<br>
> on what might be wrong?<br>
><br>
> $ erl<br>
> Erlang R14B04 (erts-5.8.5) [source] [64-bit] [smp:4:4] [rq:4]<br>
> [async-threads:0] [kernel-poll:false]<br>
><br>
> Eshell V5.8.5  (abort with ^G)<br>
> 1> systools:make_script("ctdemo", [local]).<br>
> ok<br>
> 2> q().<br>
> ok<br>
><br>
> $ erl -boot ctdemo<br>
> {"init terminating in<br>
> do_boot",{noproc,{gen_server,call,[file_server_2,{open,"./.erlang",[read]},infinity]}}}<br>
<br>
</div>In a nutshell, gen_server is complaining that process file_server_2 is<br>
not running.<br>
<br>
Check application:loaded_applications(), global_registered_names(),<br>
appmon:start() for troubleshooting.<br>
<br>
Hope this helps<br>
<font color="#888888"><br>
Motiejus<br>
</font></blockquote></div><br></div>