After OH2.3 upgrade fail to install any features: [ERROR] [.core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-...'

Hi @chriscolden,

The /var/lib/openhab2/etc/org.openhab.addons.cfg file shouldn’t exist anymore. Can you check that this is the case?

Hi @Benjy

I’ve just checked and it’s not there.

Edit: i’ve also cleared the cache and same result

I’m seeing the same thing on 1234. I removed Kodi from my /conf/services/addons.cfg and OH will start cleanly, but adding it back results in the same error. This did not occur in 1232.

2018-03-22 17:33:10.744 [ERROR] [org.openhab.core.karaf.internal.FeatureInstaller  ] - Failed installing 'openhab-binding-kodi': Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-binding-kodi; type=karaf.feature; version="[2.3.0.SNAPSHOT,2.3.0.SNAPSHOT]"; filter:="(&(osgi.identity=openhab-binding-kodi)(type=karaf.feature)(version>=2.3.0.SNAPSHOT)(version<=2.3.0.SNAPSHOT))" [caused by: Unable to resolve openhab-binding-kodi/2.3.0.SNAPSHOT: missing requirement [openhab-binding-kodi/2.3.0.SNAPSHOT] osgi.identity; osgi.identity=org.openhab.binding.kodi; type=osgi.bundle; version="[2.3.0.201803212307,2.3.0.201803212307]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.binding.kodi/2.3.0.201803212307: missing requirement [org.openhab.binding.kodi/2.3.0.201803212307] osgi.wiring.package; filter:="(osgi.wiring.package=org.eclipse.smarthome.config.discovery.upnp)"]]

Ok this is clearly and issue with that binding. I’ll get it logged.

I just did :slight_smile:

1 Like

cheers. saved me a job. :slight_smile:

@5iver just upgraded to last nights build 1236. This is still an issue. Just thought Id let you know.

1 Like

I quickly analyzed it and created a fix: https://github.com/openhab/openhab2-addons/pull/3396

2 Likes

Thanks @Kai much appreciated.