【发布时间】:2014-08-19 12:36:29
【问题描述】:
我下载了最新的 Eclipse IDE for Java EE Developers Luna 4.4 并尝试安装 AWS Toolkit for Eclipse 但收到错误消息:
Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642.
我尝试安装
- 使用installation instructions
- 从 Eclipse Marketplace 安装
- 在带有 JDK 1.8 的 OS X 上
- 在带有 JDK 1.7 的 OS X 上
- 在带有 JDK 1.6 的 OS X 上
- 在使用 JDK 1.6 的 Windows 上
在 Eclipse 日志中,我得到以下信息:
!ENTRY org.eclipse.equinox.p2.publisher.eclipse 4 0 2014-06-28 14:14:23.076
!MESSAGE Unable to acquire PluginConverter service during generation for: /Users/bernhard/Documents/EclipseDevelopment/eclipse/plugins/com.amazonaws.eclipse.datatools.enablement.simpledb.driver_1.0.0.v201405191642. !ENTRY org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2014-06-28 14:14:23.077
!MESSAGE The bundle manifest could not be read: /Users/bernhard/Documents/EclipseDevelopment/eclipse/plugins/com.amazonaws.eclipse.datatools.enablement.simpledb.driver_1.0.0.v201405191642
!ENTRY org.eclipse.equinox.p2.engine 4 4 2014-06-28 14:14:23.093
!MESSAGE An error occurred while installing the items !SUBENTRY 1 org.eclipse.equinox.p2.engine 4 0 2014-06-28 14:14:23.093
!MESSAGE session context was:(profile=epp.package.jee, phase=org.eclipse.equinox.internal.p2.engine.phases.Install, operand=null --> [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642, action=). !SUBENTRY 1 org.eclipse.equinox.p2.touchpoint.eclipse 4 0 2014-06-28 14:14:23.093
!MESSAGE Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642.
所以有三个错误消息,都是针对 com.amazonaws.eclipse.datatools.enablement.simpledb.driver_1.0.0.v201405191642
- 在生成过程中无法获取 PluginConverter 服务
- 无法读取捆绑清单
- 部分 IU 准备失败
我发现以下 Eclipse 错误可能有助于为 无法获取 PluginConverter 服务错误找到正确的解决方案:
【问题讨论】:
-
遇到了同样的问题 - 我认为他们需要更新 aws 插件才能在 luna 上工作
标签: eclipse amazon-web-services eclipse-plugin toolkit