Hi there,
I've installed Yaws and erlyweb-0.7.2, and have run into some trouble
following the introductory tutorial. I successfully ran
'erlyweb:create_app', configured yaws and restarted, but then when I
visit http://localhost/music (where I put my app) I get:
=ERROR REPORT==== 25-Aug-2008::21:42:42 ===
ERROR erlang code crashed:
File: appmod:0
Reason: {function_clause,[{lists,dropwhile,
[#Fun<erlyweb_util.
4.125544639>,undefined]},
{erlyweb,get_ewc,2},
{erlyweb,get_initial_ewc1,2},
{erlyweb,handle_request,4},
{yaws_server,deliver_dyn_part,8},
{yaws_server,aloop,3},
{yaws_server,acceptor0,2},
{proc_lib,init_p,5}]}
Req: {http_request,'GET',{abs_path,"/music"},{1,1}}
Stack: [{lists,dropwhile,
[#Fun<erlyweb_util.4.125544639>,undefined]},
{erlyweb,get_ewc,2},
{erlyweb,get_initial_ewc1,2},
{erlyweb,handle_request,4},
{yaws_server,deliver_dyn_part,8},
{yaws_server,aloop,3},
{yaws_server,acceptor0,2},
{proc_lib,init_p,5}]
Any ideas?
Cheers,
Rajit
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"erlyweb" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/erlyweb?hl=en
-~----------~----~----~----~------~----~------~--~---