Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » P2 » signatureFile error when installing sdk during headless build
signatureFile error when installing sdk during headless build [message #630299] Fri, 01 October 2010 13:32 Go to next message
Rick Vestal is currently offline Rick VestalFriend
Messages: 1
Registered: July 2009
Junior Member
Hi,

I'm trying to get a headless build going and am running into the error below. Any pointers appreciated. Thanks.

-- Rick

runDirector:
[p2.director] Installing org.eclipse.sdk.ide 3.6.0.build.
[p2.director] Installation failed.
[p2.director] An error occurred while collecting items to be installed
[p2.director] session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
[p2.director] Problems downloading artifact: osgi.bundle,org.apache.ant,1.7.1.v20100518-1145.
[p2.director] Error reading signed content:/tmp/signatureFile41186.jar
[p2.director] Caused by: java.security.SignatureException: An error occurred while processing the signatures for the file: /tmp/signatureFile41186.jar
[p2.director] Caused by: java.security.SignatureException: The signature cannot be verified for the signer "META-INF/ECLIPSEF.RSA" in this jar: /tmp/signatureFile41186.jar
[p2.director] Problems downloading artifact: osgi.bundle,org.junit,3.8.2.v3_8_2_v20100427-1100.
[p2.director] Error reading signed content:/tmp/signatureFile41188.jar
[p2.director] Caused by: java.security.SignatureException: An error occurred while processing the signatures for the file: /tmp/signatureFile41188.jar
[p2.director] Caused by: java.security.SignatureException: The signature cannot be verified for the signer "META-INF/ECLIPSEF.RSA" in this jar: /tmp/signatureFile41188.jar
[p2.director] Problems downloading artifact: osgi.bundle,org.junit,4.8.1.v4_8_1_v20100427-1100.
[p2.director] Error reading signed content:/tmp/signatureFile41190.jar
[p2.director] Caused by: java.security.SignatureException: An error occurred while processing the signatures for the file: /tmp/signatureFile41190.jar
[p2.director] Caused by: java.security.SignatureException: The signature cannot be verified for the signer "META-INF/ECLIPSEF.RSA" in this jar: /tmp/signatureFile41190.jar
[p2.director] An error occurred while collecting items to be installed
[p2.director] session context was:(profile=SDKProfile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
[p2.director] Problems downloading artifact: osgi.bundle,org.apache.ant,1.7.1.v20100518-1145.
[p2.director] Problems downloading artifact: osgi.bundle,org.junit,3.8.2.v3_8_2_v20100427-1100.
[p2.director] Problems downloading artifact: osgi.bundle,org.junit,4.8.1.v4_8_1_v20100427-1100.
A problem occured while invoking the director.
Re: signatureFile error when installing sdk during headless build [message #634085 is a reply to message #630299] Wed, 20 October 2010 13:38 Go to previous message
Fredrik Attebrant is currently offline Fredrik AttebrantFriend
Messages: 7
Registered: October 2010
Junior Member
Ran into something similar when building an RCP application with PDE build.
Got out of the mess by applying the suggestions that we found here:

http://www.eclipse.org/forums/index.php?t=tree&th=171 79&#page_top

"If I add
jarProcessor.unsign=true
signJars=true

to the main build.properties file the build succeeds."
Previous Topic:Package installs, but doesn't configure
Next Topic:artifacts not downloaded
Goto Forum:
  


Current Time: Fri Apr 19 21:03:51 GMT 2024

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

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

Back to the top