<div>Ok, one more shot then - this is pure guessing of course, since I can not reproduce the problem... You could try to use single quotes around the tuple and double quotes with no backslash around the string:</div><div><br>
</div><div>... -sasl sasl_error_logger '{file, "/home/itadm/erlang/log/prototipo_mps_sasl.log"}' ...</div><div><br></div><div>I'm not at all an expert on shell scripts and the secrets related to quotes - there are probably others on this list who are... I'm just giving some ideas since I have had similar problems myself... hope it helps </div>
<div><br></div><div>/siri</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;">
Thanks,<br>
 but that didn't solved the problem, and the double quotes are still missing in the log file, even with the 3 backslashes.<div class="im"><br>
<br>
On 30/06/2011 16:26, Siri Hansen wrote:<br>
</div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">
Hi Carlo!<br>
<br>
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:<br>
<br>
... -sasl sasl_error_logger "{file, \\\"/home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log\\\"}" ...<br>
<br>
Regards<br>
/siri<br>
<br>
<br></div>
2011/6/30 Carlo Bertoldi <<a href="mailto:carlo.bertoldi@ubiquity.it" target="_blank">carlo.bertoldi@ubiquity.it</a> <mailto:<a href="mailto:carlo.bertoldi@ubiquity.it" target="_blank">carlo.bertoldi@<u></u>ubiquity.it</a>>><div>
<div></div><div class="h5"><br>
<br>
    Hello everybody,<br>
     I'm trying to launch my application using heart. This is the<br>
    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<br>
    -sasl sasl_error_logger "{file,<br>
    \"/home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log\"}" -noshell -eval<br>
    "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<br>
    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,<br>
    /home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log}<br>
    {"init terminating in do_boot",{error,'Bad environment variable:<br>
    "{file, /home/itadm/erlang/log/<u></u>prototipo_mps_sasl.log}"<br>
     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)<br>
    ({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]<br>
    [rq:4] [async-threads:0] [kernel-poll:false]<br>
<br>
    If I launch the application using the shell, it works as expected.<br>
    Any suggestions?<br>
    Thanks,<br>
     Carlo<br>
<br>
    ______________________________<u></u>_________________<br>
    erlang-questions mailing list<br></div></div>
    <a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@erlang.org</a> <mailto:<a href="mailto:erlang-questions@erlang.org" target="_blank">erlang-questions@<u></u>erlang.org</a>><div class="im">
<br>
    <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/<u></u>listinfo/erlang-questions</a><br>
<br>
<br>
</div></blockquote><font color="#888888">
<br>
<br>
-- <br>
Ubiquity - A little bit forward<br>
*Carlo Bertoldi*<br>
Ubiquity<br>
Via Teodosio 65 -20131, Milano<br>
Fisso: +39 02 288584.32 - Fax: +39 02 2829795<br>
Email: <a href="mailto:carlo.bertoldi@ubiquity.it" target="_blank">carlo.bertoldi@ubiquity.it</a> <mailto:<a href="mailto:carlo.bertoldi@ubiquity.it" target="_blank">carlo.bertoldi@<u></u>ubiquity.it</a>><br>
Website: <a href="http://www.ubiquity.it" target="_blank">www.ubiquity.it</a> <<a href="http://www.ubiquity.it" target="_blank">http://www.ubiquity.it</a>><br>
<br>
</font></blockquote></div><br></div>