Closed terry-norbraten closed 3 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.
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
PR submitted
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.