Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-user] "Failed to access p2 repository" with Tycho 0.14.0

Hello,

After update to 0.14.0 Tycho seems to have problem with reading p2 repositories like http://download.eclipse.org/releases/indigo. Is anyone else experiencing the same issue? Switching back to 0.13.0 fixes this issue. 

[INFO] Adding repository http://download.eclipse.org/tools/atf/updates/0.3.0
[INFO] Adding repository http://download.eclipse.org/tools/atf/updates/0.3.0
[WARNING] Failed to access p2 repository http://download.eclipse.org/tools/atf/updates/0.3.0, use local cache. Neither http://download.eclipse.org/tools/atf/updates/0.3.0/artifacts.jar nor http://download.eclipse.org/tools/atf/updates/0.3.0/artifacts.xml found.
[INFO] Adding repository http://download.eclipse.org/releases/indigo
[INFO] Fetching p2.index (0B of 131B at 0B/s) from http://download.eclipse.org/technology/epp/packages/indigo/
[INFO] Fetching p2.index (131B of 131B at 0B/s) from http://download.eclipse.org/technology/epp/packages/indigo/
Feb 16, 2012 10:23:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server download.eclipse.org failed to respond
Feb 16, 2012 10:23:54 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
Feb 16, 2012 10:24:14 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server download.eclipse.org failed to respond
Feb 16, 2012 10:24:14 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
[INFO] Adding repository http://download.eclipse.org/releases/indigo
[INFO] Fetching p2.index (0B of 131B at 0B/s) from http://download.eclipse.org/technology/epp/packages/indigo/
[INFO] Fetching p2.index (131B of 131B at 0B/s) from http://download.eclipse.org/technology/epp/packages/indigo/
[INFO] 1 operation remaining.
[WARNING] Failed to access p2 repository http://download.eclipse.org/technology/epp/packages/indigo/, use local cache. Neither http://download.eclipse.org/technology/epp/packages/indigo/compositeArtifacts.jar nor http://download.eclipse.org/technology/epp/packages/indigo/compositeArtifacts.xml found.
Feb 16, 2012 10:25:15 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: I/O exception (org.apache.commons.httpclient.NoHttpResponseException) caught when processing request: The server download.eclipse.org failed to respond
Feb 16, 2012 10:25:15 PM org.apache.commons.httpclient.HttpMethodDirector executeWithRetry
INFO: Retrying request
[WARNING] Failed to access p2 repository http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736/, use local cache. Neither http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736/artifacts.jar nor http://download.eclipse.org/eclipse/updates/3.7/R-3.7-201106131736/artifacts.xml found.

Regards,
Natalia


Back to the top