Results 1 to 5 of 5
Thread: ERROR: Timer already cancelled
- 09-24-2009, 06:45 AM #1
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
ERROR: Timer already cancelled
hi experts,
As iam running the backgroundjob twice i.e.,. one after the other immediately, the first time it is executing the job successfully but before starting the next one it is showing error "Timer already cancelled" when iam using the singletontimer class extending the timertask
code written by me:
timer=SingaltonTimer.getSingletonTimerObject();
uploadMaterialSchedularObj = new UploadMaterialSchedular (request,response,desc,filename,templatename,id,ci d,status); timer.scheduleAtFixedRate(uploadMaterialSchedularO bj,date.getTime(),1000);
error at above line. please reply with solution..?Last edited by srinivas9684; 09-24-2009 at 07:46 AM.
- 09-24-2009, 09:37 AM #2
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Did the previous run of your timer throw an exception?
- 09-24-2009, 10:14 AM #3
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
timer already cancelled
hi toll,
first time it is executed successfully, after finishing that second time to run the same timer it is failed then it is showing error.
- 09-24-2009, 10:32 AM #4
Moderator
- Join Date
- Apr 2009
- Posts
- 10,481
- Rep Power
- 16
Just wondering, because if an exception is thrown by the code in the timer thread then the timer will close itself, resulting in, I believe, the exception you're getting.
Have you checked your logs for the stuff you're launching in the timer?
- 09-25-2009, 08:27 AM #5
Member
- Join Date
- Sep 2009
- Posts
- 3
- Rep Power
- 0
Similar Threads
-
Timer help
By Kinyo in forum New To JavaReplies: 15Last Post: 03-15-2009, 02:37 AM -
EJB Timer
By mrjunsy in forum Advanced JavaReplies: 0Last Post: 08-22-2008, 04:09 PM -
EJB Timer
By mrjunsy in forum New To JavaReplies: 0Last Post: 08-04-2008, 06:47 PM -
How to cancel an individual timer in spite of canceling whole timer
By Java Tip in forum java.utilReplies: 0Last Post: 04-04-2008, 02:46 PM -
Page Timer
By deeadeed in forum New To JavaReplies: 0Last Post: 12-05-2007, 08:44 PM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks