views:

3654

answers:

3

I'm trying to install the Google Web Toolkit for Eclipse (Ganymede), and I'm getting the following error.

An error occurred while collecting items to be installed
  No repository found containing: org.eclipse.emf.common/osgi.bundle/2.4.0.v200808251517
  No repository found containing: org.eclipse.emf.ecore/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.ecore.change/osgi.bundle/2.4.0.v200808251517
  No repository found containing: org.eclipse.emf.ecore.edit/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.ecore.xmi/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.emf.edit/osgi.bundle/2.4.1.v200808251517
  No repository found containing: org.eclipse.wst.common.emf/osgi.bundle/1.1.202.v200809111955
  No repository found containing: org.eclipse.wst.common.emfworkbench.integration/osgi.bundle/1.1.201.v200808071700
  No repository found containing: org.eclipse.wst.common.frameworks/osgi.bundle/1.1.200.v200805140020
  No repository found containing: org.eclipse.wst.common.project.facet.core/osgi.bundle/1.3.3.v200809102124
  No repository found containing: org.eclipse.wst.sse.core/osgi.bundle/1.1.302.v200808260045
  No repository found containing: org.eclipse.wst.sse.ui/osgi.bundle/1.1.2.v200809120159
  No repository found containing: org.eclipse.wst.validation/osgi.bundle/1.2.2.v200809050219
  No repository found containing: org.eclipse.wst.xml.core/osgi.bundle/1.1.305.v200809120354

What could this error mean, and how do I install the plugins. It's a new install of Eclipse and Vista 64bit. I used "http://dl.google.com/eclipse/plugin/3.4" as the google plugin location.

A: 

Looks like your eclipse mirror was corrupt. Use another one.

Robert Munteanu
I downloaded eclipse from a different mirror, but I still get the same error. I'm wondering if the issue is caused by the version of Java I have installed (6), or if it's something to do with running a 64bit OS. I continue to investigate.
seanyboy
It's not the download mirror, but the update site mirror - the one you use to install your plugins.
Robert Munteanu
I'm using the default update site settings. Where can I find a list of update site mirrors?
seanyboy
Thanks for your help. I'd assumed that i could use any version of Eclipse to do this, but it looks like I needed the Java EE version.
seanyboy
+2  A: 

OK I got it.

I'd installed Eclipse Classic, and it didn't like it. Since then, I've uninstalled classic and installed "Eclipse Java EE" and the update worked.

seanyboy
A: 

I had the same problem, what fixed it is to change the updating system that Eclipse used. I am using Eclipse 3.5 and the default updating system is P2 (http://wiki.eclipse.org/Equinox%5Fp2%5FGetting%5FStarted). Try going into Prefereces->General->Capabilities-> check the box next to Classic Update. This fixed it for me.