openHab2 Cloud not online

I can’t get myOpenhab Cloud to come online. I installed OpenHab2 on RPi 2 using APT install. Everything is working fine, but OpenHab2 Cloud does not go online. I am logged into my cloud account, have the secret and UUID set correctly, configured OpenHab2 Cloud in Paper UI with the default path of myOpenHab.org, and even exposed some Items in case that was needed. I also tried removing the secret and UUID to get new values, then updated my Cloud account but no luck. My previous installation of OpenHab2 on my Pine64 with an Openhabian installation logged into my Cloud account just fine. Any suggestion what else I can try?

My Rpi 2 appears to be running an older version of Java as below. Do I need to update this to get myOpenHab to work on openHab2;
java version "1.8.0_65"
Java™ SE Runtime Environment (build 1.8.0_65-b17)
Java HotSpot™ Client VM (build 25.65-b01, mixed mode)

OK, I guess I answered my own question. I updated Java to the latest release and myOpenHab Cloud came online immediately.

java version "1.8.0_131"
Java™ SE Runtime Environment (build 1.8.0_131-b11)
Java HotSpot™ Client VM (build 25.131-b11, mixed mode)

To do the update I followed the helpful link provided in an earlier post by @gijoecool