Warning: file_get_contents(/data/phpspider/zhask/data//catemap/6/eclipse/8.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
用于Eclipse安装的AWS工具包在Eclipse Luna上失败_Eclipse_Amazon Web Services_Eclipse Plugin_Toolkit - Fatal编程技术网

用于Eclipse安装的AWS工具包在Eclipse Luna上失败

用于Eclipse安装的AWS工具包在Eclipse Luna上失败,eclipse,amazon-web-services,eclipse-plugin,toolkit,Eclipse,Amazon Web Services,Eclipse Plugin,Toolkit,我下载了最新的适用于Java EE开发人员的Eclipse IDE Luna 4.4,并尝试安装适用于Eclipse的AWS工具包,但收到一条错误消息: Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver 1.0.0.v201405191642. 我试着安装 使用 从Eclipse市场安装 在使用JDK1.8的OSX上 在使用JDK1.7的OSX上 在使用JDK1

我下载了最新的适用于Java EE开发人员的Eclipse IDE Luna 4.4,并尝试安装适用于Eclipse的AWS工具包,但收到一条错误消息:

Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642.
我试着安装

  • 使用
  • 从Eclipse市场安装
  • 在使用JDK1.8的OSX上
  • 在使用JDK1.7的OSX上
  • 在使用JDK1.6的OSX上
  • 在Windows上使用JDK1.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.v20140191642的

  • 在为生成时无法获取插件转换器服务
  • 无法读取捆绑清单
  • 未能准备部分IU
  • 我发现以下Eclipse错误可能有助于为无法获取PluginConverter服务的错误找到正确的解决方案:


  • 您是否正在为数据工具选择可选组件?

    遇到了同样的问题-我想他们需要更新aws插件才能在luna上工作