Okay Guys…
Now i’ve tryed to download both OH2 and the Habmin2 Again and tested one more time…
I still can’t get this working… The standard UI’s exists and Work, but the Habmin doesn’t Work at all…
I can’t see it from the Dashboard, or when entering http://localhost/habmin/index.html - nothing appears.
I’ve downloaded and unzipped the OH2.0.0 (Also Tested OH2.0.0B1) , putted the Habmin.jar file in the addons (the files is around 4mb when downloaded from GIT)
Then i start the OH2 with the .bat file, and the “main window” opens in the console, and then the normal UI’s Work… But NOT The Habmin… What do i do wrong?
I get following Errors in the Log:
'016-01-20 19:02:48.509 [ERROR] [org.apache.felix.fileinstall ] - Failed to install artifact: D:\openHab\OH2\OH2 \addons\org.openhab.ui.habmin.jar
org.osgi.framework.BundleException: A bundle is already installed with the name "org.openhab.ui.habmin" and version "2.0.0.201601172020"
at org.eclipse.osgi.container.ModuleContainer.install(ModuleContainer.java:254)[org.eclipse.osgi-3.10.2.v20150203-1939.jar:]
at org.eclipse.osgi.storage.Storage.install(Storage.java:515)[org.eclipse.osgi-3.10.2.v20150203-1939.jar:]
at org.eclipse.osgi.internal.framework.BundleContextImpl.installBundle(BundleContextImpl.java:146)[org.eclipse.osgi-3.10.2.v20150203-1939.jar:]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.installOrUpdateBundle(DirectoryWatcher.java:1030)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:946)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.install(DirectoryWatcher.java:865)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:482)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:358)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:310) [8:org.apache.felix.fileinstall:3.5.0]'
Seems like the problems is from the zwave package, when starting the OH2 with only zwave.jar and not the habmin
`2016-01-20 19:06:16.077 [WARN ] [org.apache.felix.fileinstall ] - Error while starting bundle: file:/D:/openHab/OH2/openhab-offline-2.0.0-SNAPSHOT/addons/org.openhab.binding.zwave.jar
org.osgi.framework.BundleException: Could not resolve module: org.openhab.binding.zwave [166]
Unresolved requirement: Import-Package: gnu.io
at org.eclipse.osgi.container.Module.start(Module.java:434)[org.eclipse.osgi-3.10.2.v20150203-1939.jar:]
at org.eclipse.osgi.internal.framework.EquinoxBundle.start(EquinoxBundle.java:393)[org.eclipse.osgi-3.10.2.v20150203-1939.jar:]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundle(DirectoryWatcher.java:1245)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.startBundles(DirectoryWatcher.java:1217)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.doProcess(DirectoryWatcher.java:509)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.process(DirectoryWatcher.java:358)[8:org.apache.felix.fileinstall:3.5.0]
at org.apache.felix.fileinstall.internal.DirectoryWatcher.run(DirectoryWatcher.java:310)[8:org.apache.felix.fileinstall:3.5.0]`