Community
Participate
Working Groups
When trying to build (e.g. virgo.apps.snapshot) on either master or slaves we have the following resolution problem: --8<------------ resolve.compile: [ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:cachepath] :: loading settings :: file = /opt/public/jobs/virgo.apps.snapshot/workspace/virgo-build/common/ivysettings.xml [ivy:cachepath] Sep 21, 2010 4:46:29 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry [ivy:cachepath] INFO: I/O exception (java.net.ConnectException) caught when processing request: Connection timed out [ivy:cachepath] Sep 21, 2010 4:46:29 AM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry [ivy:cachepath] INFO: Retrying request ---------------- (and then into a 5min cycle for a few tries) but earlier in the same job we have: ---8<----------- resolve.compile: [ivy:cachepath] :: Ivy 2.1.0 - 20090925235825 :: http://ant.apache.org/ivy/ :: [ivy:cachepath] :: loading settings :: file = /opt/public/jobs/virgo.apps.snapshot/workspace/virgo-build/common/ivysettings.xml [ivy:cachepath] Sep 21, 2010 4:42:44 AM org.jets3t.service.utils.RestUtils initHttpProxy [ivy:cachepath] INFO: Using Proxy: proxy.eclipse.org:9898 [ivy:cachepath] Sep 21, 2010 4:42:47 AM org.jets3t.service.utils.RestUtils initHttpProxy [ivy:cachepath] INFO: Using Proxy: proxy.eclipse.org:9898 [ivy:cachepath] downloading s3://repository.springsource.com/ivy/bundles/external/javax.servlet/com.springsource.javax.servlet/2.5.0/license-2.5.0.txt ... [ivy:cachepath] ..... (15kB) [ivy:cachepath] (15kB) [ivy:cachepath] .. (0kB) [ivy:cachepath] (0kB) [ivy:cachepath] [SUCCESSFUL ] javax.servlet#com.springsource.javax.servlet;2.5.0!license.txt(license) (271ms) ---------------- (and so on) This looks like another resolution problem involving proxies. :-(
This is probably due to Bug 325824 but I'll leave it up until that is obvious.
Yes, it looks like it is the same bug as 325824 *** This bug has been marked as a duplicate of bug 325824 ***