Eclipse RCP export: The signature is invalid for current content

43 Views Asked by At

Struggling to export RCP product from the Eclipse 4.31.0 (Build id: 20240307-1437), using target platform built from https://download.eclipse.org/releases/2024-03.

Getting "The signature is invalid for current content" from the pde build:

[p2.director] Installing com.foo.client.product 5.2.4.
[p2.director] Overall install request is satisfiable
[p2.director] Add request for logFaces 5.2.4 (com.foo.client.product 5.2.4) is satisfiable
[p2.director] Installation failed.
[p2.director] An error occurred while collecting items to be installed
[p2.director]   session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
[p2.director]   Problems downloading artifact: osgi.bundle,com.sun.jna,5.14.0.v20231211-1200.
[p2.director]       The signature is invalid for current content
[p2.director] An error occurred while collecting items to be installed
[p2.director] session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).
[p2.director] Problems downloading artifact: osgi.bundle,com.sun.jna,5.14.0.v20231211-1200.
A problem occured while invoking the director.
runDirector:  duration 0 seconds

(I know what I am using pde build ant, which isn't actively supported but we can't migrate to Tycho build at the moment. )

Any help is appreciated.

0

There are 0 best solutions below