You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@continuum.apache.org by "Emmanuel Venisse (JIRA)" <ji...@codehaus.org> on 2006/01/24 09:59:06 UTC

[jira] Commented: (CONTINUUM-569) Once CRON Expression Has Error, Server Never Startup

    [ http://jira.codehaus.org/browse/CONTINUUM-569?page=comments#action_56744 ] 

Emmanuel Venisse commented on CONTINUUM-569:
--------------------------------------------

Arghh, the cron expression validator from quartz is bad. I'll add more test in our own validator and will check that ranges are in correct order.

> Once CRON Expression Has Error, Server Never Startup
> ----------------------------------------------------
>
>          Key: CONTINUUM-569
>          URL: http://jira.codehaus.org/browse/CONTINUUM-569
>      Project: Continuum
>         Type: Bug

>     Versions: 1.0.2
>  Environment: SuSE Linux 9.2 AMD64
>     Reporter: Richard C. L. Li
>     Priority: Critical

>
>
> To reproduce the problem:
> 1. Add a schedule with the following CRON expression:
>     0 0 4-1 * * ?
> 2. Restart the Continuum server.
> 3. The server never start up.
> To workaround the problem:
> 1. Use JDBC to dig int he database and fix the CRON expression:
>     0 0 4-23 * * ?
> 2. Start the Continuum server.
> 3. Server starts successfully.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira