Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Getting error "Problems downloading artifact: osgi.bundle,com.sun.jna,5.13.0.v20230812-1000. The signature is invalid for current content", when exporting product for simple target for Eclipse 4.30 #457

Open
pramakan-tibco opened this issue Feb 10, 2024 · 2 comments

Comments

@pramakan-tibco
Copy link

We are migrating our product to Eclipse 4.30, For a simple target file as below target is resolved but when we exporting the product we are getting below error.[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.13.0.v20230812-1000.
[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.13.0.v20230812-1000.
A problem occured while invoking the director.

Below are content of target file.

@laeubi
Copy link
Member

laeubi commented Feb 10, 2024

but when we exporting the product

How is the product exported? Looks like you are using the ant task, please note that these are raley tested/update as Tycho is usually a more powerful solution.

@pramakan-tibco
Copy link
Author

Thanks @laeubi , Yes we are using ANT task to export product, We are moving to tycho build from ant build. I will try same thing using tycho build.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants