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

时间:2014-06-28 15:07:04

标签: eclipse amazon-web-services eclipse-plugin toolkit

我为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.

我尝试安装

  1. 使用installation instructions
  2. 从Eclipse Marketplace安装
  3. 在OS X上使用JDK 1.8
  4. 在OS X上使用JDK 1.7
  5. 在OS X上使用JDK 1.6
  6. 在使用JDK 1.6的Windows上
  7. 在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. 无法在
    2. 生成期间获取PluginConverter服务
    3. 无法阅读捆绑包清单
    4. 无法准备部分IU
    5. 我发现以下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

1 个答案:

答案 0 :(得分:0)

您是否为数据工具选择了可选组件? enter image description here