ontologyportal / sigmakee

Sigma Knowledge Engineering Environment
https://www.ontologyportal.org
GNU General Public License v3.0
103 stars 35 forks source link

H2 DB not shutting down properly with tomcat stop #135

Closed terry-norbraten closed 3 weeks ago

terry-norbraten commented 4 weeks ago

After restoration of the PasswordService:

Two exceptions noted in catalina.out during tomcat shutdown stating that H2 was forcefully deregistered to prevent a memory leak. Also, that a couple of threads started by H2 were still going and had to be forced to shutdown.

terry-norbraten commented 4 weeks ago

Fixes are given here: https://github.com/spring-projects/spring-boot/issues/21221 and: https://stackoverflow.com/questions/9972372/what-is-the-proper-way-to-close-h2

terry-norbraten commented 3 weeks ago

PR submitted