저는 Spring Quartz 통합을 사용하고 있으며 Tomcat을 종료 할 때마다 Quartz 프로세스가 종료되지 않습니다. 이것은 스택 추적입니다 :Quartz와 Spring을 사용하는 NullPointerException
Exception in thread "org.springframework.scheduling.quartz.SchedulerFactoryBean#0_QuartzSchedulerThread"
java.lang.NullPointerException
at org.apache.commons.logging.LogFactory.getCachedFactory(LogFactory.java:979)
at org.apache.commons.logging.LogFactory.getFactory(LogFactory.java:435)
at org.apache.commons.logging.LogFactory.getLog(LogFactory.java:685)
at org.quartz.core.QuartzSchedulerThread.getLog(QuartzSchedulerThread.java:475)
at org.quartz.core.QuartzSchedulerThread.run(QuartzSchedulerThread.java:404)
누군가가 이것을 전에 보입니까?
어디서이 문서를 찾을 수 있습니까? –
"tomcat context reload static classloader"와 같은 것을 Google에 게재 할 수 있습니다. Tomcat, Spring, Hibernate 및 log4j를 콘서트에서 사용할 때 메모리 누수에 대한 정보를 찾으려고 할 때 많은 것을 읽었던 것을 기억합니다. 그래서 Google도이 콤보를 사용합니다. –