[SOLVED] Module java.transaction not found

  • Platform information:
    • Hardware: virtual Machine, enough of everything
    • OS: SUSE Linux Enterprise 15
    • Java Runtime Environment: Zulu11.2+3 (build 11.0.1+13-LTS)
    • openHAB version: 2.3.0
  • Issue of the topic:OpenHAB doesn’t start

I was able to get OpenHAB Package onto a SUSE Linux Enterprise server, but it doesn’t start. I used the *.rpm package from https://dl.bintray.com/openhab/rpm-repo2/stable and installed Zulu from https://cdn.azul.com/zulu/bin/zulu11.2.3-jdk11.0.1-linux.x86_64.rpm

# java --version
openjdk 11.0.1 2018-10-16 LTS
OpenJDK Runtime Environment Zulu11.2+3 (build 11.0.1+13-LTS)
OpenJDK 64-Bit Server VM Zulu11.2+3 (build 11.0.1+13-LTS, mixed mode)

But when trying to run OpenHAB, this is the output I get:

> /usr/share/openhab2/runtime/bin/karaf
Error occurred during initialization of boot layer
java.lang.module.FindException: Module java.transaction not found

How to proceed?

Already found it… I have to use latest Zulu 8 not Zulu 11