Hi,
We are using quartz 1.6.4.We are using Spring framework (version 2.5.6) to get the implementation of [CommonJWorkmanager] API provided by websphere and weblogic, so that the quartz scheduler uses the threads provided by the container.We are using spring to start the scheduler..
We are getting the following error :
===================================
Caused by: org.springframework.beans.factory.access.Bootstrap Exception: Unable to initialize group definition. Group resource name [classpath*:beanRefContext.xml], factory key [SchedulerContext];
nested exception is org.springframework.beans.factory.BeanCreationExce ption: Error creating bean with name 'SchedulerContext' defined in URL [wsjar:file:somejar/beanRefContext.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationExcepti on:
Could not instantiate bean class [org.springframework.context.support.ClassPathXmlAp plicationContext]:
Constructor threw exception; nested exception is org.springframework.beans.factory.BeanCreationExce ption:
Error creating bean with name 'jobManagerDelegate' defined in class path resource [SchedulerContext.xml]:
Cannot resolve reference to bean 'schedulerFactoryBean' while setting constructor argument; nested exception is org.springframework.beans.factory.BeanCreationExce ption:
Error creating bean with name 'schedulerFactoryBean' defined in class path resource [SchedulerContext.xml]:
Invocation of init method failed; nested exception is org.quartz.SchedulerConfigException: Failure occured during job recovery.
[See nested exception: org.quartz.impl.jdbcjobstore.LockException: Failure obtaining db row lock: ORA-00942: table or view does not exist
[See nested exception: java.sql.SQLException: ORA-00942: table or view does not exist
]]
at org.springframework.beans.factory.access.Singleton BeanFactoryLocator.useBeanFactory(SingletonBeanFac toryLocator.java:385)
at org.springframework.ejb.support.AbstractEnterprise Bean.loadBeanFactory(AbstractEnterpriseBean.java:1 16)
at org.springframework.ejb.support.AbstractStatelessS essionBean.ejbCreate(AbstractStatelessSessionBean. java:66)
... 39 more
=========================================
Please let us know how to go abt it..
Thanks,


Reply With Quote
i think you
