[SOLVED] Failed installing Feature

Hi,
since 2.5 Updates I got these errors every minute:

2019-01-05 10:04:10.857 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-binding-3831369': Error restarting bundles:

	Exception in org.eclipse.smarthome.io.rest.sse.internal.SseActivator.start() of bundle org.eclipse.smarthome.io.rest.sse.

How can I remove this bundle?feature?binding?

I would like to understand and not just copy some console-commands…
There seems to be an unknown binding.
What is the best way to detect it, if I only know the name from the error message?

Thank for your help

Michael

This looks like a market place binding
Do you have any of these installed?
Have you added some in your addons.cfg?

If you can’t remove it via Paper UI, you can also remove it by editing:

  • /etc/openhab2/services/addons.cfg
  • /var/lib/openhab2/config/org/openhab/addons.config

add-ons.cfg is empty (everything is #ed)
But in /var/lib/openhab2/config/org/openhab/addons.config I can find:

binding="knx,[...],binding-3831369,[...],amazonechocontrol"

After removing it there and restarting OH the error didn’t appeared again.

2 Likes

If you comment lines in addons.cfg they will remain in addons.config. :frowning:

1 Like

Coolio, please tick the solution, Thanks