1. Quartz job runs twice when deployed on tomcat 6/Ubuntu 10.04LTS stackoverflow.comI run a Spring Framework/SmartGWT based web-app, with now an added Quartz job. The job is supposed to run every day at 2am, and picks winners from a DB table. From ... |
2. Is it a serious Bug ,in Win7 x64 and Intel i5 M540 and quart-jobs?They do twice? forum.springsource.orgMy env: Win7 x64 Intel CPU i5 M540 Tomcat 7.0 spring 3.0.6 quartz-all-1.8.5.jar I have two class: ActivationCodeAdminServiceImpl , have two job-methods : genarateActivationCode destroyActivationCode ActivityPeriodGuardImpl, have two job-methods : beginActivity ... |
3. Scheduled task invoked twice forum.springsource.orgScheduled task invoked twice Hi everybody, I've been looking for a solution to a problem with my scheduled task being invoked twice and I finally find the source of it. Let ... |
4. Spring scheduled job getting called twice forum.springsource.orgSpring scheduled job getting called twice Hi, I am trying to use spring (v 3.0.1.RELEASE-A) based scheduler for a scheduler application. I just started using it with a cron expression. However ... |
5. Scheduled task repeated twice ! forum.springsource.orgScheduled task repeated twice ! Hi gurus, this is my scenario: Code: |
6. Quartz SimpleTrigger, Job Firing Twice forum.springsource.orgQuartz SimpleTrigger, Job Firing Twice I am having a problem with a schedule job using Quartz 1.4.3 or 1.51. I have a job that is suppose to send out emails in ... |
7. SchedulerFactoryBean Executed Twice? forum.springsource.orgSchedulerFactoryBean Executed Twice? Hi, I am using quartz with a DB backend and it seems that my triggers all get executed twice... any idea's greatly appreciated! Code: |
8. Quartz job fires twice when manually starting job forum.springsource.orgQuartz job fires twice when manually starting job Hi Folks, I'm making this its own post rather than extending my previous one. I came across the SchedulerFactoryBean to handle manual job ... |
9. Spring quartz job is called twice forum.springsource.orgSpring quartz job is called twice I use quartz to schedule a job and the job is called twice by the scheduler Basically I use the DispatcherServlet. The following is an ... |
10. Quartz jobs scheduled twice forum.springsource.orgQuartz jobs scheduled twice Hi - I'm expiriencing jobs getting executed twice by Quartz. Environment: spring 2.0.2, quartz 1.6.0, websphere 6.1, using a WorkManager referenc eas thread-backing: My context config: |
11. Spring Quartz Fired twice forum.springsource.orgSpring Quartz Fired twice Hi .. i am using spring + struts to make an application using Eclipse. i facing a problem with using spring quartz in tomcat. i follow example ... |
12. Quartz CronJob called twice forum.springsource.orgQuartz CronJob called twice Hello, I just defined a simple Quartz CronJob. The Job is called at the expected/defined Times, but twice... Any Ideas how I can get this Job running ... |
13. Task Scheduler seems to be running an annotated method twice forum.springsource.orgTask Scheduler seems to be running an annotated method twice Hi Folks - I was stubbing out some code that I'd like to run on a schedule, and just to test ... |
14. Quartz Job firing twice forum.springsource.orgQuartz Job firing twice I have configured quartz as: Code: |
15. Quartz Job firing twice forum.springsource.orgQuartz Job firing twice I posted this question in "Web" forum few days back but i think its more appropriate to put it in "Core Container" forum. I have configured quartz ... |