After upgrading to Analytics Plus build 6300, scheduled activities across the application may fail to trigger.
As a result, configured schedules do not execute automatically, preventing several background operations from running as expected. This may affect features such as:
Scheduled data synchronization
Scheduled email reports
Backend database cleanup
Other scheduled maintenance tasks
These operations rely on the application scheduler, and when the scheduler fails to execute, the configured activities do not run automatically.
The following error can be found in the application logs:
[00:06:08:926]|[02-17-2026]|[com.adventnet.taskengine.internal.RefreshController]|[SEVERE]|[44]: Exception from RefreshController :
java.time.zone.ZoneRulesException: Unknown time-zone ID: EST
at java.base/java.time.zone.ZoneRulesProvider.getProvider(Unknown Source)
at java.base/java.time.zone.ZoneRulesProvider.getRules(Unknown Source)
at java.base/java.time.ZoneRegion.ofId(Unknown Source)
at java.base/java.time.ZoneId.of(Unknown Source)
at java.base/java.time.ZoneId.of(Unknown Source)
at com.adventnet.taskengine.internal.RefreshController.normalizeScheduleTimesToSystemTimeZone(RefreshController.java:310)
at com.adventnet.taskengine.internal.RefreshController.refresh(RefreshController.java:77)
at com.adventnet.taskengine.internal.RefreshController.refresh(RefreshController.java:51)
During this upgrade:
The MickeyLite framework was upgraded from MICKEYLITE_4.44.1 to MICKEYLITE_4.54.1.
This upgrade introduced changes in the TaskEngine component, particularly in how time-zone values are validated while processing scheduled activities.
In the newer framework version, the scheduler performs stricter validation of time-zone values using the Java ZoneId API.
Some existing schedule entries in the database were configured with the abbreviated time-zone value EST. During schedule processing, the system attempts to resolve this value, but it fails to recognize it as a valid time-zone identifier and throws the following exception:
Unknown time-zone ID: EST
The MickeyLite team has updated the framework to handle the EST time-zone value.
Download the patch file from this link.
Create a new folder inside the <AnalyticPlus home> directory and name the folder "fixes" (If not already available).
Move the downloaded patch file to the <AnalyticsPlus Home>/fixes folder.
Restart the AnalyticsPlus service.
After the restart, the patch will be applied automatically and scheduled synchronization will function normally.