-
-
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
[sleepiq] ClassNotFoundException when communicating with CloudIQ service #11696
Comments
I'd have a go at fixing this, but I don't know how to tweak Eclipse so that it can deal with his 3rdparty API source code here. In Eclipse, all those API classes show as unresolved in the binding classes (such as @cweitkamp or @wborn Do you know what I need to do? |
If you use the openHAB Eclipse config they should be automatically added to the build path when importing such projects based on the build-helper-maven-plugin config in the POM. In Eclipse you need to have the buildhelper m2e plugin installed for that which was added in: openhab/openhab-distro#1259 You can also add the folders manually to the "Java Build Path" by editing the project properties: That results in a
|
Thanks @wborn! My Eclipse install is pretty old (about a year, I think), so I suspect I don't have that plug-in. I'll see if I can install that plugin. |
I got the plug-in installed. But, I still ended up having to hand-edit the classpath. Thanks for posting that - worked perfectly! |
Most likely you also need to remove plugin from being ignored in the Maven plugin lifecycle execution. You can edit that using: Preferences -> Maven -> Lifecycle Mapping -> Open workspace lifecycle mappings metadata Then remove the |
Good catch. Thank you, Sir! |
Fixes #11696 Signed-off-by: Mark Hilbush <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]> Signed-off-by: Nick Waterton <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]> Signed-off-by: Michael Schmidt <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]>
Fixes openhab#11696 Signed-off-by: Mark Hilbush <[email protected]> Signed-off-by: Andras Uhrin <[email protected]>
I'm seeing this error when the binding attempts to authenticate with the CloudIQ service. It's failing on the
ClientBuilder
class.Looks like a similar problem to the one @J-N-K fixed in the hdpowerview and neeo bindings.
#9224
#9006
The text was updated successfully, but these errors were encountered: