openhab / org.openhab.ui.habpanel

OUTDATED repo - HABPanel has moved to the openhab-webui repo!
https://github.com/openhab/openhab-webui
Eclipse Public License 1.0
97 stars 93 forks source link

Cannot install habpanel in b4 #39

Closed SuperOok closed 7 years ago

SuperOok commented 7 years ago

Following this post I installed the snapshot release via apt-get and tried to install the habpanel from within the paperui.

However, I always get this exception: 00:56:54.516 [ERROR] [st.core.extensions.ExtensionResource] - Exception while installing extension: org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-package-standard; type=karaf.feature; version="[2.0.0.b3,2.0.0.b3]"; filter:="(&(osgi.identity=openhab-package-standard)(type=karaf.feature)(version>=2.0.0.b3)(version<=2.0.0.b3))" 00:56:54.531 [INFO ] [smarthome.event.ExtensionEvent ] - ui-habpanel: org.osgi.service.resolver.ResolutionException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-package-standard; type=karaf.feature; version="[2.0.0.b3,2.0.0.b3]"; filter:="(&(osgi.identity=openhab-package-standard)(type=karaf.feature)(version>=2.0.0.b3)(version<=2.0.0.b3))" I guess in the beta 4 the version is 2.0.0.b4 so the dependency to b3 is too strict.

ghost commented 7 years ago

Try updating the latest nightly build. Not sure how you do that via apt-get.

Suggest you post the above issue on the openHAB Community as there will be others there who will be able to help.

SuperOok commented 7 years ago

Ok, I did a vanilla install or my Raspbian from scratch. Now it works. Must have been some messing up with older versions...