-
Type: Bug
-
Status: Done
-
Priority: Medium
-
Resolution: Done
-
Affects Version/s: None
-
Fix Version/s: 1.17.0
-
Component/s: appng-core
-
Labels:None
The following warning appears:
WARNUNG: The web application [ROOT] appears to have started a thread named [HSQLDB Timer @5a379845] but has failed to stop it. This is very likely to create a memory leak. Stack trace of thread: java.lang.Object.wait(Native Method) org.hsqldb.lib.HsqlTimer$TaskQueue.park(Unknown Source) org.hsqldb.lib.HsqlTimer.nextTask(Unknown Source) org.hsqldb.lib.HsqlTimer$TaskRunner.run(Unknown Source) java.lang.Thread.run(Thread.java:748)
The solution is to do a SHUTDOWN instead of just calling server.shutdown().
- relates to
-
APPNG-2130 Thread [Replication Thread] not stopped on application shutdown
- Done