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

Jar Sign error when signing fat jar (jar size is larger) in bnd project #5760

Closed
ganesh08 opened this issue Sep 1, 2023 · 3 comments
Closed
Assignees

Comments

@ganesh08
Copy link

ganesh08 commented Sep 1, 2023

We utilize bnd to create a fat JAR file for a specific use case. However, when the size of the fat JAR reaches 23.1 MB, the JAR signing process encounters a failure and the JAR file is not generated.
Jar sign working as expected for small size jars.

Error message as below no further details shown

Signing Jar out:
err:

Inside the project bnd file I use -includeresource : \ to include different jar and make fat jar
BND Version : 6.4.0
In main bnd file jar signing property provided as below
-sign : ${sign.alias}; keypass:=${sign.keypass}

Any help will be appreciated resolving this issue or to exclude this particular project from signing process

Thanks in advance

@ganesh08 ganesh08 changed the title Jar Sign error when signing fat jar (jar size is more) in bnd project Jar Sign error when signing fat jar (jar size is larger) in bnd project Sep 1, 2023
@pkriens
Copy link
Member

pkriens commented Sep 1, 2023

Is it possible to share the project or make a sharable repo that exhibits this behavior?

@pkriens pkriens self-assigned this Sep 1, 2023
@pkriens
Copy link
Member

pkriens commented Sep 5, 2023

I want to release the first release candidate at the end of the week. If this is not fixed before, it will be moved to 7.1

@pkriens
Copy link
Member

pkriens commented Oct 10, 2023

I am going to close this is will not be fixed. If you have a demo project, you can reopen it.

@pkriens pkriens closed this as not planned Won't fix, can't repro, duplicate, stale Oct 10, 2023
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