Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content
Announcements
Qlik Insider: Product Roadmap Edition on March 3, 1 PM ET: REGISTER TODAY
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Quartz fails to obtain db connection

Hi, I have problems with the execution of quartz jobs. I am using oracle 10g. My jobservers and commandline are up
My quartz.properties is set as follows:
org.quartz.threadPool.class = org.quartz.simpl.SimpleThreadPool
org.quartz.threadPool.threadCount = 20
org.quartz.threadPool.threadPriority = 5
org.quartz.threadPool.threadsInheritContextClassLoaderOfInitializingThread = true
org.quartz.jobStore.class = org.talend.administrator.scheduler.TalendJobStoreTX

When I try to deploy some tasks I always get this error, and I don´t know what is wrong.
2012-07-06 10:12:14 ERROR ErrorLogger - An error occured while marking executed job complete (will continue attempts). job= 'JOB_CONDUCTOR.53'
org.quartz.JobPersistenceException: Failed to obtain DB connection from data source 'QRTZ_DS': java.lang.NullPointerException

Thanks in advance.
Labels (2)
2 Replies
Anonymous
Not applicable
Author

Hi
I think this issue may be caused by this specified job.
Do all the jobs fail to run? Or only this job?
Regards,
Pedro
Anonymous
Not applicable
Author

The point is all my tasks are paused except. That's why I don´t undersant that errors.