Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Problems with Google P2/Repository Update Site

I can't be sure from your logs but it may be cause by SSL verification as it appears the main Google P2 repo is a composite repository referencing other P2 repositories with HTTPS URLs.

Jeff


On Mon, Jan 21, 2013 at 12:04 PM, Nils Liebelt <nils.liebelt@xxxxxxxxxx> wrote:
Hi all,

we experience some difficulties building a Plugin against der current
Google P2 Repository located under
<repository>
        <id>google-gpe</id>
        <layout>p2</layout>
        <url>http://dl.google.com/eclipse/plugin/4.2</url>
        <name>google-gpe</name>
</repository>

For some reason any attempts to resolve deps from there result in an error:
INFO] Fetching site.xml from
https://dl-ssl.google.com/android/eclipse/ (1,29kB of 1,8kB at 0B/s)
[ERROR] Internal error: java.lang.RuntimeException:
org.eclipse.equinox.p2.core.ProvisionException: Unable to read
repository at http://dl-ssl.google.com/eclipse/plugin/4.2. No
repository found at https://dl-ssl.google.com/android/eclipse. ->
[Help 1]
org.apache.maven.InternalErrorException: Internal error:
java.lang.RuntimeException:
org.eclipse.equinox.p2.core.ProvisionException: Unable to read
repository at http://dl-ssl.google.com/eclipse/plugin/4.2.

Now the suspicous "https://dl-ssl.google.com/android/eclipse" url is
not from our original list of repositories and I don't even need to
resolve any android deps.
I already tried proxying the repository with nexus to workaround it.
Also a lot of people are claiming similar difficulties using eclipse.
Is there something special with the google repo?
How can I workaround this issue? If I can't get Tycho to resolve our
deps we cannot use it. Currently I am using the tycho version 0.16.0.

Any help be appreciated.


Regards,

Nils
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user



--
Jeff MAURY


"Legacy code" often differs from its suggested alternative by actually working and scaling.
 - Bjarne Stroustrup

http://www.jeffmaury.com
http://riadiscuss.jeffmaury.com
http://www.twitter.com/jeffmaury

Back to the top