Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 325820 - Ivy resolution via proxy fails on second attempt
Summary: Ivy resolution via proxy fails on second attempt
Status: CLOSED DUPLICATE of bug 325824
Alias: None
Product: Community
Classification: Eclipse Foundation
Component: CI-Jenkins (show other bugs)
Version: unspecified   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Eclipse Webmaster CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on: 325824
Blocks:
  Show dependency tree
 
Reported: 2010-09-21 05:04 EDT by Steve Powell CLA
Modified: 2010-10-14 10:40 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Steve Powell CLA 2010-09-21 05:04:36 EDT
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.   :-(
Comment 1 Steve Powell CLA 2010-09-21 06:06:14 EDT
This is probably due to Bug 325824 but I'll leave it up until that is obvious.
Comment 2 Steve Powell CLA 2010-10-14 10:40:22 EDT
Yes, it looks like it is the same bug as 325824

*** This bug has been marked as a duplicate of bug 325824 ***