Eclipse Luna上安装AWS Toolkit失败

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.

我尝试安装

  1. 使用安装说明
  2. 从Eclipse Marketplace安装
  3. 在OS X上使用JDK 1.8安装
  4. 在OS X上使用JDK 1.7安装
  5. 在OS X上使用JDK 1.6安装
  6. 在Windows上使用JDK 1.6安装

在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有三个错误信息:

  1. 在生成过程中无法获取PluginConverter服务
  2. 无法读取捆绑清单
  3. 准备部分IU失败

我发现下面的Eclipse错误可能对找到解决无法获取PluginConverter服务错误的正确方案有帮助:

  1. https://bugs.eclipse.org/bugs/show_bug.cgi?id=437466
  2. https://bugs.eclipse.org/bugs/show_bug.cgi?id=436372#c35

遇到了同样的问题 - 我认为他们需要更新 AWS 插件才能在 Luna 上工作。 - Michael Wiles
1个回答

0
你是否正在选择数据工具的可选组件? 在此输入图像描述

网页内容由stack overflow 提供, 点击上面的
可以查看英文原文,
原文链接