开发者

Exception when stopping container for a with Spring + Quartz + Tomcat web application

开发者 https://www.devze.com 2023-03-05 10:16 出处:网络
When stopping Tomcat, I am getting the following exception: ...appears to have started a thread named [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] but has failed to stop

When stopping Tomcat, I am getting the following exception:

...appears to have started a thread named [org.springframework.scheduling.quartz.SchedulerFactoryBean#0_Worker-10] but has failed to stop it. This is very likely to crea开发者_Go百科te a memory leak.

How can I prevent it? I already have the destroy-method set to destroy on the SchedulerFactoryBean bean.


Just to say...

We have exactely the same error with Grails (wich is Spring -based) & Quartz on a tomcat server... The thread that can't be stopped are from Quartz pool We've never managed to correct that

0

精彩评论

暂无评论...
验证码 换一张
取 消