[SOLVED] MyOpenhab says OFFLINE

Hey guys,

today i tried to connect my openhab server instance to MyOpenhab. I did it with the help of the online documentation. Unfortunately the myopenhab website still says openhab offline. I searched the whole internet… but i cant get it running. I hope you can help me out. Say what you need of me!

SOLUTION: Update Java manually to a version .101 or higher!

sudo su
echo "deb http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee /etc/apt/sources.list.d/webupd8team-java.list
echo "deb-src http://ppa.launchpad.net/webupd8team/java/ubuntu xenial main" | tee -a /etc/apt/sources.list.d/webupd8team-java.list
apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv-keys EEA14886
apt-get update
apt-get install oracle-java8-installer
exit

Check your java version, it should be 101 or newer.

More here:

Damn. I thought apt-get update/upgrade would do it. :confused: Sorry and thank you very much!