Page 1 of 1

OpenKM not working in Ubuntu

PostPosted:Sat Oct 14, 2023 9:59 am
by omidpand
I have installed OpenKM by installer in Ubuntu 22.04, everything goes well, but http://192.168.0.11:8080/OpenKM/ says
This site can’t be reached

I scanned the server and findout the port 8080 is not open
There are no log in the tomcat logs folder
and command catalina.sh start in the bin folder of tomcat says:
catalina.bat: command not found

Tomcat version; 8.5.69
OpenKM version: 6.3.12
MySQL version:
Server version: 8.0.34-0ubuntu0.22.04.1 (Ubuntu)

and Tomcat status:
Code: Select all
 Tomcat.service - LSB: Start and stop Apache Tomcat
     Loaded: loaded (/etc/init.d/Tomcat; generated)
     Active: active (exited) since Sat 2023-10-14 07:57:51 UTC; 2h 4min ago
       Docs: man:systemd-sysv-generator(8)
        CPU: 9ms
Code: Select all
Oct 14 07:57:51 okm systemd[1]: Starting LSB: Start and stop Apache Tomcat...
Oct 14 07:57:51 okm systemd[1]: Started LSB: Start and stop Apache Tomcat.

Re: OpenKM not working in Ubuntu

PostPosted:Tue Oct 17, 2023 11:56 am
by jllort
* Check if you have Java version 1.8 installed and set as the default Java version.
* Check the catalina.out file for some error
* Finally if everything fails, try to run manually ( look for errors ):
./bin/catalina.sh run