-
-
Notifications
You must be signed in to change notification settings - Fork 390
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
Bundle com.sun.jna not active on RPI: is it normal ? #1557
Comments
What does |
Nothing:
|
I probably did not check since a long time on my RPI but I have in mind that all the bundles were "Active" after a OH start. |
I just tried to install the snapshot 3556 on my PC but with no config except the modules Basic UI and RRD4j and in that case, the bundle com.sun.jna is active. |
@kaikreuzer : should we care of that or not for OH4 release ? |
As we do not even know if there is a general problem and if so, how to fix it, I would clearly answer with "no". |
Works fine on my Pi.
|
Do you know what bundles are using this bundle ?
|
JNA is used for using native libraries which can improve performance. It could be there are no native libs for your architecture so it's not used. See also: https://github.com/java-native-access/jna I also have a Pi 3 with a 32-bit OS in storage which I can fire up to do some testing if I find some time.
It's a Karaf dependency that deals with handling console input, see: https://github.com/jline/jline3
This is used for the WatchService, see openhab/openhab-core#3004. |
Works fine on my old Pi too:
|
After starting OH snapshot 3556, all bundles are active except one:
Is there a problem somewhere ?
The text was updated successfully, but these errors were encountered: