[erlang-questions] [erlang-question] Problem with erlsoap-0.3

Jose Antonio joseerlang@REDACTED
Mon Nov 13 18:00:03 CET 2006


I am trying  to run erlsoap-0.3 but I have problems with module application.
#erl -erlsoap ../config/httpd.conf
Erlang (BEAM) emulator version 5.4.9 [source] [hipe]

Eshell V5.4.9  (abort with ^G)
1> application:start(inets).
ok
2> application:start(erlsoap).

=INFO REPORT==== 13-Nov-2006::17:49:59 ===
    application: erlsoap
    exited: "invalid return value from mod_soap:start(normal,config) -> 
{'EXIT',
{undef,
[{config,
 read_from_file, [\"erlsoap.conf\"]},
{mod_soap,s                                                  
tart,2},\n                                          
{application_master,start_it_old,4}]}}"                                                 
 
    type: temporary
{error,"invalid return value from mod_soap:start(normal,config) -> 
{'EXIT',\n                                                                                       
{undef,\n                                         
[{config,\n                                                                                                
read_from_file,\n                                                                                                
[\"erlsoap.conf\"]},\n                                          
{mod_soap,start,                                                  
2},\n                                          
{application_master,start_it_old,4}]}}"}
3> application:get_env(erlsoap,inets_conf).
{ok,"/home/jgarcia/Bajadas/erlsoap-0.3/config/httpd.conf"}

Configuration File (httpd.conf): 
Port 8888
ServerName localhost
SocketType ip_comm
Modules mod_alias mod_auth mod_esi mod_actions mod_cgi mod_include 
mod_dir mod_get mod_head mod_log mod_disk_log mod_soap
DefaultType text/plain

Any idea?
Regards




More information about the erlang-questions mailing list