Hi all,
after doing a git pull on 0.9-dev yesterday I found my site doesn't start up anymore the way I had it before. I get the following output in debug mode:
zotonic@web $ sudo /opt/zotonic/current/bin/zotonic debug
Erlang R15B01 (erts-5.9.1) [source] [64-bit] [smp:2:2] [async-threads:0] [hipe] [kernel-poll:true]
Eshell V5.9.1 (abort with ^G)
(
zoton...@web.consequor.eu)1> 18:39:58.993 [info] Application lager started on node '
zoton...@web.consequor.eu'
** /serv/opt/zotonic/zotonic-09-dev/deps/z_logger/ebin/z_logger.beam hides /serv/opt/zotonic/zotonic-09-dev/deps/webzmachine/ebin/z_logger.beam
** Found 1 name clashes in code paths
18:39:59.087 [info] Application crypto started on node '
zoton...@web.consequor.eu'
** /serv/opt/zotonic/zotonic-09-dev/deps/z_logger/ebin/z_logger.beam hides /serv/opt/zotonic/zotonic-09-dev/deps/webzmachine/ebin/z_logger.beam
** Found 1 name clashes in code paths
18:39:59.161 [info] Application webzmachine started on node '
zoton...@web.consequor.eu'
18:39:59.257 [info] Application mnesia started on node '
zoton...@web.consequor.eu'
18:39:59.266 [info] Application public_key started on node '
zoton...@web.consequor.eu'
18:39:59.279 [info] Application ssl started on node '
zoton...@web.consequor.eu'
18:39:59.316 [info] Application inets started on node '
zoton...@web.consequor.eu'
** /serv/opt/zotonic/zotonic-09-dev/deps/z_logger/ebin/z_logger.beam hides /serv/opt/zotonic/zotonic-09-dev/deps/webzmachine/ebin/z_logger.beam
** Found 1 name clashes in code paths
18:39:59.395 [info] Application mimetypes started on node '
zoton...@web.consequor.eu'
18:39:59.444 [info] gen_smtp_server starting at '
zoton...@web.consequor.eu'
18:39:59.444 [info] listening on {0,0,0,0}:2525 via tcp
18:39:59.604 [info] Application zotonic started on node '
zoton...@web.consequor.eu'
18:39:59.895 [error] z_module_manager:485 [consequor] Error starting module mod_backup: {error,{missing_dependencies,[rest]}}
Also, the line
18:39:59.444 [info] listening on {0,0,0,0}:2525 via tcp
says "listening in port 2525" - What is listening there? I have the following config file:
[{listen_port,80},
{listen_port_ssl,443},
{listen_ip,any},
{password,"xxx"},
{ssl,true},
{ssl_password,[]},
{ssl_certfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.crt"},
{ssl_keyfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.key"},
{ssl_cacertfile,"/var/data/consequor/ssl/certs/zotonic.web-consequor-eu.ca-bund
le"}].
What I am also missing is that I have an automatic forward to
https://www.consequor.de when accessing with normal http. Hostalias missing ?
Thanks for help!
Best regards
Frank