-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
[mcp23017] java.lang.NoClassDefFoundError: Could not initialize class org.openhab.binding.mcp23017.internal.GPIODataHolder #4804
Comments
Looking at the source code shows that the class GPIODataHolder has a static initializer: |
When I run the example: It dumps the following message on the console:
The Pi4j library issue discusses the topic here: After updating the library to version 1.2-SNAPSHOT this error went away, but revealed that WiringPi was missing on my RaspberryPi.
After installing it |
Since June 2018 people ask the maintainer for a 1.2 release of the library: Pi4J/pi4j#418 |
Pi4J version 1.2 has been released: PR #5014. |
Expected Behavior
No exception should occur, or at least a better error message to be able to resolve the issue.
Current Behavior
Possible Solution
Steps to Reproduce (for Bugs)
Context
Your Environment
OpenHAB 2.4 with MCP23017 binding on Raspbian (Debian 9.6)
Thing definition
Item definition
The text was updated successfully, but these errors were encountered: