Community
Participate
Working Groups
My hudson job "orion-jstest-windows" running on windows7tests slave tries to access a p2 repository on build.eclipse.org. This used to work, but lately has been failing with connection timed out errors. Is there something wrong with this machine? Do I need to set some proxy settings (I thought this wasn't required for *.eclipse.org). c:\hb\workspace\orion-jstest-windows>"c:\java\jdk1.6.0_20\jre\bin\java" -Xmx500m -jar c:\hb\workspace\orion-jstest-windows/org.eclipse.releng.basebuilder/plugins/org.eclipse.equinox.launcher.jar -application org.eclipse.equinox.p2.director -repository http://build.eclipse.org/eclipse/e4/orion/target/0.3-I-builds/I20110811-1400 -i org.eclipse.orion -d c:\hb\workspace\orion-jstest-windows/test/eclipse Aug 11, 2011 2:06:21 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect Aug 11, 2011 2:06:21 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Aug 11, 2011 2:06:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect Aug 11, 2011 2:06:42 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Aug 11, 2011 2:07:04 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect Aug 11, 2011 2:07:04 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: Retrying request Aug 11, 2011 2:07:46 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out: connect Aug 11, 2011 2:07:46 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
You shouldn't need any proxy details for build. Certainly from the desktop I can reach build both via ping and firefox(which is configured to bypass proxies for eclipse.org). -M.
Not sure what was wrong, the tests have started working again.
This machine is having network problems again. When I change my hudson job to just do a ping, I get this: c:\hb\workspace\orion-jstest-windows>ping build.eclipse.org Pinging build.eclipse.org [172.25.25.57] with 32 bytes of data: Request timed out. Request timed out. Request timed out. Request timed out. Ping statistics for 172.25.25.57: Packets: Sent = 4, Received = 0, Lost = 4 (100% loss), Also, from build.eclipse.org, I get this: e4Build@build:/shared/eclipse/e4/orion> ping windows7tests PING windows7tests.eclipse.org (172.30.206.143) 56(84) bytes of data. ^C --- windows7tests.eclipse.org ping statistics --- 10 packets transmitted, 0 received, 100% packet loss, time 9071ms
Ok, I've forced builds IP in the hosts file. Should be ok now. -M.
Closing. -M.