Trying to do a "Check for Updates" in Eclipse 3.6 (Helios) and getting an error:
No repository found at http://dist.springsource.com/snapsho...S/nightly/e3.6.
Something change over the weekend or is the repository having issues?
Trying to do a "Check for Updates" in Eclipse 3.6 (Helios) and getting an error:
No repository found at http://dist.springsource.com/snapsho...S/nightly/e3.6.
Something change over the weekend or is the repository having issues?
I notice the same thing.
Can we take it as a sign that 2.3.3 stable release is coming really soon?![]()
Having the same problem here. Getting 403 Access Denied error.
Code:<Error> <Code>AccessDenied</Code> <Message>Access Denied</Message> <RequestId>1F00C3FFF1DAB72E</RequestId> <HostId>yOkLnsEMznSvGo8uvVuv4+NJfYlKLjRqgpM5LikylMVgrOnOi4hPrz89vAqXifxc</HostId> </Error>
I don't know what's up, but it looks like there were some problems running the nightly build. It failed to upload the snapshot.
I kicked off a new build manually, perhaps there were intermittent network problems and it will succeed this time.
You can check back in a couple of hours.
Kris
Kris De Volder -- SpringSource
Kris,
Please, can you explain a difference between
http://dist.springsource.com/snapshot/STS/nightly/e3.6/
and
http://dist.springsource.com/snapsho...S/nightly/e3.6
It seems that last STS night build is available on the former link. Which one should we use?
Best regards,
Damir Murat
I'm not quite sure. Perhaps Christian, or someone else who is more up to speed on the packaging and publishing process, can comment on this if I'm wrong.
I think that the TOOLS site contains "everything", e.g. like the Spring IDE components, Grails extensions etc.
The STS site I think doesn't have the TOOLS, but only STS itself.
So it is better to use the TOOLS site which I believe does include STS but also has additional tools and dependencies you might need.
Kris
Kris De Volder -- SpringSource
Hi
Kris is right! The TOOLS update site contains not only the STS bits but also some required components like Spring IDE and dm Server Tools. So it is always better to install from this site as you can be sure that a) you get all dependencies and b) the components have been built together and therefore should work.
All issues with the update site should now be solved.
HTH
Christian
Christian Dupuis
SpringSource, a division of VMware
Lead, SpringSource Tools Team
http://www.springsource.com
http://twitter.com/cdupuis
Christian, I am still getting Access Denied for http://dist.springsource.com/release.../e3.5/site.xml
koxo,
we don't publish a site.xml on our Eclipse 3.5 and 3.6 update sites. So the access denied message is expected.
Christian
Christian Dupuis
SpringSource, a division of VMware
Lead, SpringSource Tools Team
http://www.springsource.com
http://twitter.com/cdupuis
Christian,
I am evaluating Maven Studio for Eclipse and as part of it, I am trying to create P2 Update Site Proxy Repository in our Nexus using http://dist.springsource.com/milesto...LS/update/e3.6. This would allow us to create a custom lineup based on Eclipse 3.6 with all the plugins we need including Spring IDE. However, doing so I am getting this error:
Code:Remote peer of proxy repository "SpringSource Update Site" (id=springsource) throwed an org.sonatype.nexus.proxy.RemoteAccessDeniedException exception. Please set up authorization information for this repository. Auto-blocking this repository to prevent further connection-leaks and known-to-fail outbound connections until administrator fixes the problems, or Nexus detects remote repository as healthy. - Cause(s): ForbiddenCode:The proxy repository "SpringSource Update Site" (ID=springsource) is backed by Amazon S3 service. This means that Nexus can't reliably detect the validity of your setup (bqseUrl of proxy repository)!I am not sure how p2 repositories work, but what I can see from the logs is that Nexus is trying to download http://dist.springsource.com/milesto.../e3.6/site.xml and fails with AccessDenied error (403).Code:Could not mirror Eclipse Update Site org.sonatype.nexus.proxy.StorageException: Could not read site.xml at proguard.nexusp2plugin.bxh.zxn(UpdateSiteRepository.java:176) at proguard.nexusp2plugin.bxh.rkn(UpdateSiteRepository.java:670) at com.sonatype.nexus.p2.updatesite.UpdateSiteMirrorTask.doRun(UpdateSiteMirrorTask.java:43) at org.sonatype.nexus.scheduling.AbstractNexusTask.call(AbstractNexusTask.java:192) at org.sonatype.scheduling.DefaultScheduledTask.call(DefaultScheduledTask.java:338) at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source) at java.util.concurrent.FutureTask.run(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.access$301(Unknown Source) at java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source) at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Caused by: org.sonatype.nexus.proxy.RemoteAccessDeniedException: Forbidden at org.sonatype.nexus.proxy.storage.remote.commonshttpclient.CommonsHttpClientRemoteStorage.executeMethod(CommonsHttpClientRemoteStorage.java:414) at org.sonatype.nexus.proxy.storage.remote.commonshttpclient.CommonsHttpClientRemoteStorage.retrieveItem(CommonsHttpClientRemoteStorage.java:157) at org.sonatype.nexus.proxy.repository.AbstractProxyRepository.doRetrieveRemoteItem(AbstractProxyRepository.java:1272) at proguard.nexusp2plugin.bxh.zxn(UpdateSiteRepository.java:165) ... 11 more
Any ideas on how to get around this problem? Thanks.