Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Tycho fatal error caused by graphiti 0.8.2 p2 repository

Hello Jan, all,

thank you for your support. The graphiti crew repaired the p2 repository (by deleting the mirror file) and now everything works fine.

Regards,
Thomas


2013/6/21 Tom Ku <tkucorporate@xxxxxxxxxxxxxx>


---------- Forwarded message ----------
From: Sievers, Jan <jan.sievers@xxxxxxx>
Date: 2013/6/20
Subject: Re: [tycho-user] Tycho fatal error caused by graphiti 0.8.2 p2 repository
To: Tycho user list <tycho-user@xxxxxxxxxxx>


looks like something is wrong with your p2 mirror URL

http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&protocol=http&format=xml&countryCode=us&timeZone=1&format=xml

it yields an HTML page instead of XML.

For example, compare the result of above URL with:

http://www.eclipse.org/downloads/download.php?file=/releases/juno/&protocol=http&format=xml&countryCode=us&timeZone=1&format=xml

As a workaround, you can try switching off p2 mirrors [1] but not sure if this will actually stop p2 from getting the XML list of mirrors.

Regards,
Jan

[1] http://wiki.eclipse.org/Tycho/FAQ#How_do_I_disable_P2_mirrors.3F


From: tycho-user-bounces@xxxxxxxxxxx [mailto:tycho-user-bounces@xxxxxxxxxxx] On Behalf Of Tom Ku
Sent: Donnerstag, 20. Juni 2013 15:14
To: tycho-user@xxxxxxxxxxx
Subject: [tycho-user] Tycho fatal error caused by graphiti 0.8.2 p2 repository

Hello all,

I've got a problem with a tycho plugin build. We're using tycho 0.16.0 and maven 3.0.3. Out setup contains 3 p2 repositories
* http://download.eclipse.org/eclipse/updates/3.8
* http://download.eclipse.org/releases/juno
* http://archive.eclipse.org/graphiti/updates/0.8.2
We use this tycho version, the juno and Eclipse 3.8 updatesites/repositories (with exclusion for E4 plugins) and the old graphiti updatesite for Eclipse 3.8 compatibility reasons.
When building a plugin which needs the graphity plugins, the following output appears
[INFO] Fetching 0.8.2 from http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&protocol=http&format=xml&countryCode=us&timeZone=1&format=xml (0B of 2,88kB at 0B/s)
[Fatal Error] &protocol=http&format=xml&countryCode=us&timeZone=1&format=xml:5:3: The element type "META" must be terminated by the matching end-tag "</META>".
[INFO] Fetching org.eclipse.graphiti.ui_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (0B of 591,39kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.graphiti.ui_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (4kB of 591,39kB at 0B/s)
[INFO] Fetching org.eclipse.graphiti.ui_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (467,39kB of 591,39kB at 463,39kB/s)
[INFO] Downloading org.eclipse.graphiti.mm
[INFO] Fetching 0.8.2 from http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&protocol=http&format=xml&countryCode=us&timeZone=1&format=xml (0B of 2,88kB at 0B/s)
[Fatal Error] &protocol=http&format=xml&countryCode=us&timeZone=1&format=xml:5:3: The element type "META" must be terminated by the matching end-tag "</META>".
[INFO] Fetching org.eclipse.graphiti.mm_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (0B of 189,59kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.graphiti.mm_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (4kB of 189,59kB at 0B/s)
[INFO] Downloading org.eclipse.graphiti
[INFO] Fetching 0.8.2 from http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/&protocol=http&format=xml&countryCode=us&timeZone=1&format=xml (0B of 2,88kB at 0B/s)
[Fatal Error] &protocol=http&format=xml&countryCode=us&timeZone=1&format=xml:5:3: The element type "META" must be terminated by the matching end-tag "</META>".
[INFO] Fetching org.eclipse.graphiti_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (0B of 287,96kB at 0B/s)
[INFO] 1 operation remaining.
[INFO] Fetching org.eclipse.graphiti_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (4kB of 287,96kB at 0B/s)
[INFO] Fetching org.eclipse.graphiti_0.8.2.v20120215-0845.jar from http://archive.eclipse.org/graphiti/updates/0.8.2/plugins/ (163,96kB of 287,96kB at 159,96kB/s)

[...]

Jun 20, 2013 2:17:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Jun 20, 2013 2:17:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.
Jun 20, 2013 2:17:56 AM org.apache.commons.httpclient.HttpConnection releaseConnection
WARNING: HttpConnectionManager is null.  Connection cannot be released.


At the end the build hangs till enternity. We tried out several alternatives: a local hosted grahiti p2 repo, changing the order of the p2 repo definitions. Nothing was successful because the Eclipse mirror link http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/ was always used and we can't remove it because we need the juno repository. I posted the same on the graphiti forums. There's no answer yet.

Can the missing closed META-TAG result in that error and could you probably add this missing tag to the p2 repository http://archive.eclipse.org/graphiti/updates/0.8.2
Or is there a chance to be able to block the p2 repository http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/ that this not happens anymore?
Thanks very much for help.

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



Back to the top