Hi all,
I am switching from homebrew stuff to OpenHab for all of my home automation. I have installed openhab2 through apt (including Zulu for java8) using the installation instructions on - all on my rpi3 (stretch). when i start it, i do not get anything on port 8080. debugging further i see that errors in openhab.log are lengthy, starting with those below. How to fix this?
2020-04-09 20:50:14.162 [ERROR] [org.apache.felix.scr ] - bundle org.apache.felix.scr:2.1.16 (43)Circular reference detected trying to get service {org.eclipse.smarthome.core.items.MetadataProvider}={service.id=232, service.bundleid=183, service.scope=bundle, component.name=org.eclipse.smarthome.core.semantics.internal.SemanticsMetadataProvider, component.id=121}
stack of references: ServiceReference: {org.eclipse.smarthome.core.items.MetadataProvider}={service.id=232, service.bundleid=183, service.scope=bundle, component.name=org.eclipse.smarthome.core.semantics.internal.SemanticsMetadataProvider, component.id=121}
ServiceReference: {org.eclipse.smarthome.core.items.ItemRegistry}={service.id=231, service.bundleid=133, service.scope=bundle, component.name=org.eclipse.smarthome.core.internal.items.ItemRegistryImpl, component.id=143}
ServiceReference: {org.eclipse.smarthome.core.items.MetadataRegistry}={service.id=230, service.bundleid=133, service.scope=bundle, component.name=org.eclipse.smarthome.core.internal.items.MetadataRegistryImpl, component.id=147}
java.lang.Exception: stack trace
at org.apache.felix.scr.impl.ComponentRegistry.enterCreate(ComponentRegistry.java:485) ~[?:?]
[…]