Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] problem with mirroring of composite P2 repository

I'm not quiet sure how do you mirror a composite repository.
Are you sure you've mirrored all the content described in the http://download.eclipse.org/modeling/tmf/xtext/updates/releases/compositeContent.xml ?
However I don't think it's a tycho issue.

Regards,
Dennis.


Am 23.01.2014 um 09:57 schrieb Maxim Frolov <frolovmx@xxxxxxxxx>:

Maven Clients in our environment can only access remote repositories throgh mirrors.

A P2 repository beeing mirrored contains the following compositeArtifacts.xml:

<?xml version='1.0' encoding='UTF-8'?>
<?compositeArtifactRepository version='1.0.0'?>
<repository name='Xtext All In One (Releases)'
    type='org.eclipse.equinox.internal.p2.artifact.repository.CompositeArtifactRepository' version='1.0.0'>
    <properties size='1'>
        <property name='p2.timestamp' value='1311823210'/>
    </properties>
    <children size='3'>
    </children>
</repository>


Maven Client using this mirror always fail with
[ERROR] Internal error: java.lang.RuntimeException: Failed to load p2 repository with ID 'artifactory.p2-eclipse' from location http://artifactory:8080/p2-eclipse/modeling/tmf/xtext/updates/composite/releases/: Unable to read repository at http://artifactory-ac.soptim.net:8080/p2-eclipse/modeling/tmf/xtext/updates/composite/releases. Unable to connect to repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/content.xml: Connection to http://download.eclipse.org refused: Connection timed out: connect -> [Help 1]
....
Caused by: org.eclipse.equinox.p2.core.ProvisionException: Unable to connect to repository http://download.eclipse.org/modeling/emft/mwe/updates/releases/content.xml
....


How is it possible to configure Maven Client and / or Artifactory Server to connect to children of mirrored composite P2 repository not directly but also using mirrors?
_______________________________________________
tycho-user mailing list
tycho-user@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/tycho-user

Dennis Hübner

Xtext Commiter / Build Engineer


Mobile: +49 (0) 151 / 17 39 67 07
Telefon: +49 (0) 431 / 990 268 70
Fax: +49 (0) 431 / 990 268 72

itemis AG
Niederlassung Kiel
Am Germaniahafen 1
24143 Kiel
http://www.itemis.de/

Rechtlicher Hinweis:

Amtsgericht Dortmund, HRB 20621

Vorstand: Jens Wagener (Vors.), Wolfgang Neuhaus, Dr. Georg Pietrek, Jens Trompeter, Sebastian Neus

Aufsichtsrat: Dr. Burkhard Igel (Vors.), Stephan Grollmann, Michael Neuhaus

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top