Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 466771

Summary: [releng] Server build failures caused by jar signing
Product: [ECD] Orion Reporter: Anthony Hunter <ahunter.eclipse>
Component: RelengAssignee: Anthony Hunter <ahunter.eclipse>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: unspecified   
Target Milestone: 9.0   
Hardware: PC   
OS: Linux   
Whiteboard:

Description Anthony Hunter CLA 2015-05-07 14:18:24 EDT
The last two server builds failed during the pack200 part of the jar signing process. An announcement of changes to the Eclipse.org batch signing service was made on April 30 and Tycho builds were just supposed to keep working. We had several successful builds in May so not sure what the issue is.

[ERROR] Failed to execute goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.20.0:pack (pack200-pack) on project org.eclipse.orion.server.core: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.20.0:pack failed. NullPointerException -> [Help 1]
org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.20.0:pack (pack200-pack) on project org.eclipse.orion.server.core: Execution pack200-pack of goal org.eclipse.tycho.extras:tycho-pack200b-plugin:0.20.0:pack failed.
Comment 1 Anthony Hunter CLA 2015-05-07 14:45:31 EDT
The tycho version is at an older version 20, I am going to try updating to the latest version 22.
These are commits:
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=6e23fe681126801288b77cd69977227c1f4a50f4
http://git.eclipse.org/c/orion/org.eclipse.orion.server.git/commit/?id=e1d7f87aa20e6ba191025a12587b26cf4f73ca1d
Comment 2 Anthony Hunter CLA 2015-05-07 15:02:38 EDT
(In reply to Anthony Hunter from comment #1)
> The tycho version is at an older version 20, I am going to try updating to
> the latest version 22.

Updating to Tycho 22 fixed the issue.