Hi Carlo!<div><br></div><div>Your script works for me, but it seems from the error report that the double quotes around the log file path have disappeared in your case. You could try to increase the number of backslashes - e.g. to three:</div>
<div><br></div><div>... -sasl sasl_error_logger "{file, \\\"/home/itadm/erlang/log/prototipo_mps_sasl.log\\\"}" ...</div><div><br></div><div>Regards</div><div>/siri</div><div><br></div><div><br><div class="gmail_quote">
2011/6/30 Carlo Bertoldi <span dir="ltr"><<a href="mailto:carlo.bertoldi@ubiquity.it">carlo.bertoldi@ubiquity.it</a>></span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello everybody,<br>
 I'm trying to launch my application using heart. This is the script I'm using:<br>
<br>
#!/bin/bash<br>
<br>
EBIN_PATH=/home/itadm/<u></u>prototipo_mps/ebin<br>
LOG_FILE=/home/itadm/erlang/<u></u>log/sonda.log<br>
ERL=/usr/bin/erl<br>
NODE_NAME=sonda<br>
<br>
$ERL -sname $NODE_NAME -heart -pa $EBIN_PATH -boot start_sasl -sasl sasl_error_logger "{file, \"/home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log\"}" -noshell -eval "application:start(prototipo_<u></u>mps)." 2>&1 > $LOG_FILE &<br>

<br>
<br>
The application starts, but in the log I've got this error, and I can see that the sasl keeps restarting.<br>
<br>
<br>
=ERROR REPORT==== 30-Jun-2011::15:36:46 ===<br>
application_controller: syntax error before: '/': {file, /home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log}<br>
{"init terminating in do_boot",{error,'Bad environment variable: "{file, /home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log}"  Application: sasl'}}<br>
<br>
<br>
=erl_crash_dump:0.1<br>
Thu Jun 30 15:52:32 2011<br>
Slogan: Kernel pid terminated (application_controller) ({application_start_failure,<u></u>kernel,{shutdown,{kernel,<u></u>start,[normal,[]]}}})<br>
System version: Erlang R14A (erts-5.8) [source] [64-bit] [smp:4:4] [rq:4] [async-threads:0] [kernel-poll:false]<br>
<br>
If I launch the application using the shell, it works as expected. Any suggestions?<br>
Thanks,<br>
 Carlo<br>
<br>
______________________________<u></u>_________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a><br>
<a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
</blockquote></div><br></div>