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

1.1.15 causes "Invalid Bundle-ManfestVersion 1" in Karaf 4 #118

Open
JamesUoM opened this issue May 25, 2017 · 2 comments
Open

1.1.15 causes "Invalid Bundle-ManfestVersion 1" in Karaf 4 #118

JamesUoM opened this issue May 25, 2017 · 2 comments

Comments

@JamesUoM
Copy link

Using 1.1.15 from maven central repo and trying to install in it into a karaf 4 application results in the error:

Unsupported 'Bundle-ManifestVersion' value: 1

A quick peek at the manifest and it appears a lot of information is missing compared to 1.1.14 including the Bundle-ManifestVersion.

@JamesUoM JamesUoM changed the title Invalid Bundle-ManfestVersion 1 using v1.1.15 1.1.15 causes "Invalid Bundle-ManfestVersion 1" in Karaf 4 May 25, 2017
@splatch
Copy link

splatch commented Jan 31, 2018

This is due basic thing - 1.1.15 release is not an osgi bundle. You need to wrap it on your own or simply use wrap: prefix.

@JamesUoM
Copy link
Author

JamesUoM commented Jan 10, 2022

The annoying issue is, that to get gelf debugging from startup it appears that the bundle need to be added to karafs startup.properties (works with 1.1.14) - unfortunately karaf requires bundles only and wrap can't be used at this point in the boot sequence.

We have updated graylog and now seeing the warnings due to timestamp being a string in 1.1.14.

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