Error installing Cloud Connector: "Could not resolve module"

I’ve tried installing Cloud Connector using PaperUI today and installation never completes. Found this in the logs:

20:54:11.480 [ERROR] [.core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-misc-openhabcloud': Error restarting bundles:
	Could not resolve module: org.openhab.binding.zwave [227]
  Another singleton bundle selected: osgi.identity; type="osgi.bundle"; version:Version="2.4.0.201809142025"; osgi.identity="org.openhab.binding.zwave"; singleton:="true"

20:54:12.975 [ERROR] [.io.openhabcloud.internal.CloudClient] - Socket.IO error: not authorized
openhab> bundle:list -s | grep zwave
191 │ Active    │  80 │ 2.4.0.201809142025     │ org.openhab.binding.zwave
227 │ Installed │  80 │ 2.4.0                  │ org.openhab.binding.zwave

As a background, I was running 2.3.0 and then followed this guide when upgrading to 2.4.0

What’s the correct way to fix this? I’m afraid to accidentally drop my zwave configuration.

Thanks!

Always make a backup first:

Did you upgrade your openHAB core installation to 2.4 or just the zwave binding?

Delete the jar in /addons/.

1 Like

This has helped. Thank you!

1 Like