Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Spring Tool Suite 3.6.1 won't update

Updating the Spring Tool Suite in Eclipse Luna, I get the following error since I turned off the option to download updates for Eclipse 3.7:

**An error occurred while collecting items to be installed session context was:(profile=DefaultProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
No repository found containing: osgi.bundle,org.springsource.ide.eclipse.commons.quicksearch,3.6.1.201408250654-RELEASE
No repository found containing: osgi.bundle,org.springsource.sts,3.6.1.201408250824-RELEASE
No repository found containing: org.eclipse.update.feature,org.springsource.ide.eclipse.commons.quicksearch.feature,3.6.1.201408250654-RELEASE
No repository found containing: org.eclipse.update.feature,org.springsource.sts,3.6.1.201408250824-RELEASE
No repository found containing: binary,org.springsource.sts.ide.executable.win32.win32.x86_64,3.6.1.201408250824-RELEASE-e43
No repository found containing: org.eclipse.update.feature,org.springsource.sts.package,3.6.1.201408250824-RELEASE-e43
No repository found containing: binary,org.springsource.sts.package_root,3.6.1.201408250824-RELEASE-e43**

The version I have installed is:

Spring Tool Suite 
Version: 3.6.0.RELEASE
Build Id: 201407101106
Platform: Eclipse Luna (4.4)**

Does anyone know how to fix this?

like image 367
gechenique Avatar asked Sep 13 '14 15:09

gechenique


People also ask

What is the latest version of spring Tool Suite?

Spring Tools 4.13. 1 is scheduled to be released in early Feb 2022. Enjoy!

Which is better Eclipse or spring Tool Suite?

Spring Tool suite has ready to go features specially designed to spring supported projects and cloud environment. And Eclipse is more generic where we've to add the plugins and extensions for our platform setup.

Does sts4 support Java 11?

The default STS distribution is now based on the recently released Eclipse 2018-12 (4.10) release, including support for Java 11.


1 Answers

The first bullet point from Martin's answer fixed my issue. I had multiple update sites for SpringSource, including e3.7, e4.3, and e4.4. Steps I took to fix this:

  1. Select Window -> Preferences from menu
  2. Expand Install/Update and select Available Software Sites
  3. Uncheck update sites for SpringSource, except e4.4, and save

To test the fix:

  1. Select Help -> Check for Updates

Hope this helps. Thanks Martin for pointing this situation out.

like image 99
Khai Dinh Avatar answered Sep 26 '22 12:09

Khai Dinh