User Tools

Site Tools


resolution_area:watchdog_resolutions:res-w9219

Quartz Job Inactive

Level: Critical FIXME

Purpose: Checks the quartz table for each application to see if there are any blocked jobs.

select * from QRTZ_CLUSTER_TRIGGERS where TRIGGER_STATE = 'BLOCKED';

Scenario: For various reasons, a job can block. This job will need to be restarted.

Resolution: Restart quartz job

Manual Action Steps:

update QRTZ_CLUSTER_TRIGGERS set NEXT_FIRE_TIME = (UNIX_TIMESTAMP(date_add(now(), interval 30 second))*1000), TRIGGER_STATE = 'WAITING' where TRIGGER_STATE  = 'BLOCKED';

If the above doesn't work, check the logs for errors for that job.

Auto Clear: Yes

resolution_area/watchdog_resolutions/res-w9219.txt · Last modified: 2022/08/18 10:36 by 10.91.110.100