From 2.5 to 3.1, how to remove those error

Hello everyone,

I’m using the docker image and moved from 2.5 to 3.1. When I start, I see this in the log:

2021-09-20 12:06:10.179 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on ‘http1’ does not exist - ignoring it.
2021-09-20 12:06:10.202 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on ‘networkhealth1’ does not exist - ignoring it.
2021-09-20 12:06:10.205 [WARN ] [core.karaf.internal.FeatureInstaller] - The binding add-on ‘wol1’ does not exist - ignoring it.
2021-09-20 12:06:10.217 [WARN ] [core.karaf.internal.FeatureInstaller] - The misc add-on ‘market’ does not exist - ignoring it.
2021-09-20 12:06:10.219 [WARN ] [core.karaf.internal.FeatureInstaller] - The misc add-on ‘ruleengine’ does not exist - ignoring it.
2021-09-20 12:06:10.224 [WARN ] [core.karaf.internal.FeatureInstaller] - The persistence add-on ‘mysql’ does not exist - ignoring it.
2021-09-20 12:06:10.233 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘restdocs’ does not exist - ignoring it.
2021-09-20 12:06:10.235 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘homebuilder’ does not exist - ignoring it.
2021-09-20 12:06:10.241 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘classic’ does not exist - ignoring it.
2021-09-20 12:06:10.247 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘habmin’ does not exist - ignoring it.
2021-09-20 12:06:10.249 [WARN ] [core.karaf.internal.FeatureInstaller] - The ui add-on ‘paper’ does not exist - ignoring it.

I know it’s because these thing doesn’T exist anymore, how do I make it so it doesn’t try to load them anymore, like remove trace of there existence?

Thank you

How did you manage your add-ons in OH 2.5? Did you use addons.cfg? If so, remove them from addons.cfg and OH should stop trying to install them. If not, you’ll need to modify /var/lib/openhab/config/org/openhab/addons.config and remove them from there.

2 Likes

I installed them from the paper ui. I’ll check the second link, thanks

it worked, thanks!

Thank you for the explanation. It is clear for me >> LBrands Aces