I'm new to Erlang and I have setup and run successfully the 'music'
introduction application using and instance of MySQL on port 3305.
I was trying to get Twoorl to work on my Vista machine. I have added: -
define(PORT, 3305). to twoorl_app.hrl and compiled it. I have the
twoorl database setup and the rest of the definitions in
twoorl_app.hrl set to the correct values.
When I am in yaws and run: twoorl:start(). I get the following
message:
twoorl:109 "creating schema"
twoorl:112 "schema already exists"
twoorl:135 {"waiting for tables",[session]}
=ERROR REPORT==== 30-Mar-2009::11:28:58 ===
Error in process <0.129.0> with exit value: {undef,[{twoorl_util,log,
[mysql_recv,108,error,#Fun<mysql_recv.1.31365121>]},{mysql_recv,init,
4}]}
** exception exit: {noproc,{gen_server,call,
[mysql_dispatcher,get_logfun]}}
in function gen_server:call/2
in call from mysql:connect/9
in call from lists:foreach/2
in call from twoorl:start/0
Does anyone have any ideas on how to fix this or how to setup twoorl
with a different database port?
Thanks,
Steve
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---