<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:times new roman,new york,times,serif;font-size:12pt"><div>The relevant part of the error message is this:<br></div><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><br>   {"init terminating in do_boot",{undef,[{myapp,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>Which means the system can't find myapp:start(). Is the module available, compiled, etc?<br><br>A note to OTP: the shell prints more legible errors these days; perhaps we could get shiny new error messages here too?<br><br>Best,<br>Thomas<br><br><div style="font-family: times new roman,new york,times,serif; font-size: 12pt;"><font face="Tahoma" size="2"><hr size="1"><b><span style="font-weight: bold;">From:</span></b> Vikrant <vikrant.patil@gmail.com><br><b><span style="font-weight: bold;">To:</span></b> erlang-questions <erlang-questions@erlang.org><br><b><span style="font-weight: bold;">Sent:</span></b> Saturday, May 2, 2009 5:23:10 AM<br><b><span style="font-weight: bold;">Subject:</span></b> [erlang-questions] Web frameworks<br></font><br>Hi,<br>    I want to start using erlang and yaws for web development. I would like to know your suggestion on which web frameworks are available in erlang. My attempt to start using
 mochiweb and erlyweb has already failed. It ends with erlang error dump as given below...<br>
<br>vikrant@gargee:~/programming/erlang/myapp$ ./start-dev.sh <br>Erlang (BEAM) emulator version 5.6.3 [source] [64-bit] [smp:2] [async-threads:0] [kernel-poll:false]<br><br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>
          supervisor: {local,sasl_safe_sup}<br>             started: [{pid,<0.34.0>},<br>                       {name,alarm_handler},<br>                       {mfa,{alarm_handler,start_link,[]}},<br>                       {restart_type,permanent},<br>
                       {shutdown,2000},<br>                       {child_type,worker}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_safe_sup}<br>             started: [{pid,<0.35.0>},<br>
                       {name,overload},<br>                       {mfa,{overload,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,2000},<br>                       {child_type,worker}]<br>
<br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_sup}<br>             started: [{pid,<0.33.0>},<br>                       {name,sasl_safe_sup},<br>                       {mfa,<br>
                           {supervisor,start_link,<br>                               [{local,sasl_safe_sup},sasl,safe]}},<br>                       {restart_type,permanent},<br>                       {shutdown,infinity},<br>
                       {child_type,supervisor}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>          supervisor: {local,sasl_sup}<br>             started: [{pid,<0.36.0>},<br>                       {name,release_handler},<br>
                       {mfa,{release_handler,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,2000},<br>                       {child_type,worker}]<br><br>=PROGRESS REPORT==== 2-May-2009::08:50:59 ===<br>
         application: sasl<br>          started_at: nonode@nohost<br><br>=PROGRESS REPORT==== 2-May-2009::08:51:00 ===<br>          supervisor: {local,kernel_safe_sup}<br>             started: [{pid,<0.41.0>},<br>                       {name,timer_server},<br>
                       {mfa,{timer,start_link,[]}},<br>                       {restart_type,permanent},<br>                       {shutdown,1000},<br>                       {child_type,worker}]<br>{"init terminating in do_boot",{undef,[{myapp,start,[]},{init,start_it,1},{init,start_em,1}]}}<br>
<br>Crash dump was written to: erl_crash.dump<br>init terminating in do_boot ()<br><br>I appreciate any help in getting me started with even simplest "hello world" webapp!<br><br>Regards,<br>Vikrant<br>
</div></div></div><br>

      </body></html>