Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
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.komissarchik@xxxxxxxxxx]
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


Back to the top