FAQs

Frequently Asked Questions - loaded

FAQs - loaded

When you see this warning it means the QuartzDesk Public API Library JAR is present on the Quartz scheduler's classpath, but it is not loaded by the same class loader that loads the Quartz scheduler API (quartz-x.y.z-jar).

Steps to fix the problem:

  1. Edit the Quartz scheduler connection to see which JVM and Quartz scheduler instance the connection points to. The target JVM can be identified using the host and port. The Quartz scheduler instance can be identified using the Quartz scheduler object name.
  2. Make sure the QuartzDesk Public API Library JAR is installed on the Quartz scheduler's classpath and is loaded by the same classloader that loads the Quartz scheduler API (quartz-x.y.z.jar). For installation details, please refer to the QuartzDesk JVM Agent Installation And Upgrade Guide available for download in Installation And Upgrade Guides.
  3. Make sure there is only one QuartzDesk Public API Library JAR on the Quartz scheduler's classpath.
  4. Close the warning dialog and repeat the original action.