Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » p2 error how to resolve? MD5 hash is not as expected
p2 error how to resolve? MD5 hash is not as expected [message #541095] Fri, 18 June 2010 10:30
maarten meijer is currently offline maarten meijerFriend
Messages: 146
Registered: July 2009
Senior Member
I build a feature using headless build w Hudson and copy it to my update
site. As final step I do a p2 publih to include older version in the
repository:

<target name="publish.update.site" depends="build.update.jar">
<echo>Converting old stuff to p2</echo>
<p2.publish.featuresAndBundles
repository="file:${site.destination}">
<features dir="${feature.destination}" includes="*"/>
<bundles dir="${plugin.destination}" includes="*"/>
</p2.publish.featuresAndBundles>
<echo>Still need to update site.xml</echo>
<ftp password="xxxxxxx" server="xxxxxxxx" newer="true"
userid="xxxxxxx" remotedir="xxxxxxx">
<fileset dir="${site.destination}/">
<include name="artifacts.xml"/>
<include name="content.xml"/>
<include name="features/*${version}.jar"/>
<include name="plugins/*${version}.jar"/>
</fileset>
</ftp>
</target>

I can then do check updates or install new software with my RCP app and
see the new versions (notyet categorized), but when I update I get this:

An error occurred while collecting items to be installed
session context was:(profile=profile,
phase=org.eclipse.equinox.internal.provisional.p2.engine.pha ses.Collect,
operand=, action=).
Problems downloading artifact:
org.eclipse.update.feature,com.fold1.eulumdat.tools.feature, 0.6.8.v20100618.
MD5 hash is not as expected. Expected:
89f69859b0d7ec2bb20c47da07152bea and found 903080fa783a2dcf43c3e409ea683fc4.

Where do I begin to resolve this error?
Previous Topic:restarting eclipse form the OSGi console
Next Topic:error updating equinox.weaving installing spring tools
Goto Forum:
  


Current Time: Tue Apr 23 12:55:37 GMT 2024

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

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

Back to the top