Skip to main content



      Home
Home » Modeling » Graphiti » Archive Updatesite 0.8.2 causes Fatal Errors(When building with tycho the graphiti updatesite/repository produces errors)
icon5.gif  Archive Updatesite 0.8.2 causes Fatal Errors [message #1064648] Thu, 20 June 2013 07:59 Go to next message
Eclipse UserFriend
I know that this might not be the right forum, but i'll post it here. I'll also post this in the tycho-forum.

We are trying to build an eclipse plugin with tycho (0.16.0, Maven 3,9,3) and therefore we need the graphiti 0.8.2 plugin dependencies. The 0.9.x plugins won't work, because we still use Eclipse 3.8 instead of 4.x. We noticed that from tuesday on the old 0.8.2 updatesite was no longer available an moved to http://archive.eclipse.org/graphiti/updates/0.8.2.

We also use the Juno Updatesite http://download.eclipse.org/releases/juno and the http://download.eclipse.org/eclipse/updates/3.8 (for E3.8 Plugins).
When building, 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)
[b][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>".[/b]
[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)
[b][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>".[/b]
[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 updatesite, changing the order of the updatesite definitions. Nothing was successful because the Eclipse mirror link http://www.eclipse.org/downloads/download.php?file=/graphiti/updates/0.8.2/ always happened.

Can the missing closed META-TAG result in that error and could you probably add this missing tag to the Updatesite http://archive.eclipse.org/graphiti/updates/0.8.2?

Thanks very much for help

Thomas K.
Re: Archive Updatesite 0.8.2 causes Fatal Errors [message #1064685 is a reply to message #1064648] Thu, 20 June 2013 10:10 Go to previous messageGo to next message
Eclipse UserFriend
Thomas,

thanks for pointing out. A bugzilla might have been more appropriate, but
anyhow...

Yes, on Tuesday I moved the old Graphiti releases from download.eclipse.org
to archive.eclipse.org just to free some space in the Eclipse download area
and not to bloat all the mirror servers. Part of the move was the 0.8.2
update site.

The move was just done by a simple file copy on the Eclipse servers, so
unless there were errors during that copy the site should not become broken,
especially not closed tags should not be introduced.

The reason for the download failure was that the update site still points to
the mirror url for the original location (at download.eclipse.org). This
should not be an issue if all mirrors have replicated the new state (the
download.eclipse.org location no longer exsisting). So, currently we seem to
be in an intermediate state where not yet all mirrors have picked up the new
state, so depending on your location and the mirror selection, you might get
mixed-up versions. I would expect this to disappear as soon as all mirrors
have caught up.

Nevertheless, to fix this issue immediately I have removed the mirrors url
property from the update site at
http://archive.eclipse.org/graphiti/updates/0.8.2. This fixed the download
issues for me at least (not using Maven, but a plain p2 install). Let me
know in case it stil does not work for you.

Michael
Re: Archive Updatesite 0.8.2 causes Fatal Errors [message #1064815 is a reply to message #1064685] Fri, 21 June 2013 04:30 Go to previous message
Eclipse UserFriend
Hello Michael,

thanks for your quick support. Now everything works fine Smile
Hope that the other graphiti (archive) p2 repositories aren't affected.

Regards,

Thomas
Previous Topic:Graphiti and CDO integration
Next Topic:Container shape inside another container shape
Goto Forum:
  


Current Time: Fri Jul 04 19:44:39 EDT 2025

Powered by FUDForum. Page generated in 0.02887 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top