Shutting down openHAB Cloud service connection

Hi, I have been using openhab for a few years now and satisfied. Now I have switched to OH3. This is a clean installation on debian and I can’t connect to the openhab cloud. Below is a listing of debian, the openhab version - the apt package and the java version. Of course, I searched the forum, but the recommended steps don’t help, please don’t think of anyone? thank you very much Mirek

2021-01-12 11:24:14.774 [INFO ] [io.openhabcloud.internal.CloudClient] - Shutting down openHAB Cloud service connection

openhab@debian:~$ cat /etc/issue
Debian GNU/Linux 9 \n \l

openhab@debian:~$ sudo openhab-cli info

Version: 3.0.0 (Build)
User: openhab (Active Process 343)
User Groups: openhab tty dialout cdrom floppy sudo audio dip video plugdev netdev
Directories: Folder Name | Path | User:Group
----------- | ---- | ----------
OPENHAB_HOME | /usr/share/openhab | openhab:openhab
OPENHAB_RUNTIME | /usr/share/openhab/runtime | openhab:openhab
OPENHAB_USERDATA | /var/lib/openhab | openhab:openhab
OPENHAB_CONF | /etc/openhab | openhab:openhab
OPENHAB_LOGDIR | /var/log/openhab | openhab:openhab

URLs: http://10.70.8.77:8080
https://10.70.8.77:8443


openhab@debian:~$ java -version
openjdk version “11.0.6” 2020-01-14
OpenJDK Runtime Environment (build 11.0.6+10-post-Debian-1bpo91)
OpenJDK Server VM (build 11.0.6+10-post-Debian-1bpo91, mixed mode, sharing)

Please read the prerequisits. We strongly don’t recommend to uses OpenJDK Java, but Azul Zulu 11.
There are some issues with OpenJDK, leading to several problems.

thank you very much, so I’m going to try, I can’t install Zulu, so I chose this, unfortunately wrong. thank you MIrek

Why can’t install Zulu ?
Here are instructions for debian:
https://docs.azul.com/zulu/zuludocs/ZuluUserGuide/PrepareZuluPlatform/AttachAPTRepositoryUbuntuOrDebianSys.htm

I follow exactly that, but in the end I have two mistakes:
Note: I select “zulu-repo” instead of “./zulu-repo_1.0.0-2_all.deb”

and then this one

openhab @ debian: ~ $ sudo apt-get install zulu11-jdk
Loading package lists… Done
A dependency tree is created
Loading status information… Done
E: Unable to find zulu11-jdk package

edit: instead sudo apt-get install zulu11-jdk works sudo apt-get install zulu-11 :wink: