I downloaded the latest Eclipse IDE for Java EE Developers Luna 4.4 and tried to install the AWS Toolkit for Eclipse but got an error message:
Failed to prepare partial IU: [R]com.amazonaws.eclipse.datatools.enablement.simpledb.driver
1.0.0.v201405191642.
I tried installing
- using the installation instructions
- installing from the Eclipse Marketplace
- on OS X with JDK 1.8
- on OS X with JDK 1.7
- on OS X with JDK 1.6
- on Windows using JDK 1.6
In the Eclipse log I get the following:
!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.
So there are three error messages, all for com.amazonaws.eclipse.datatools.enablement.simpledb.driver_1.0.0.v201405191642
- Unable to acquire PluginConverter service during generation for
- The bundle manifest could not be read
- Failed to prepare partial IU
I found the following Eclipse bugs that might be helpful for finding the right solution for the Unable to acquire PluginConverter service error: