Hi,
I am getting the following error when trying to access the music app:
ERROR erlang code crashed:
File: appmod:0
Reason: {no_application_data,"Did you forget to call
erlyweb:compile(AppDir) or add the app's previously compiled .beam
files to the Erlang code path?"}
Req: {http_request,'GET',{abs_path,"/music"},{1,1}}
Here's what I'm doing:
# erl
Erlang (BEAM) emulator version 5.5.5 [source] [64-bit] [async-threads:
0] [kernel-poll:false]
Eshell V5.5.5 (abort with ^G)
1> erlyweb:create_app("music", "/var/erlyweb").
info:erlyweb_util:39: creating "./music"
info:erlyweb_util:39: creating "./music/src"
info:erlyweb_util:39: creating "./music/src/components"
info:erlyweb_util:39: creating "./music/www"
info:erlyweb_util:39: creating "./music/ebin"
info:erlyweb_util:70: creating "./music/src/components/
html_container_view.et"
info:erlyweb_util:70: creating "./music/src/components/
html_container_controller.erl"
info:erlyweb_util:70: creating "./music/src/music_app_controller.erl"
info:erlyweb_util:70: creating "./music/www/index.html"
info:erlyweb_util:70: creating "./music/www/style.css"
ok
In yaws.conf:
<server music>
docroot = /var/erlyweb/music/www
listen = 0.0.0.0
appmods = <"/music", erlyweb>
<opaque>
appname = music
</opaque>
</server>
# cd /var/erlyweb/music
# erl
Erlang (BEAM) emulator version 5.5.5 [source] [64-bit] [async-threads:
0] [kernel-poll:false]
Eshell V5.5.5 (abort with ^G)
1> erlyweb:compile("/var/erlyweb/music").
debug:erlyweb_compile:382: Compiling Erlang file
"music_app_controller"
debug:erlyweb_compile:382: Compiling Erlang file
"html_container_controller"
debug:erlyweb_compile:377: Compiling ErlTL file "html_container_view"
{ok,{{2008,2,12},{13,58,52}}}
2>
# yaws -i
[...]
Any ideas what might be wrong?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---