[SOLVED] Feature Installer error Failed installing 'openhab-binding-gpio, openhab-binding-knx1, openhab-binding-mqtt1'

I’m using the actual developer release with working Version 2 bindings for mqtt and knx for several months now. My installed gpio binding is 'openhab-binding-gpio1 '.
But every minute I have the folowing Error message in the log:
2019-01-12 08:37:34.890 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-gpio, openhab-binding-knx1, openhab-binding-mqtt’
After past updates I was open to solve that temperary by cleaning the cache ( openhab-cli clean-cache)
But now it is persistent.
I have checked the addons.cfg and there are no dedicated services cfgs. Even in the karaf console I find no hint why the installer insists to install the outdated bindings.

You can fix it by removing them from

/var/lib/openhab2/config/org/openhab/addons.config

4 Likes

Thanks, that soves it!

1 Like