You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@jakarta.apache.org by Jerome Moliere <jm...@perform.fr> on 2000/02/07 15:52:16 UTC

Apache startup

Hi,
this is the Apache message :
[Mon Feb 07 15:40:09 2000] [warn] pid file e:/program 
files/apache/logs/httpd.pid overwritten -- Unclean shutdown of pre
vious Apache run?
[Mon Feb 07 15:40:09 2000] [crit] Apache JServ encountered a fatal 
error; check your ApJServLogFile for details if none
are present in this file.  Exiting.

& the JServ log file :
[07/02/2000 14:40:09:773] (ERROR) wrapper: setting defaults error 
reading secret key file: filename was not specified
[07/02/2000 14:40:09:773] (ERROR) an error returned initializing 
protocol "wrapper"
[07/02/2000 14:40:09:773] (ERROR) in init all protocols "wrapper" 
returned an error
[07/02/2000 14:40:09:773] (EMERGENCY) Error initializing protocols

i've setted the property, i've commented it, i've setted to UNDEFINED
but it doesn't care.I've allways the same display.
It seems that a shutdown failure caused this problem, but what can I 
do?

Re: Apache startup

Posted by Jean-Luc Rochat <jn...@cybercable.fr>.
Jerome Moliere wrote:
> 

> & the JServ log file :
> [07/02/2000 14:40:09:773] (ERROR) wrapper: setting defaults error
> reading secret key file: filename was not specified
essaie avec /try with 

security.authentication=false
#security.secretKey=/usr/local/jserv/etc/jserv.secret.key
#security.challengeSize=5
in jserv.properties

and

ApJServSecretKey DISABLED
in jserv.conf

and once working, try to enable the authentication.

Jean-Luc