Is my.openhab offline?

Hi,

I’m trying to connect my.openhab from my web browser (firefox and chrome) but all I get is an empty page. Is there any problem with it?

Works for me. Access with Browser and mobile App without problems.

Works here too, no problems.
The most answered question in this forum since a couple of weeks:
Do you use the latest java version (it’s 101, not 65)???

I have the latest java:

~$ java -version
java version "1.8.0_101"
Java™ SE Runtime Environment (build 1.8.0_101-b13)
Java HotSpot™ 64-Bit Server VM (build 25.101-b13, mixed mode)

Has it worked before (or ever yet)?

Yes, it’s been working until a month ago

Openhab Android app doesn’t work neither

Well, I encountered similar problems also about one month ago, see this thread:

https://community.openhab.org/t/my-openhab-org-is-online-ios-app-doesnt-show-sitemap-solution-java-upgrade/12858

But as sihui posted, a java upgrade was the solution. As you also haven’t access since about a month, it would surprise me if it’s not related to the same problem.

Maybe you have a look at the thread and double/triple-check everything again? Other than that I have no further suggestions, sorry.

You were right. I have updated java in my raspberry pi2 and my.openhab works again. Thank you.

Hi, i have also problems getting myopenHAB online. After updating java i get following message in “run.log”:

/opt/openhab/start.sh: 37: /opt/openhab/start.sh: java: Permission denied

I am no expert, some permissions must be changed, but i have no idea which …

Thanks in advance for some help

Edit:
Okay, here is what helped me:
(Set up Rasp with “2016-09-23-raspbian-jessie.img”)

Follow the instructions from “http://www.openhab.org/getting-started/

Get:
“jdk-8u101-linux-arm32-vfp-hflt.tar.gz” from java.com
Extract to: /opt

sudo update-alternatives --install /usr/bin/javac javac /opt/jdk1.8.0_101/bin/javac 1
sudo update-alternatives --install /usr/bin/java java /opt/jdk1.8.0_101/bin/java 1
sudo update-alternatives --config javac

select the correct version

1 Like