• Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Quartz fails to obtain db connection

#1 2012-07-06 10:24:03

Althor
Member
Registered: 2012-05-22
Posts: 11

Quartz fails to obtain db connection

Tags: [oracle, quartz]

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 [See nested exception: java.lang.NullPointerException]


Thanks in advance.

Offline

#2 2012-07-06 11:18:23

pedro
Member
Registered: 2011-11-17
Posts: 3682

Re: Quartz fails to obtain db connection

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


Only Paranoid Survive.

Offline

#3 2012-07-06 14:55:44

Althor
Member
Registered: 2012-05-22
Posts: 11

Re: Quartz fails to obtain db connection

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

Offline

  • Index
  •  » Talend Open Studio for Data Integration » Usage, Operation
  •  » Quartz fails to obtain db connection

Board footer

Powered by FluxBB