OpenKM stopped working randomly
PostPosted:Wed May 29, 2024 11:20 am
Greetings,
I have used the program for the past 1 year+ without a problem. However, at some point during past few weeks, OpenKM stopped working altogether. I tracked the issue in the log files and it had something to do with SSL and APR connector or something, and after a while I googled and found a working answer to make that problem go away.
However, OpenKM is still not working, but at least I get now something in the OpenKM error log, while earlier only output I got was in catalina.out.
openkm.log gives following warnings before shutdown is initiated:
Any clues how to fix this issue?
Regards
Tuomas
I have used the program for the past 1 year+ without a problem. However, at some point during past few weeks, OpenKM stopped working altogether. I tracked the issue in the log files and it had something to do with SSL and APR connector or something, and after a while I googled and found a working answer to make that problem go away.
However, OpenKM is still not working, but at least I get now something in the OpenKM error log, while earlier only output I got was in catalina.out.
openkm.log gives following warnings before shutdown is initiated:
Code: Select all
catalina logfile says:
2024-05-29 11:11:23,372 [localhost-startStop-1] [] WARN com.openkm.util.ExecutionUtils - Unable to read script: /home/openkm/tomcat-8.5.69/start.bsh
2024-05-29 11:11:23,372 [localhost-startStop-1] [] WARN com.openkm.util.ExecutionUtils - Unable to read jar: /home/openkm/tomcat-8.5.69/start.jar
2024-05-29 11:11:23,376 [localhost-startStop-1] [] WARN c.o.servlet.RepositoryStartupServlet - Unable to read sql: /home/openkm/tomcat-8.5.69/start.sql
Code: Select all
I am quite at loss at this point and why it died on its own. OpenKM is running on Ubuntu 22.04 and my Java version is (according to java -version) java version "1.8.0_361" Java(TM) SE Runtime Environment (build 1.8.0_361-b09)".29-May-2024 11:10:21.896 INFO [main] org.apache.catalina.core.AprLifecycleListener.lifecycleEvent The Apache Tomcat Native library which allows using OpenSSL was not found on the java.library.path: [/usr/java/packages/lib/amd64:/usr/lib64:/lib64:/lib:/usr/lib]
29-May-2024 11:10:22.530 INFO [main] org.apache.coyote.AbstractProtocol.init Initializing ProtocolHandler ["http-nio-0.0.0.0-8080"]
29-May-2024 11:10:22.576 SEVERE [main] org.apache.catalina.core.StandardService.initInternal Failed to initialize connector [Connector[HTTP/1.1-8080]]
Any clues how to fix this issue?
Regards
Tuomas