-
Type:
Bug
-
Status: Done
-
Priority:
Critical
-
Resolution: Fixed
-
Affects Version/s: 3.5.0, 2.6.2
-
Fix Version/s: 5.5.0
-
Labels:
-
Environment:Rhel 7.2
-
Support Ticket IDs:
-
Backports:
Just last week this backup command was working but recently the flag --recurringTask "00 02 * * 0" is causing an error as shown below (nonexistent calendar date). In addition these flags are also erring in the same way --recurringTask "00 02 * * 1" and --recurringTask "00 02 * * 2".
Strangely, when using --recurringTask "00 02 * * 3" the command executes successfully.
[basopndj@apim-api-manager-user-store-initial ~]$ /opt/opendj/bin/backup --port 4444 --bindDN "cn=Directory Administrator" -j "/opt/opendj/config/pwd/pwd.txt" --backUpAll --backupID fullbackup01 --compress --backupDirectory "/opt/opendj/backup/fullbackup" --recurringTask "00 02 * * 0" ERROR: An error occurred while trying to decode the response from the server: The provided recurring task entry attribute ds-recurring-task-schedule holding the recurring task schedule has invalid tokens combination yielding a nonexistent calendar date
[basopndj@apim-api-manager-user-store-initial ~]$ /opt/opendj/bin/backup --port 4444 --bindDN "cn=Directory Administrator" -j "/opt/opendj/config/pwd/pwd.txt" --backUpAll --backupID fullbackup01 --compress --backupDirectory "/opt/opendj/backup/fullbackup" --recurringTask "00 02 * * 3" Recurring Backup task fullbackup01 scheduled successfully
- is backported by
-
OPENDJ-4044 Backport OPENDJ-3825: Spring daylight savings change can break recurring tasks
-
- Done
-
-
OPENDJ-4043 Backport OPENDJ-3825: Spring daylight savings change can break recurring tasks
-
- Done
-