问题描述
- web 项目 tomcat 自动关闭
-
2015 12 22 08:44:52 INFO [DataHibernateDao] ******************
2015 12 22 08:44:52 INFO [XmlWebApplicationContext] Closing Root WebApplicationContext: startup date [Tue Dec 22 08:20:32 GMT+08:00 2015]; root of context hierarchy
2015 12 22 08:44:52 INFO [DefaultLifecycleProcessor] Stopping beans in phase 2147483647
2015 12 22 08:44:52 INFO [QuartzScheduler] Scheduler schedulerFactory_$_NON_CLUSTERED paused.
2015 12 22 08:44:52 INFO [DefaultListableBeanFactory] Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@66fdfc58: defining beans [monitorJobDetail,metricJobDetail,deleteFilesJobDetail,monitorCronTrigger,deleteFilesCronTrigger,metricCronTrigger,schedulerFactory,propertyConfigurer,dataSource,sessionFactory,syncService,jobService,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,dataHibernateDao,txManager,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor]; root of factory hierarchy
2015 12 22 08:44:52 INFO [SchedulerFactoryBean] Shutting down Quartz Scheduler
2015 12 22 08:44:52 INFO [QuartzScheduler] Scheduler schedulerFactory_$_NON_CLUSTERED shutting down.
2015 12 22 08:44:52 INFO [QuartzScheduler] Scheduler schedulerFactory_$_NON_CLUSTERED paused.
2015 12 22 08:44:52 INFO [QuartzScheduler] Scheduler schedulerFactory_$_NON_CLUSTERED shutdown complete.
2015 12 22 08:44:52 INFO [LocalSessionFactoryBean] Closing Hibernate SessionFactory
2015 12 22 08:44:52 INFO [SessionFactoryImpl] closing
解决方案
解决方案二:
…有截图吗 怎么操作的?
解决方案三:
是不是用到quartz了,是不是跟这个有关,具体看不出其他信息
解决方案四:
谢谢各位参与,我换了一个tomcat,就可以了。
时间: 2024-10-30 05:56:05