Page 1 of 1

How to interprete catalina.out

PostPosted:Tue Dec 20, 2022 9:18 am
by clarence.simplex
I spend hours and numerous installations to install OpenKM community to no avail.
From an end user observation, the database contains no table which I verified the mariaSQL account was fine by logging in with ID and password via mysql -u xxx -p.

Could anyone shed light to what might have gone wrong via the attached output file(catalina.log)?
Thanks.

Environment: Debian Bullseye with JDK 1.8(java -version) and mariaSQL v15.1(mysql -V)
Source: wget https://sourceforge.net/projects/openkm ... nstall.jar

Note: after running java -jar OKMInstallmjar, java -version returns 11.0.16; there was no error during installation(See OKMInstaller.log in Logs.zip)

Re: How to interprete catalina.out

PostPosted:Mon Jan 02, 2023 9:23 am
by jllort
The application is not starting because you are using JDK 11, you should use version 1.8 to get working.
Code: Select all
20-Dec-2022 16:50:24.869 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Version:           11.0.16+8-post-Debian-1deb11u1
20-Dec-2022 16:50:24.870 INFO [main] org.apache.catalina.startup.VersionLoggerListener.log JVM Vendor:            Debian