Eclipse Luna上的AWS Toolkit for Eclipse安装失败

Ber*_*ber 18 eclipse eclipse-plugin toolkit amazon-web-services

我下载了适用于Java EE Developers Luna 4.4的最新Eclipse IDE,并尝试安装AWS Toolkit for Eclipse但收到错误消息:

Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642.
Run Code Online (Sandbox Code Playgroud)

我试过安装

  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.
Run Code Online (Sandbox Code Playgroud)

因此有三条错误消息,全部用于com.amazonaws.eclipse.datatools.enablement.simpledb.driver_1.0.0.v201405191642

  1. 生成期间无法获取PluginConverter服务
  2. 无法读取捆绑包清单
  3. 无法准备部分IU

我发现以下Eclipse错误可能有助于找到Unable获取PluginConverter服务错误的正确解决方案:

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

Him*_*hu 0

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