Page 1 of 1

Openkm application not opening

PostPosted:Mon Nov 07, 2022 6:13 am
by nishant8900
Hi,
I have installed OpenKM 6.3.12 CE, and my system OS version is Ubuntu 22.04.1 LTS.
I have also installed OpenJDK 1.8 as well. But when I started openkm service, application is not opening and neither i am getting any logs.

Can you plz help with this issue and suggest what can we do to get this resolved.

Thanks

Re: Openkm application not opening

PostPosted:Mon Nov 21, 2022 8:31 am
by jllort
Try to run the application from the command line.
Windows:
Code: Select all
catalina.bat run 
Linux
Code: Select all
catalina.sh run
If the openkm.log file is not created, take a look at catalina.out -> sure it is showing something there. Usually, the problem when the application is not started it is because another application is using the same ports that it uses tomcat ( if this is the problem take a look at this section of the documentation where it is explained how to change the default ports by others https://docs.openkm.com/kcenter/view/ok ... -port.html)