-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

> Every Sunday at 4:02 am my error_log file gets a "SIGHUP received 
> Attempting to restart" message
>
> This is followed by a Java.net.BindException (usually many).
>
> There are no weekly cron jobs scheduled (that I can detect anyway )
>
> I'd like to stop this.

Well, it is most likely a cron script that is doing this. the error is due
to the fact that apache is restarting before the JVM has a chance to shut
down. It is then trying to start a new JVm while one is already running. The
only real solution to this would be to increase the amount of time that is
wait()'ed for the JVM to shut down. in 1.0 that means you have to hack at
the source code. in 1.0.1 it will be a configuration option.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to