[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Quartz 1.6.6: NoSuchDelegateException  XML
Forum Index -> Quartz
Author Message
Carrot

journeyman

Joined: 07/10/2012 21:05:03
Messages: 14
Offline

Hello,

I'm trying to get Quartz cluster-aware scheduling (v. 1.6.6) on my installation of Weblogic.

I have added the quartz.properties file to my application's EAR file. When I try and deploy the application, I get the following:

Code:
NoSuchDelegateException: Couldn't load delegate class: org.quartz.impl.jdbcjobstore.oracle.OracleDelegate


The properties file includes this line - taken from the example in the documentation upon this site - as I am connecting to an Oracle database to access the tables that Quartz uses:

Code:
org.quartz.jobStore.driverDelegateClass=org.quartz.impl.jdbcjobstore.oracle.OracleDelegate


I have checked the Quartz 1.6.6 jar and the OracleDelegate class does not exist in org.quartz.impl.jdbcjobstore - in fact, the oracle package does not exist at all.

Does anyone have any suggestions as to how I fix this problem? Can I use any alternative classes I could utilise instead? Thanks in advance for any assistance.
gyan10

ophanim

Joined: 06/28/2011 23:15:25
Messages: 697
Offline

did you add quartz-oracle-1.6.6.jar or quartz-all-1.6.6.jar in your classpath?

If you have quartz-all-1.6.6.jar in your classpath, no other jar is required to add but if you have quartz-1.6.6.jar in this case you need to add either one of them.

Cheers
Gyan

Gyan Awasthi
Terracotta -A Software AG company
Carrot

journeyman

Joined: 07/10/2012 21:05:03
Messages: 14
Offline

gyan10 wrote:
If you have quartz-all-1.6.6.jar in your classpath, no other jar is required to add but if you have quartz-1.6.6.jar in this case you need to add either one of them. 

My application has quartz-1.6.6.jar. What do you mean by "you need to add either one of them"?

Thanks.
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team