Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » Eclipse scheduled job does not get terminated
Eclipse scheduled job does not get terminated [message #296672] Thu, 29 December 2005 17:20
Eclipse UserFriend
Hi,

I have a plugin that creates an org.eclipse.core.runtime.Job and is
scheduled to run.

In my clean up routine of my plugin, I have made sure that the job is
cancelled via myJob.cancel() call. But, I still get the below in the
log file. What do I need to do to get rid of the below. Still, there
is some cleaning up to do? Will myJob.done() do it? THANKS!

!ENTRY org.eclipse.core.runtime 2 2 2005-12-29 13:36:01.105
!MESSAGE Job found still running after platform shutdown. Jobs should
be canceled by the plugin that scheduled them during shutdown:
com.xyz.package$MyJob
Previous Topic:which LabelProvider for TreeColumn?
Next Topic:Set/Control Wizard size
Goto Forum:
  


Current Time: Mon Jul 14 08:42:22 EDT 2025

Powered by FUDForum. Page generated in 0.28675 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top