Monitors deployed on CVS are not executed
search cancel

Monitors deployed on CVS are not executed

book

Article ID: 266273

calendar_today

Updated On:

Products

Service Virtualization

Issue/Introduction

When multiple monitors (12) are deployed to run every 180 minutes only few monitors run as per the schedule and the rest don't. But all run fine if executed manually.

Environment

All supported DevTest releases.

Cause

Root cause of this issue: The underlying Quartz Scheduler has been configured by default to run only 5 jobs at a time.

Resolution

Increase the number of Quartz threads to a higher value.  By default this property is set to org.quartz.threadPool.threadCount = 5 in the lisa.properties file.

Please add the below property in the local.properties file and save the file:

org.quartz.threadPool.threadCount = 50

NOTE: The local.properties file supersedes the lisa.properties file. It is not recommend to update the lisa.properties file since it is overlaid if an upgrade inplace is done, local.properties will not.

This property is to be applied on all Registry, Coordinator and Simulator machines.  Restart each service to pick up the new value of the property.