I installed the latest snapshot according to the instructions on https://www.openhab.org/download/ (package installation). No issues there, but now I can’t access openhab anymore when I browse to :8080, I’m getting a connection refused error. Same thing if I try to use karaf, also results in a connection refused error.
this is my /etc/default/openhab2 file, none of the variables is commented out
OPENHAB_HTTP_PORT=8080
OPENHAB_HTTPS_PORT=8443
OPENHAB_HTTP_ADDRESS=0.0.0.0
OPENHAB_HOME=/usr/share/openhab2
OPENHAB_CONF=/etc/openhab2
OPENHAB_RUNTIME=/usr/share/openhab2/runtime
OPENHAB_USERDATA=/var/lib/openhab2
OPENHAB_LOGDIR=/var/log/openhab2
when I scan the ports on the raspberry using sudo netstat -lptu I can see that none of the ports above is used. using ps -ef I can see that there is a openhab process running, but the log files don’t hold any information other than the shutdown before the upgrade
Does anyone have an idea what might be goign wrong?
Thank you!
Stefan