openkm 7 CE and windows server 2016
PostPosted:Mon Apr 13, 2026 8:10 pm
I tried to install, using the windows package, on a virtualized windows server 2016 without success. The installation process has apparently terminated correctly, MySQL has been also installed. jdk-11.0.24.8 and tomcat-9.0.115\ are in place and the openkm service is up. But http://localhost:8080/openkm returns "impossible to find the page".
localhost acces log:
0:0:0:0:0:0:0:1 - - [13/Apr/2026:21:49:08 +0200] "GET / HTTP/1.1" 302 -
0:0:0:0:0:0:0:1 - - [13/Apr/2026:21:49:08 +0200] "GET /openkm HTTP/1.1" 404 -
openkm.log:
2026-04-13 21:56:11.052 WARN 3052 --- [main] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'entityManagerFactory': java.lang.IllegalStateException: EntityManagerFactory is closed
2026-04-13 21:56:11.052 INFO 3052 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-04-13 21:56:11.068 INFO 3052 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
Any suggestion?
localhost acces log:
0:0:0:0:0:0:0:1 - - [13/Apr/2026:21:49:08 +0200] "GET / HTTP/1.1" 302 -
0:0:0:0:0:0:0:1 - - [13/Apr/2026:21:49:08 +0200] "GET /openkm HTTP/1.1" 404 -
openkm.log:
2026-04-13 21:56:11.052 WARN 3052 --- [main] o.s.b.f.support.DisposableBeanAdapter : Invocation of destroy method failed on bean with name 'entityManagerFactory': java.lang.IllegalStateException: EntityManagerFactory is closed
2026-04-13 21:56:11.052 INFO 3052 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2026-04-13 21:56:11.068 INFO 3052 --- [main] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown completed.
Any suggestion?