I gave that a shot. I went to the Zulu download page and downloaded a fresh copy of
zulu11.50.19-ca-jdk11.0.12-linux_aarch32hf.tar.gz, unpacked it and did the update-alternatives stuff to make it the current version for /usr/bin/java. No luck. Same log results in openhab.log as above.
While my situation and the situation in
[solved] OH3 Error installing boot features share the topmost error message of “Error installing boot features”, mine is due to the following exception being thrown
org.osgi.framework.BundleException: Error occurred installing a bundle.
followed by an exception as a result of a problem with a zip file (presumably the bundle file being installed)
the other posts’s next exception is:
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-runtime-base; type=karaf.feature; version="[3.0.0,3.0.0]"; filter:="(&(osgi.identity=openhab-runtime-base)(type=karaf.feature)(version>=3.0.0)(version<=3.0.0))" [caused by: Unable to resolve openhab-runtime-base/3.0.0: missing requirement [openhab-runtime-base/3.0.0] osgi.identity; osgi.identity=openhab-core-io-console-karaf; type=karaf.feature [caused by: Unable to resolve openhab-core-io-console-karaf/3.0.0: missing requirement [openhab-core-io-console-karaf/3.0.0] osgi.identity; osgi.identity=openhab-core-base; type=karaf.feature [caused by: Unable to resolve openhab-core-base/3.0.0: missing requirement [openhab-core-base/3.0.0] osgi.identity; osgi.identity=org.openhab.core.automation; type=osgi.bundle; version="[3.0.0,3.0.0]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.core.automation/3.0.0: missing requirement [org.openhab.core.automation/3.0.0] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.openhab.core)(version>=3.0.0)(!(version>=4.0.0)))" [caused by: Unable to resolve org.openhab.core/3.0.0: missing requirement [org.openhab.core/3.0.0] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=11))"]]]]]