<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
	<channel>
		<title><![CDATA[Latest posts for the topic "Quartz Trigger Errors out without any info in the logs."]]></title>
		<link>http://forums.terracotta.org/forums/posts/list/17.page</link>
		<description><![CDATA[Latest messages posted in the topic "Quartz Trigger Errors out without any info in the logs."]]></description>
		<generator>JForum - http://www.jforum.net</generator>
			<item>
				<title>Quartz Trigger Errors out without any info in the logs.</title>
				<description><![CDATA[ We have this weired problem, where one of our quartz trigger errors out, we reset the trigger it errors out again. There is no information in the logs on why it errored out. Just sets the trigger status to 3. All other triggers work just fine. Our application is deployed on a Clustered websphere envrionment. There is no ClassNotFoundException in the logs, I read in the forums that the trigger status of 3 could mean that the job class is not found or could not be instantiated, there is no indication of that in the logs. Moreover when we trigger the job using scheduler.triggerJob() it triggers just fine. We have a jsp which can manually trigger the job. We use the jsp to fire this errored trigger and there is no problem in doing that, it finds the job class and fires the job. 

We are using quartz 1.6.5.jar

Is there any way I can get more information on what is going on with the trigger when the scheduler is trying to fire it automatically? Please help, this is a production issue at our end. Any help is highly appreciated.



]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4072.page#21919</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4072.page#21919</link>
				<pubDate><![CDATA[Sat, 14 Aug 2010 09:06:07]]> GMT</pubDate>
				<author><![CDATA[ vidy5300]]></author>
			</item>
			<item>
				<title>Re:Quartz Trigger Errors out without any info in the logs.</title>
				<description><![CDATA[ 
Yes, the most common reason for an error state is that the job class cannot be loaded or instantiated.

There definitely should be some logging - Since you're using Quartz 1.6.x make sure you have commons-logging configured properly to be able to capture all "org.quartz" logging categories.

It's very odd that you can trigger the jobs the one way but not the other. Which job store are you using?  ]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4072.page#21932</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4072.page#21932</link>
				<pubDate><![CDATA[Sun, 15 Aug 2010 12:49:33]]> GMT</pubDate>
				<author><![CDATA[ jhouse]]></author>
			</item>
			<item>
				<title>Re:Quartz Trigger Errors out without any info in the logs.</title>
				<description><![CDATA[ Thank you for the quick reply. We are using JobStoreCMT and OracleDelegate. The patch described in this jira http://jira.opensymphony.com/browse/QUARTZ-743 is applied.

On the log4j configuration, i verified that the settings are correct. These are the logs from the last time the trigger fired. After this there are no entries for this Labor Service Job. I have also attached the entire log.

DEBUG 2033884 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:00:00,008 - Lock 'TRIGGER_ACCESS' is desired by: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2033884 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:00:00,008 - Lock 'TRIGGER_ACCESS' is being obtained: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2033885 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:00:00,009 - Lock 'TRIGGER_ACCESS' given to: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2033926 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:00:00,050 - Lock 'TRIGGER_ACCESS' returned by: WorkManager.FleetCycle Scheduler Work Manager : 0
 INFO 2033938 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingTriggerHistoryPlugin) 2010-08-12 13:00:00,062 - Trigger DEFAULT.Labor Service Trigger fired job DEFAULT.Labor Service Job at:  13:00:00 08/12/2010
 INFO 2033939 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingJobHistoryPlugin) 2010-08-12 13:00:00,063 - Job DEFAULT.Labor Service Job fired (by trigger DEFAULT.Labor Service Trigger) at:  13:00:00 08/12/2010
DEBUG 2033939 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.core.JobRunShell) 2010-08-12 13:00:00,063 - Calling execute on job DEFAULT.Labor Service Job
DEBUG 2452961 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,085 - Lock 'TRIGGER_ACCESS' is desired by: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452961 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,085 - Lock 'TRIGGER_ACCESS' is being obtained: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452962 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,086 - Lock 'TRIGGER_ACCESS' given to: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452982 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,106 - Lock 'TRIGGER_ACCESS' returned by: WorkManager.FleetCycle Scheduler Work Manager : 1
 INFO 2452982 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingJobHistoryPlugin) 2010-08-12 13:06:59,106 - Job DEFAULT.Labor Service Job execution complete at  13:06:59 08/12/2010 and reports: null
 INFO 2452982 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingTriggerHistoryPlugin) 2010-08-12 13:06:59,106 - Trigger DEFAULT.Labor Service Trigger completed firing job DEFAULT.Labor Service Job at  13:06:59 08/12/2010 with resulting trigger instruction code: DO NOTHING
DEBUG 2452984 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,108 - Lock 'TRIGGER_ACCESS' is desired by: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452984 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,108 - Lock 'TRIGGER_ACCESS' is being obtained: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452984 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,108 - Lock 'TRIGGER_ACCESS' given to: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2452991 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,115 - Lock 'TRIGGER_ACCESS' returned by: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2453017 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,141 - Lock 'TRIGGER_ACCESS' is desired by: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2453017 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,141 - Lock 'TRIGGER_ACCESS' is being obtained: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2453019 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,143 - Lock 'TRIGGER_ACCESS' given to: WorkManager.FleetCycle Scheduler Work Manager : 0
DEBUG 2453054 [WorkManager.FleetCycle Scheduler Work Manager : 0] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:06:59,178 - Lock 'TRIGGER_ACCESS' returned by: WorkManager.FleetCycle Scheduler Work Manager : 0
 INFO 2453054 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingTriggerHistoryPlugin) 2010-08-12 13:06:59,178 - Trigger MANUAL_TRIGGER.MT_iqmn7jeovpe8 fired job DEFAULT.Labor Aggregation Job at:  13:06:59 08/12/2010
 INFO 2453054 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingJobHistoryPlugin) 2010-08-12 13:06:59,178 - Job DEFAULT.Labor Aggregation Job fired (by trigger MANUAL_TRIGGER.MT_iqmn7jeovpe8) at:  13:06:59 08/12/2010
DEBUG 2453054 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.core.JobRunShell) 2010-08-12 13:06:59,178 - Calling execute on job DEFAULT.Labor Aggregation Job
 INFO 2455414 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingJobHistoryPlugin) 2010-08-12 13:07:01,538 - Job DEFAULT.Labor Aggregation Job execution complete at  13:07:01 08/12/2010 and reports: null
 INFO 2455414 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.plugins.history.LoggingTriggerHistoryPlugin) 2010-08-12 13:07:01,538 - Trigger MANUAL_TRIGGER.MT_iqmn7jeovpe8 completed firing job DEFAULT.Labor Aggregation Job at  13:07:01 08/12/2010 with resulting trigger instruction code: DELETE TRIGGER
DEBUG 2455414 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:07:01,538 - Lock 'TRIGGER_ACCESS' is desired by: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2455415 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:07:01,539 - Lock 'TRIGGER_ACCESS' is being obtained: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2455415 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:07:01,539 - Lock 'TRIGGER_ACCESS' given to: WorkManager.FleetCycle Scheduler Work Manager : 1
DEBUG 2455439 [WorkManager.FleetCycle Scheduler Work Manager : 1] (org.quartz.impl.jdbcjobstore.StdRowLockSemaphore) 2010-08-12 13:07:01,563 - Lock 'TRIGGER_ACCESS' returned by: WorkManager.FleetCycle Scheduler Work Manager : 1
]]></description>
				<guid isPermaLink="true">http://forums.terracotta.org/forums/posts/list/4072.page#21939</guid>
				<link>http://forums.terracotta.org/forums/posts/list/4072.page#21939</link>
				<pubDate><![CDATA[Mon, 16 Aug 2010 05:49:19]]> GMT</pubDate>
				<author><![CDATA[ vidy5300]]></author>
			</item>
	</channel>
</rss>