Scheduled Tasks Not Triggering After Upgrade to Analytics Plus Build 6300

Scheduled Tasks Not Triggering After Upgrade to Analytics Plus Build 6300

Issue

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.

Error Observed in Logs

The following error can be found in the application logs:

Quote
[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)

Root Cause Analysis (RCA)

The issue occurs due to a framework change introduced in build 6300.

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:

Warning
Unknown time-zone ID: EST
Due to this validation failure during schedule processing, the scheduler encounters an exception which prevents scheduled activities in the application from executing.

Solution

The MickeyLite team has updated the framework to handle the EST time-zone value.

Steps to Apply the Fix

  1. Download the patch file from this link.

  2. Create a new folder inside the <AnalyticPlus home> directory and name the folder "fixes" (If not already available).

  3. Move the downloaded patch file to the <AnalyticsPlus Home>/fixes folder.

  4. Restart the AnalyticsPlus service. 

After the restart, the patch will be applied automatically and scheduled synchronization will function normally.

                  New to ADSelfService Plus?

                    • Related Articles

                    • Analytics Plus Inventory

                      Aim: To have the detailed list of all the Reports, Databases created in Analytics  Open Local & Cloud Databases and fill the entries password = Postgres and if any error occurs stating something like "check the DB connection" change the Port to ...
                    • Move Analytics Plus from one Server/folder

                      Go to Start --> Services.msc and stop the ManageEngine Analytics Plus service. Take a backup of the entire <Analytics Plus_Home> directory and then move it to the new server.  On the new server, navigate to (similar path) <Analytics Plus_Home>\bin ...
                    • Analytics Plus upgrade from build 4270 to 4280 failed.

                      Error trace: Jul 28, 2019 9:41:06 AM  [com.adventnet.tools.update.installer.Backup]  [SEVERE] : ERR:The Jar File to be updated is not presentlib\hadoop-0.13.0-core.jar Text instructions: 1. Stop the Analytics Plus services. 2. Delete the folders ...
                    • Steps to enable Google Analytics Connector

                      1. Stop the Analytics Plus services. 2. Modify the entry under <Analytics Plus home>/reports/conf/app.properties show.create.google.analytics.view=true Note: If the above property is missing, add them. By default the value will be set to 'false' 3.  ...
                    • Failed to upgrade to build 5300/5301

                      Issue: Upgrade fails while attempting to upgrade to the build 5300/5301. Cause: Upgrade fails due to a necessary system property required for logging slow queries is missing. This issue will arise while attempting to upgrade to the ...