Skip to Main Content

Java Programming

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Trouble executing quartz scheduler

807588Jan 22 2009 — edited Jan 22 2009
Hi All,

I am trying to run this eample http://www.roseindia.net/quartz/quartz-scheduler-tutorial.shtml

When I run the helloSchedule as a java application I get this

Exception in thread "main" java.lang.NoSuchMethodError: org.apache.commons.collections.SetUtils.orderedSet(Ljava/util/Set;)Ljava/util/Set;
at org.quartz.JobDetail.<init>(JobDetail.java:85)
at com.aexp.ctrdb.schedule.HelloSchedule.<init>(HelloSchedule.java:14)
at com.aexp.ctrdb.schedule.HelloSchedule.main(HelloSchedule.java:21)

Also how should I instantiate the scheduler from the web application?

Thanks
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 19 2009
Added on Jan 22 2009
6 comments
312 views