krzyk
(Krzysztof)
March 22, 2019, 3:18pm
1
I had Openhab version 2.3, with several bindings (including Yahoo one) I upgraded it first to 2.4 and then to 2.5 M1.
Now I see that Yahoo binding is gone in Paper UI, but in the logs (openhab.log) I’m spammed with:
2019-03-22 16:07:11.007 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:08:09.358 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:09:08.840 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:10:10.061 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:11:10.191 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:12:10.136 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
2019-03-22 16:13:15.857 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-yahooweather'
How to get rid of this? Is there a way to access the addons DB table and remove it somehow manually?
Thanks,
1 Like
krzyk
(Krzysztof)
March 25, 2019, 2:16pm
4
Sorry, my mistake.
This doesn’t work
I still see Failed installing 'openhab-binding-yahooweather'
in logs
smhaller
(Stefan M. Haller)
March 25, 2019, 2:41pm
5
Hi Krzysztof
Is the binding by chance in your addons config defined?
I would also check the jsondb file…
regards
Stefan
krzyk
(Krzysztof)
March 25, 2019, 2:59pm
6
No, my addons.cfg is empty.
How can I check jsondb file?
smhaller
(Stefan M. Haller)
March 25, 2019, 3:05pm
7
depends how you installed OH
If you installed it as deb package you would find those files in /var/lib/openhab2/jsondb
regards
Stefan
krzyk
(Krzysztof)
March 25, 2019, 3:08pm
8
smhaller:
/var/lib/openhab2/jsondb
OK, I installed a deb package, I see files there, but when I do:
grep -i -R yahoo /var/lib/openhab2/jsondb
I get nothing.
smhaller
(Stefan M. Haller)
March 25, 2019, 3:18pm
9
check if you have something in: /var/lib/openhab2/tmp/mvn/org/openhab/binding
you could also try a cleanup using the normal methods:
stop openhab
rm -rf /var/lib/openhab2/tmp/*
rm -rf /var/lib/openhab2/cache/*
start openhab
but you probably already tried that
krzyk
(Krzysztof)
March 25, 2019, 3:44pm
10
Hmm, I think I found it.
/var/lib/openhab2/config/org/openhab/addons.config contained yahoo weather binding (I assumed addons are configured in /etc/openhab2/services/addons.cfg)
I removed it and for now I don’t see anythin like that in the logs (now just influxdb stopped logging data )
1 Like