简体   繁体   English

Eclipse Indigo:平台关闭后发现作业仍在运行

[英]Eclipse Indigo : Jobs found still running after platform shutdown

I am using eclipse indigo. 我正在使用日食靛蓝。 When I try to run a configuration it says Jobs found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled then during shutdown: org.eclipse.ui.internal.IDEWorkbenchActivityHelper 当我尝试运行配置时,它说Jobs found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled then during shutdown: org.eclipse.ui.internal.IDEWorkbenchActivityHelper Jobs found still running after platform shutdown. Jobs should be canceled by the plugin that scheduled then during shutdown: org.eclipse.ui.internal.IDEWorkbenchActivityHelper

I tried the following 我尝试了以下

rm MY_WORKSPACE/.metadata/.plugins/org.eclipse.core.resources/.snap
rm MY_WORKSPACE/.metadata/.plugins/org.eclipse.e4.workbench/workbench.xmi

But those files are not present itself but I am able to do the following 但是这些文件本身不存在,但是我可以执行以下操作

 rm MY_WORKSPACE/.metadata/.plugins/org.eclipse.ui.workbench/workbench.xml

Even after deleting that when I restart the eclipse and run the previous configuration, I am getting the same error. 即使删除了该内容,当我重新启动Eclipse并运行以前的配置时,我也遇到了相同的错误。 I also tried the following 我也尝试了以下

eclipse -clearPersistedState

Still no luck. 仍然没有运气。 How will I fix this error? 如何解决此错误?

eclipse -clean -clearPersistedState option did not work for me( version 3.8.0). eclipse -clean -clearPersistedState选项对我不起作用(版本3.8.0)。 I have created new eclipse 'Run configuration' and worked. 我创建了新的日食“运行配置”并开始工作。

That is not an error for you to fix as a user. 这不是您作为用户修复的错误。 As it says, it's up to the plug-in that scheduled the background job to end it. 就像说的那样,取决于安排后台作业结束它的插件。 You should, though, at least see if it's already resolved in Luna SR1 (soon SR2) rather than Indigo, the 2011 release. 不过,您至少应该看看它是否已经在Luna SR1(很快成为SR2)中解决,而不是在2011年发布的Indigo中得到解决。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM