The timeouts are still happening today. I don’t recall ever seeing them before, even when the build is run on a busy downloads day. There is something squirrely going on that would be worth a detailed look in the server logs.
In the meantime, I was able to work around the timeouts in the build script by using a retry loop. Here is the ant code if anyone is interested. <delete file="${downloads}/content-checksum.txt" quiet="true"/> <for list="1,2,3,4,5" param="retry"> <sequential> <if> <not><available file="${downloads}/content-checksum.txt"/></not> <then> <trycatch> <try> <get src="http://www.eclipse.org/downloads/sums.php?file=@{file}&type=md5" dest="${downloads}/content-checksum.txt"/> </try> <catch> <echo message="Failed to retrieve the checksum on try @{retry}."/> </catch> </trycatch> </then> </if> </sequential> </for> From: cross-project-issues-dev-boun...@eclipse.org [mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Markus Knauer Sent: Friday, May 23, 2014 3:21 AM To: Cross project issues Subject: Re: [cross-project-issues-dev] Connection timed out issues accessing eclipse.org If I think something is slower than it should be I'm always looking at this status page: https://dev.eclipse.org/committers/help/status.php It gives you a good overview of what's going on. Today I'd say that we saturated large parts of the available bandwidth with Luna RC1 that needs to be distributed to the Eclipse mirrors. (Or another even more blind guess... maybe you are trying to clone via http, and maybe this has a lower priority in some firewall rules than ssh? Just another thought that comes to my mind.) Regards, Markus On Fri, May 23, 2014 at 12:11 PM, Ken Lee <ken....@bsiag.com> wrote: I’m also experiencing that cloning a Git repository from eclipse.org is really slow. Does anybody else have the same problem? From: cross-project-issues-dev-boun...@eclipse.org [mailto:cross-project-issues-dev-boun...@eclipse.org] On Behalf Of Konstantin Komissarchik Sent: Donnerstag, 22. Mai 2014 23:17 To: 'Cross project issues' Subject: Re: [cross-project-issues-dev] Connection timed out issues accessing eclipse.org Here is an example of the errors that I’ve been seeing throughout the day. [get] Getting: http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org.ecli pse.platform.source-3.8.zip&type=md5 [get] To: D:\Eclipse\Sapphire\downloads\content-checksum.txt [get] Error getting http://www.eclipse.org/downloads/sums.php?file=/eclipse/downloads/drops/R-3.8-201206081200/org .eclipse.platform.source-3.8.zip&type=md5 to D:\Eclipse\Sapphire\downloads\content-checksum.txt BUILD FAILED d:\Eclipse\Sapphire\8.0.x\build.xml:420: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:956: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:427: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:859: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:843: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:1334: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:941: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:893: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:901: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:1250: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:1038: The following error occurred while executing this line: d:\Eclipse\Sapphire\8.0.x\build.xml:1050: java.net.ConnectException: Connection timed out: connect at java.net.PlainSocketImpl.socketConnect(Native Method) at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:351) at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:213) at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:200) at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366) at java.net.Socket.connect(Socket.java:529) at java.net.Socket.connect(Socket.java:478) at sun.net.NetworkClient.doConnect(NetworkClient.java:163) at sun.net.www.http.HttpClient.openServer(HttpClient.java:411) at sun.net.www.http.HttpClient.openServer(HttpClient.java:525) at sun.net.www.http.HttpClient.<init>(HttpClient.java:208) at sun.net.www.http.HttpClient.New(HttpClient.java:291) at sun.net.www.http.HttpClient.New(HttpClient.java:310) at sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(HttpURLConnection.java:987) at sun.net.www.protocol.http.HttpURLConnection.plainConnect(HttpURLConnection.java:923) at sun.net.www.protocol.http.HttpURLConnection.connect(HttpURLConnection.java:841) at org.apache.tools.ant.taskdefs.Get$GetThread.openConnection(Get.java:660) at org.apache.tools.ant.taskdefs.Get$GetThread.get(Get.java:579) at org.apache.tools.ant.taskdefs.Get$GetThread.run(Get.java:569) I also see hangs when accessing various bugzilla pages. This happens sporadically. There is no proxy involved on my end and other web pages don’t exhibit this behavior. - Konstantin From: Konstantin Komissarchik [mailto:konstantin.komissarc...@oracle.com] Sent: Thursday, May 22, 2014 10:34 AM To: 'Cross project issues' Subject: Connection timed out issues accessing eclipse.org I am getting frequent and sporadic connection issues accessing eclipse.org web resources this morning, such as bugzilla and the download server. Is anyone else seeing this? Is there a known issue with the infrastructure? Thanks, - Konstantin _______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
_______________________________________________ cross-project-issues-dev mailing list cross-project-issues-dev@eclipse.org https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev