When trying to install Spring Tools through the Eclipse Marketplace, we get the following error:
Unable to read repository at .35/compositeContent.xml. cdn.spring.io:443 failed to respond
Also, trying to "Install Spring Tools 4 into an existing Eclipse (via a p2 repo)", we also get the error when using /
Accessing it through a regular browser, we get a 404.
Is it possible that access is simply down? It has been likely this since at least Friday March 14th.
When trying to install Spring Tools through the Eclipse Marketplace, we get the following error:
Unable to read repository at https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/e4.35/compositeContent.xml. cdn.spring.io:443 failed to respond
Also, trying to "Install Spring Tools 4 into an existing Eclipse (via a p2 repo)", we also get the error when using https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/latest/
Accessing it through a regular browser, we get a 404.
Is it possible that access is simply down? It has been likely this since at least Friday March 14th.
Share Improve this question edited Mar 26 at 8:43 Martin Lippert 6,5281 gold badge18 silver badges19 bronze badges asked Mar 19 at 13:58 user29991064user29991064 11 Answer
Reset to default 1The update site in general seems to work (verified this a moment ago), so it sounds like a networking issue somewhere in between. Can your browser access https://cdn.spring.io/spring-tools/release/TOOLS/sts4/update/e4.35/compositeContent.xml and display the XML correctly?
If so, you could go to the Preferences -> Install / Update -> Available Update Sites
, select the Spring Tools update site, and try a Reload
. Sometimes broken data sits in the cache that causes issues, but you can update that with the Reload
.