Site Network: Personal | Professional | Photography

Technical Blog

This blog will contain content related to Java, Seam, Security, my sites and projects, as well as other technical subjects I am interested in.

Comments and questions are welcome!

“No repository found containing” Error when update Eclipse

A couple of days ago I started having issues updating my Eclipse plugins. I’d get a “No repository found containing” error for several of the repositories that it was trying to update from. Here is a quick fix:

  1. Go to Help->Software Updates, then select the Available Software tab and click the Manage Sites button
  2. Use the Export button to export the sites to a bookmarks.xml file
  3. Open the bookmarks.xml file in your favorite text editor, and add a trailing “/” to any of the site urls which are missing the “/” on the end. Save the changes.
  4. Back in the Manage Sites window within Eclipse, select all of the sites and click the Remove button
  5. Now, click Import and load in the edited bookmarks.xml file

Now try your import again, and it should work.

20 Responses to ““No repository found containing” Error when update Eclipse”

  1. guixx says:

    Thanks a lot for this quick fix.

  2. Marxist Zygote says:

    Thanks a whole lot! This has been driving me crazy.

  3. Devon says:

    Glad I could help!

  4. Jon Strayer says:

    Thank you very much. But this is only part of the solution I needed. The other part was to unselect some of the sites I had selected for update.

  5. Remington Furman says:

    Thanks a lot for this tip. I never would have guessed the solution.

  6. James says:

    I reckon you’ve saved me about 3 or 4 hours here… thanks a lot!

  7. Devon says:

    You’re very welcome!

  8. bbossola says:

    Thanks, works like a charm!

  9. Sridhar says:

    Thanks for the quick fix, it saved my time so much.

  10. JWY says:

    This really helps! Thanks!!!

  11. BoD says:

    Thank you so much, it worked!

  12. Felipe says:

    Thanks, it helped a lot.

  13. m$-h8r says:

    fantastic, thank you. i was about to re-install eclipse and this saved it.

  14. Thanks! I have no idea how you figured this out, but I am glad you did and decided to share.

    J.

  15. hex says:

    well done

  16. Hrvoje says:

    Thank you for the tip… but I solved it after I REMOVED the trailing “/” mark. I am using Eclipse Galileo 3.5, and problem was mylyn update for this version of Eclipse.

    Thought I’d share this if someone else had a similar problem…

  17. [...] and the IDE itself. I tried to install those, but kept running into update failures. A few dozen No Repository Found Containing… errors and I was ready to pull my hair out, but I opted to try Devon’s suggestion [...]

Leave a Reply