在Eclipse Luna中安装插件时,“Unable to acquire PluginConverter service”和“没有找到库”日志中出现错误 [英] While installing plugin in Eclipse Luna, "Unable to acquire PluginConverter service" and "No repository found" errors appear in logs

查看:1047
本文介绍了在Eclipse Luna中安装插件时,“Unable to acquire PluginConverter service”和“没有找到库”日志中出现错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我正在使用 Luna 版本的 Eclipse EE eclipse-jee-luna-M1-win32-x86_64并尝试放置在dropins文件夹内的tomcat插件( EclipseTotale - com.sysdeo.eclipse.tomcat_3.3.0)。当tomcat图标没有出现时,我检查了eclipse日志,并显示:

I am using Luna version of Eclipse EE eclipse-jee-luna-M1-win32-x86_64 and trying to place the tomcat plugin (EclipseTotale - com.sysdeo.eclipse.tomcat_3.3.0) inside the dropins folder. When the tomcat icons didn't show up, I checked the eclipse logs, and it showed :

!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2013-09-12 20:19:53.571
!MESSAGE Unable to acquire PluginConverter service during generation for: C:\Programs\eclipse-jee-luna-M1-win32-x86_64\eclipse\dropins\com.sysdeo.eclipse.tomcat_3.3.0.

!ENTRY org.eclipse.equinox.p2.core 4 0 2013-09-12 20:19:53.581
!MESSAGE Provisioning exception
!STACK 1
org.eclipse.equinox.p2.core.ProvisionException: No repository found at file:/C:/Programs/eclipse-jee-luna-M1-win32-x86_64/eclipse/dropins/com.sysdeo.eclipse.tomcat_3.3.0/.
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.fail(AbstractRepositoryManager.java:395)
    at org.eclipse.equinox.internal.p2.repository.helpers.AbstractRepositoryManager.loadRepository(AbstractRepositoryManager.java:692)

同样的插件用于 Juno (和开普勒)。任何想法?

The same plugin used to work perfectly for Juno (and Kepler). Any ideas ?

推荐答案

如果任何人(像我)试图安装一个不太可能更新的插件而...

In case anyone else (like me) is trying to install a plugin that is unlikely to get updated for a while...

您可以从Luna更新存储库中的Eclipse测试,示例和其他类别添加旧版Eclipse 2.0插件支持。请参阅此评论的附件,您最终可以通过追踪来自链接在Dan Dar3的答案。

You can add the legacy "Eclipse 2.0" plugin support from the "Eclipse Tests, Examples, and Extras" category in the Luna updates repository. See the attachment to this comment, which you can eventually find by tracing the breadcrumbs from the link in Dan Dar3's answer.

您还可以从命令行添加旧版插件支持:

You can also add the legacy plugin support like so from the command line:

./eclipse -nosplash -application org.eclipse.equinox.p2.director \
    -repository http://download.eclipse.org/eclipse/updates/4.4/ \
    -installIU org.eclipse.osgi.compatibility.plugins.feature.feature.group

之后,旧的插件应该安装成功。

After that, older plugins should install successfully.

这篇关于在Eclipse Luna中安装插件时,“Unable to acquire PluginConverter service”和“没有找到库”日志中出现错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆