Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cross-project-issues-dev] Why do I get redirected to ftp:osuosl.org?

Hi Folks,

Ok so I think the issue lies in some changes that were made to reduce Eclipse.org bandwidth consumption. We are redirecting some traffic to mirrors when requests are of a certain type(tar,jar,gz) and certain project are being directed to certain mirrors (just to spread the load). The catch is these rules failed to take into account that we don't mirror I and N builds, so they were redirecting incorrectly. I've added some logic to the apache2 config that should prevent this(my egit tast case works) so please let me know if things get better or worse.

-Matt.


David M Williams wrote:
Yesterday afternoon I opened bug 328299 for this.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=328299
(Feel free to up severity, if this is blocking you).




From:        Thomas Hallgren <thomas@xxxxxxx>
To:        Cross project issues <cross-project-issues-dev@xxxxxxxxxxx>
Date:        10/21/2010 09:26 AM
Subject: [cross-project-issues-dev] Why do I get redirected to ftp:osuosl.org?
Sent by:        cross-project-issues-dev-bounces@xxxxxxxxxxx
------------------------------------------------------------------------



Hi,

I'm currently not able to build against the
http://download.eclipse.org/eclipse/updates/3.7-I-builds repository on
my local machine. I've traced it down to this:

I make an attempt to access:

http://download.eclipse.org/eclipse/updates/3.7-I-builds/compositeContent.jar

I get redirected to:

http://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.7-I-builds/compositeContent.jar

The download of the compositeContent.jar succeeds. The composite then
contains relative entries so now attempts are made to access:

http://ftp.osuosl.org/pub/eclipse/eclipse/updates/3.7-I-builds/I20101019-0800/content.jar

That fails because this file doesn't exist. I have eclipse.p2.mirrors
set to false so the redirect and subsequent failure must have other
reasons. As a comparison, I have no problems at all building against
http://download.eclipse.org/eclipse/updates/3.7milestones

Any help greatly appreciated.

Thanks,
Thomas Hallgren

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev

------------------------------------------------------------------------

_______________________________________________
cross-project-issues-dev mailing list
cross-project-issues-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev



Back to the top