[Building Sakai] quartz errors/clustered set up

Kenwrick Chan kchan at hawaii.edu
Fri Jun 26 12:06:00 PDT 2009


Folks,
I've set
org.quartz.jobStore.isClustered = true
in
source .. ./scheduler-component-shared/src/java/org/sakaiproject/ 
component/app/scheduler/quartz.properties

and redeployed.  Is there anything that needs to be done to get quartz  
to work in a clustered setting?

I'm getting .
26 Jun 2009 03:21:28,872 ERROR  
[org 
.sakaiproject.component.app.scheduler.ScheduledInvocationManagerImpl]  
[] - failed to schedule ScheduledInvocationRunner job
org.quartz.ObjectAlreadyExistsException: Unable to store Job with  
name:  
'org 
.sakaiproject 
.component.app.scheduler.ScheduledInvocationManagerImpl.runner' and  
group:  
'org 
.sakaiproject.component.app.scheduler.ScheduledInvocationManagerImpl',  
because one already exists with this identification.
	at  
org 
.quartz 
.impl.jdbcjobstore.JobStoreSupport.storeJob(JobStoreSupport.java:847)
	at  
org 
.quartz 
.impl.jdbcjobstore.JobStoreTX.storeJobAndTrigger(JobStoreTX.java:167)
	at org.quartz.core.QuartzScheduler.scheduleJob(QuartzScheduler.java: 
613)
	at org.quartz.impl.StdScheduler.scheduleJob(StdScheduler.java:238)
	at  
org 
.sakaiproject 
.component 
.app 
.scheduler 
.ScheduledInvocationManagerImpl 
.registerScheduledInvocationRunner(ScheduledInvocationManagerImpl.java: 
93)
	at  
org 
.sakaiproject 
.component 
.app 
.scheduler 
.ScheduledInvocationManagerImpl 
.init(ScheduledInvocationManagerImpl.java:68)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at  
sun 
.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java: 
39)
	at  
sun 
.reflect 
.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java: 
25)
	at java.lang.reflect.Method.invoke(Method.java:585)
	at  
org 
.springframework 
.beans 
.factory 
.support 
.AbstractAutowireCapableBeanFactory 
.invokeCustomInitMethod(AbstractAutowireCapableBeanFactory.java:1240)
	at  
org 
.springframework 
.beans 
.factory 
.support 
.AbstractAutowireCapableBeanFactory 
.invokeInitMethods(AbstractAutowireCapableBeanFactory.java:1205)


---
Thanks,
Kenwrick


More information about the sakai-dev mailing list