Annoying Warnings in log:tail

I receive the below all the time in logs, I confirm that all the mentioned bindings are already installed and working perfectly, I do not know why do I receive such ERRORs ?? any idea ?!

06:03:34.911 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-MQTT’: No matching features for openhab-binding-MQTT/0.0.0
06:03:34.937 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-Network’: No matching features for openhab-binding-Network/0.0.0
06:03:34.956 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-SamsungTV’: No matching features for openhab-binding-SamsungTV/0.0.0
06:03:34.968 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-WOL’: No matching features for openhab-binding-WOL/0.0.0
06:03:34.979 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-XBMC’: No matching features for openhab-binding-XBMC/0.0.0
06:03:34.992 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-Weather’: No matching features for openhab-binding-Weather/0.0.0
06:03:34.998 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-EXEC’: No matching features for openhab-binding-EXEC/0.0.0
06:03:35.005 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-HTTP’: No matching features for openhab-binding-HTTP/0.0.0
06:03:35.011 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-TCP’: No matching features for openhab-binding-TCP/0.0.0
06:03:35.019 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-xbmc’: No matching features for openhab-binding-xbmc/0.0.0
06:03:35.025 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-wol’: No matching features for openhab-binding-wol/0.0.0
06:03:35.030 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-weather’: No matching features for openhab-binding-weather/0.0.0
06:03:35.035 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-tcp’: No matching features for openhab-binding-tcp/0.0.0
06:03:35.100 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-mqtt’: No matching features for openhab-binding-mqtt/0.0.0
06:03:35.109 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing ‘openhab-binding-http’: No matching features for openhab-binding-http/0.0.0

maybe typo in addons.cfg? ~looking-in-the-crystal-ball~ :wink:

actually i cleared the addons.cfg, as it is not required anymore, i installed a standard empty file
i think that Openhab caches this file somewhere but i am not sure where

It’ll be in user userdata/etc/org.openhab.addons.cfg or /var/lib/openhab2/etc/org.openhab.addons.cfg if you use apt-get.

All those look like openhab1 bindings so you’ll need to edit the file so that they say for example http1 etc. Since they’re working, I’d say that you already have them AND the ones without the 1, so simply remove the duplicate ones without the “1”.

1 Like

@Benjy many thinks :slight_smile: you are right, they r all gone now :slight_smile: