UI's not installed on openHAB 2.4.0 Build #1300

Hello,

Anyone problems with he latest openHAB 2.4.0 Build #1300. It seems that the UI’s are not installed…after 2 hours… a reboot did not help.

afbeelding

same here

There’s already an issue for this:

Looks like the issue is resolved in 2.4.0-SNAPSHOT build # 1301 thanks to @Kai. :sun_with_face:

also installed #1301 now, but still got the same issue :frowning:

Are there any errors showing in the openHAB logging @e36Alex?

2018-06-15 18:40:01.276 [ERROR] [core.karaf.internal.FeatureInstaller] - Failed installing 'openhab-binding-hue, openhab-binding-exec, openhab-binding-ftpupload, openhab-misc-openhabcloud, openhab-misc-restdocs, openhab-binding-network, openhab-persistence-influxdb, openhab-ui-habpanel, openhab-persistence-mysql, openhab-transformation-map, openhab-binding-logreader, openhab-ui-habmin, openhab-transformation-xslt, openhab-binding-lgtv1, openhab-transformation-exec, openhab-binding-systeminfo, openhab-ui-paper, openhab-binding-market:binding-3805847, openhab-transformation-scale, openhab-binding-http1, openhab-ui-homebuilder, openhab-persistence-jdbc-mysql, openhab-misc-market, openhab-binding-amazondashbutton, openhab-transformation-javascript, openhab-misc-azureiothub, openhab-binding-plex1, openhab-binding-weather1, openhab-transformation-regex, openhab-misc-ruleengine, openhab-binding-yamahareceiver, openhab-transformation-jsonpath, openhab-binding-zwave, openhab-binding-tankerkoenig, openhab-transformation-xpath, openhab-ui-basic, openhab-misc-homekit, openhab-binding-fritzboxtr0641, openhab-binding-astro, openhab-binding-icloud': Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-misc-azureiothub; type=karaf.feature; version="[2.4.0.SNAPSHOT,2.4.0.SNAPSHOT]"; filter:="(&(osgi.identity=openhab-misc-azureiothub)(type=karaf.feature)(version>=2.4.0.SNAPSHOT)(version<=2.4.0.SNAPSHOT))" [caused by: Unable to resolve openhab-misc-azureiothub/2.4.0.SNAPSHOT: missing requirement [openhab-misc-azureiothub/2.4.0.SNAPSHOT] osgi.identity; osgi.identity=org.openhab.io.azureiothub; type=osgi.bundle; version="[2.4.0.201806151417,2.4.0.201806151417]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.io.azureiothub/2.4.0.201806151417: missing requirement [org.openhab.io.azureiothub/2.4.0.201806151417] osgi.wiring.package; filter:="(osgi.wiring.package=org.eclipse.paho.client.mqttv3)"]]

Thanks! I’ve created PR #3671 which should fix that.

Meanwhile you can get your runtime to start by removing misc-azureiothub from services/addons.cfg.

You can then get a working Azure IoT Hub using the following commands on the Console:

feature:install openhab-transport-mqtt
feature:install openhab-misc-azureiothub
1 Like

thanks for that! OH is starting again :wink:

1 Like