-
Platform information:
- Hardware: Pi4/8GB RAM
- OS: Linux NAS 6.1.21-v8+ #1642 SMP PREEMPT Mon Apr 3 17:24:16 BST 2023 aarch64 GNU/Linux
- Java Runtime Environment: openjdk 11.0.20 2023-07-18
- openHAB version: Version: 4.0.2 (Build)
-
Issue of the topic:
I am not open a web browser to port 8080 or 8443.
when I check ports listening, I get:
root@NAS:/var/log/openhab# lsof -i -P -n | grep LISTEN
systemd 1 root 33u IPv4 836 0t0 TCP *:111 (LISTEN)
systemd 1 root 35u IPv6 12549 0t0 TCP *:111 (LISTEN)
rpcbind 762 _rpc 4u IPv4 836 0t0 TCP *:111 (LISTEN)
rpcbind 762 _rpc 6u IPv6 12549 0t0 TCP *:111 (LISTEN)
sshd 773 root 3u IPv4 3862 0t0 TCP *:22 (LISTEN)
sshd 773 root 4u IPv6 3864 0t0 TCP *:22 (LISTEN)
rpc.mount 779 root 9u IPv4 3816 0t0 TCP *:60319 (LISTEN)
rpc.mount 779 root 11u IPv6 3820 0t0 TCP *:55667 (LISTEN)
rpc.mount 779 root 13u IPv4 3824 0t0 TCP *:34815 (LISTEN)
rpc.mount 779 root 15u IPv6 3828 0t0 TCP *:45777 (LISTEN)
rpc.mount 779 root 17u IPv4 3832 0t0 TCP *:32999 (LISTEN)
rpc.mount 779 root 19u IPv6 3836 0t0 TCP *:41603 (LISTEN)
exim4 1623 Debian-exim 4u IPv4 20165 0t0 TCP 127.0.0.1:25 (LISTEN)
exim4 1623 Debian-exim 5u IPv6 20166 0t0 TCP [::1]:25 (LISTEN)
smbd 1956 root 46u IPv6 16039 0t0 TCP *:445 (LISTEN)
smbd 1956 root 47u IPv6 16040 0t0 TCP *:139 (LISTEN)
smbd 1956 root 48u IPv4 16041 0t0 TCP *:445 (LISTEN)
smbd 1956 root 49u IPv4 16042 0t0 TCP *:139 (LISTEN)
java 18145 openhab 56u IPv6 58827 0t0 TCP 127.0.0.1:39669 (LISTEN)
2023-08-27 15:11:55.904 [ERROR] [ternal.service.BootFeaturesInstaller] - Error installing boot features
org.apache.felix.resolver.reason.ReasonException: Unable to resolve root: missing requirement [root] osgi.identity; osgi.identity=openhab-runtime-base; type=karaf.feature; version="[4.0.2,4.0.2]"; filter:="(&(osgi.identity=openhab-runtime-base)(type=karaf.feature)(version>=4.0.2)(version<=4.0.2))" [caused by: Unable to resolve openhab-runtime-base/4.0.2: missing requirement [openhab-runtime-base/4.0.2] osgi.identity; osgi.identity=openhab-core-base; type=karaf.feature [caused by: Unable to resolve openhab-core-base/4.0.2: missing requirement [openhab-core-base/4.0.2] osgi.identity; osgi.identity=org.openhab.core.config.core; type=osgi.bundle; version="[4.0.2,4.0.2]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.core.config.core/4.0.2: missing requirement [org.openhab.core.config.core/4.0.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.openhab.core.common.registry)(version>=4.0.0)(!(version>=5.0.0)))" [caused by: Unable to resolve org.openhab.core/4.0.2: missing requirement [org.openhab.core/4.0.2] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=17))"]]]]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.doResolve(ResolverImpl.java:433) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:420) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.ResolverImpl.resolve(ResolverImpl.java:374) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.karaf.features.internal.region.SubsystemResolver.resolve(SubsystemResolver.java:256) ~[?:?]
at org.apache.karaf.features.internal.service.Deployer.deploy(Deployer.java:399) ~[?:?]
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.doProvision(FeaturesServiceImpl.java:1069) ~[?:?]
at org.apache.karaf.features.internal.service.FeaturesServiceImpl.lambda$doProvisionInThread$13(FeaturesServiceImpl.java:1004) ~[?:?]
at java.util.concurrent.FutureTask.run(FutureTask.java:264) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1128) ~[?:?]
at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:628) ~[?:?]
at java.lang.Thread.run(Thread.java:829) ~[?:?]
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve openhab-runtime-base/4.0.2: missing requirement [openhab-runtime-base/4.0.2] osgi.identity; osgi.identity=openhab-core-base; type=karaf.feature [caused by: Unable to resolve openhab-core-base/4.0.2: missing requirement [openhab-core-base/4.0.2] osgi.identity; osgi.identity=org.openhab.core.config.core; type=osgi.bundle; version="[4.0.2,4.0.2]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.core.config.core/4.0.2: missing requirement [org.openhab.core.config.core/4.0.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.openhab.core.common.registry)(version>=4.0.0)(!(version>=5.0.0)))" [caused by: Unable to resolve org.openhab.core/4.0.2: missing requirement [org.openhab.core/4.0.2] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=17))"]]]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve openhab-core-base/4.0.2: missing requirement [openhab-core-base/4.0.2] osgi.identity; osgi.identity=org.openhab.core.config.core; type=osgi.bundle; version="[4.0.2,4.0.2]"; resolution:=mandatory [caused by: Unable to resolve org.openhab.core.config.core/4.0.2: missing requirement [org.openhab.core.config.core/4.0.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.openhab.core.common.registry)(version>=4.0.0)(!(version>=5.0.0)))" [caused by: Unable to resolve org.openhab.core/4.0.2: missing requirement [org.openhab.core/4.0.2] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=17))"]]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.openhab.core.config.core/4.0.2: missing requirement [org.openhab.core.config.core/4.0.2] osgi.wiring.package; filter:="(&(osgi.wiring.package=org.openhab.core.common.registry)(version>=4.0.0)(!(version>=5.0.0)))" [caused by: Unable to resolve org.openhab.core/4.0.2: missing requirement [org.openhab.core/4.0.2] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=17))"]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more
Caused by: org.apache.felix.resolver.reason.ReasonException: Unable to resolve org.openhab.core/4.0.2: missing requirement [org.openhab.core/4.0.2] osgi.ee; filter:="(&(osgi.ee=JavaSE)(version=17))"
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
at org.apache.felix.resolver.Candidates$MissingRequirementError.toException(Candidates.java:1341) ~[org.eclipse.osgi-3.18.0.jar:?]
... 12 more