When stopping Tomcat, I get the following exception:
... seems to have started a thread with the name [ org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10], but could not stop it. This will likely lead to a memory leak.
How can I prevent this? I already have it installed destroy-methodon destroya SchedulerFactoryBeanbean.
source
share