[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
Quartz | Multiple WebApps | Single DB  XML
Forum Index -> Quartz
Author Message
amerish

neo

Joined: 05/17/2012 02:15:58
Messages: 1
Offline

We have multiple web applications deployed which have common Quartz database tables. All applications create their own Schedulers, Triggers and jobs. Since we have multiple apps, we get Class not found Exception in the JVM logs for the jobs which are not part of that JVM.

We are seeking help to resolve this.

We are currently using quartz v 1.8.6.

Please provide your valuable suggestions to fix this issue or let me know, if more details needed.

Thanks
Amerish
light5

ophanim
[Avatar]
Joined: 01/14/2011 20:32:56
Messages: 517
Offline

Quartz 1.8.x will not support multiple non-cluster schedulers in single DB schema. You have to create separate schema for each scheduler, or use Quartz-2.x

Also, if you are running clustered -scheduler in single DB schema in Quartz-1.8.x, ensure each web applications that runs the scheduler has the same Job impl classes loaded.

Hope this helps.

Zemian Deng
---------------
Looking for a web UI to manage Quartz?
Try http://code.google.com/p/myschedule
[WWW]
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team