Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Getting "No Repository Found" error in Eclipse (Ganymede) while trying to install google plugins (GWT)

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.

like image 398
seanyboy Avatar asked Jul 09 '09 08:07

seanyboy


5 Answers

I just clean eclipse and run it worked. in command prompt type eclipse -clean

This cleans the installation of eclipse and helps to run

like image 186
Karthik Avatar answered Sep 28 '22 19:09

Karthik


I had this problem today. I found this helpful link which helped. Basically make sure all your sources' URLs end in a slash (/), and add them if they are missing.

I also went through all the sites and clicked the Test Connection button (I think that's what it's called) on each one to see if there was something wrong, and they all returned a successful result.

After that, suddenly I was able to install the features and plugins that had failed with the "No repository found" errors before.

like image 43
Jamie Flournoy Avatar answered Sep 28 '22 17:09

Jamie Flournoy


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.

like image 38
seanyboy Avatar answered Sep 28 '22 17:09

seanyboy


In my case I have archive software sites witch be deleted and updater say about this. Check Windows -> Preferences -> Available Software Sites. In this list should not be archive sites witch deleted. Then restart eclipse.

like image 29
burtsevyg Avatar answered Sep 28 '22 18:09

burtsevyg


No necessarily to do all those import export and stuff. Eclipse has a problem with itself. But it can be solved with a simple startup of

cmd> eclipse.exe -clean

it will take awhile to startup but eventually it worked for me. coz partially sometimes eclipse has problem unzipping files or so n partial files unzipped.

like image 23
Firesh Avatar answered Sep 28 '22 17:09

Firesh