openhab / openhab-distro

The binary distribution of openHAB
https://www.openhab.org/
Eclipse Public License 2.0
1.3k stars 394 forks source link

Second startup: few bindings installed again #341

Closed lolodomo closed 7 years ago

lolodomo commented 7 years ago

At the second startup (snapshot 627), few bindings are installed a second time (they were already installed at the first startup):

2016-12-01 23:32:35.174 [INFO ] [core.karaf.internal.FeatureInstaller] - Installed 'openhab-binding-astro'
2016-12-01 23:32:47.300 [INFO ] [core.karaf.internal.FeatureInstaller] - Installed 'openhab-binding-mios'
2016-12-01 23:32:47.884 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed uninstalling 'openhab-transformation-regex': Feature named 'openhab-transformation-regex/0.0.0' is not installed
2016-12-01 23:33:00.148 [INFO ] [core.karaf.internal.FeatureInstaller] - Installed 'openhab-misc-restdocs'

Note the strange error with the try to uninstall regex. regex installed automatically because mios is installed.

lolodomo commented 7 years ago

I close this issue as I don't reproduce it in OH 2.0 RC1.