Jie Gao wrote:
[...]
make test error:
[...]
waiting 180 seconds for server to start: giving up after 181 secs
!!! server failed to start! (please examine t/logs/error_log)
[...]
 -D APACHE_MPM_DIR="server/mpm/worker"
    osname=solaris, osvers=2.9, archname=sun4-solaris-thread-multi
    uname='sunos banquo 5.9 generic_112233-11 sun4u sparc sunw,ultra-5_10 '

I don't know whether it works at all on Solaris. Any luck with prefork mpm?


You forgot to include the relevant info from t/logs/error_log as the guidelines instruct. Anything interesting in there?

Also is it possible that your machine is slow and you need more time to start the server (our test suite take a *long* time to start under threaded mpms)? So please try:

t/TEST -start -startup_timeout 300

though I doubt that this is the reason.

t/TEST -conf -trace=debug
[...]
==> inheriting config file: 
/usr/local/WASM_Sessions_Checker_apache_2.0.48/conf/httpd.conf
==> using httpd.conf inherited ServerRoot to resolve conf/ssl.conf
==> conf/ssl.conf successfully resolved to existing file
/usr/local/WASM_Sessions_Checker_apache_2.0.48/conf/ssl.conf
==> inheriting config file: 
/usr/local/WASM_Sessions_Checker_apache_2.0.48/conf/ssl.conf
==> using httpd.conf inherited ServerRoot to resolve conf/mime.types
==> conf/mime.types successfully resolved to existing file
/usr/local/WASM_Sessions_Checker_apache_2.0.48/conf/mime.types

So you no longer get these warnings:


*** dir '/usr/local/WASM_Sessions_Checker/htdocs/conf' does not exist (while resolving 'conf/ssl.conf')
*** dir '/usr/local/WASM_Sessions_Checker/htdocs/conf' does not exist (while resolving 'conf/mime.types')


right? I don't think they have anything to do with the failure to startup.

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

--
Reporting bugs: http://perl.apache.org/bugs/
Mail list info: http://perl.apache.org/maillist/modperl.html
List etiquette: http://perl.apache.org/maillist/email-etiquette.html



Reply via email to