Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[cross-project-issues-dev] What's up with download.eclipse.org?

I know that we've had a new release and that some congestion regarding downloads is to be expected, but the current problems is beyond what I've experienced on previous occasions. It seems more or less impossible to download anything at present. I'm often not even able to get the P2 meta-data.

By viewing the logs, I see that requests to download.eclipse.org gets redirected to an Amazon cloudfront server. That server then responds with an XML stream similar to this:

<?xml version="1.0" encoding="UTF-8"?>
<Error><Code>AccessDenied</Code><Message>Access Denied</Message><RequestId>A1DF9DCCBC4DE7A6</RequestId><HostId>/KYrW+ew8AGC2gHTVxnq4Erj4KT80D2VQeZSlmxFCDNlBbykCe+ZNGxp9KoFrlLz</HostId></Error>

Here's an example using wget to obtain an existing file:

wget http://download.eclipse.org/eclipse/updates/3.6milestones/S-3.6M2-200909170100/compositeContent.jar --2009-09-29 14:58:12-- http://download.eclipse.org/eclipse/updates/3.6milestones/S-3.6M2-200909170100/compositeContent.jar
Resolving download.eclipse.org... 206.191.52.47
Connecting to download.eclipse.org|206.191.52.47|:80... connected.
HTTP request sent, awaiting response... 302 Found
Location: http://d2u376ub0heus3.cloudfront.net/eclipse/updates/3.6milestones/S-3.6M2-200909170100/compositeContent.jar [following] --2009-09-29 14:58:21-- http://d2u376ub0heus3.cloudfront.net/eclipse/updates/3.6milestones/S-3.6M2-200909170100/compositeContent.jar Resolving d2u376ub0heus3.cloudfront.net... 216.137.59.67, 216.137.59.244, 216.137.59.162, ...
Connecting to d2u376ub0heus3.cloudfront.net|216.137.59.67|:80... connected.
HTTP request sent, awaiting response... 403 Forbidden
2009-09-29 14:58:22 ERROR 403: Forbidden.

I get this all the time. The response is quite fast so I don't think it's due to congestion. Does others see this too?

Regards,
Thomas Hallgren



Back to the top