当前位置: 代码迷 >> Java Web开发 >> org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc解决方法
  详细解决方案

org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc解决方法

热度:3031   发布时间:2016-04-16 22:10:01.0
org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
ibernate: select this_.id as id72_0_, this_.notice_sms as notice2_72_0_, this_.notice_mail as notice3_72_0_, this_.study_sms as study4_72_0_, this_.study_mail as study5_72_0_, this_.user_audit_sms as user6_72_0_, this_.user_audit_mail as user7_72_0_, this_.plan_audit_sms as plan8_72_0_, this_.plan_audit_mail as plan9_72_0_, this_.study_limit as study10_72_0_, this_.study_time as study11_72_0_, this_.stmt_server as stmt12_72_0_, this_.mail_address as mail13_72_0_, this_.mail_password as mail14_72_0_, 
Hibernate: select this_.id as id96_0_, this_.organize_no as organize2_96_0_, this_.organize_name as organize3_96_0_, this_.organize_parent_no as organize4_96_0_, this_.add_user as add5_96_0_, this_.add_date as add6_96_0_, this_.add_ip as add7_96_0_, this_.order_no as order8_96_0_, this_.remark as remark96_0_, this_.category as category96_0_ from train_system_organize this_
2012-07-04 21:26:52,332  INFO (com.jerehnet.trainExam.listener.LoadInitDataListener:272) - 系统启动完成
2012-07-04 21:26:52,333  INFO (org.springframework.beans.factory.support.DefaultListableBeanFactory:421) - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@190c5c0: defining beans [org.springframework.aop.config.internalAutoProxyCreator,org.springframework.transaction.annotation.AnnotationTransactionAttributeSource#0,org.springframework.transaction.interceptor.TransactionInterceptor#0,org.springframework.transaction.config.internalTransactionAdvisor,taskExecutor,loadInitDataListener,trainBaseService,trainRegionService,trainAgentService,trainAgentBranchService,trainUserService,trainDealerVehiclesService,trainCertificateService,trainDictionaryService,trainNewsService,trainUserBiographicalService,trainFeedbackService,trainKnowledgeService,trainBookService,trainBulletinViewService,webUploadService,trainQuestionStorageService,trainTrainingCourseService,trainTrainingService,trainTrainingAnswerService,trainTrainingApplicationsDetailService,trainTrainingApplicationsService,analysisService,trainClientyearplanService,trainClientmonthplanService,trainClientfactService,trainClientinfoService,trainClientstatService,trainSelfyearplanService,trainSelfmonthplanService,trainSelfstatService,trainDealerVehiclesHistoryService,trainRegioncountService,trainSelffactService,trainSelfinfoService,trainSelfregioncountService,trainClientallregionService,trainSelfallregionService,saleTrainContactService,trainSubjectService,trainPurviewService,trainRolesService,trainProcessService,trainBugService,trainAddressIpService,clothingService,trainSystemMenuService,trainCatalogService,trTestPaperService,trainMyCollectionService,trainLogsService,trainServiceSurveyService,trSystemOrganizeService,trainMultiProcessService,postService,trainTrianInfoService,trainPromotionTraceService,trSaleAuthorizeService,trainInformationRemindService,trainLearningMaterialsService,trSaleLectorService,trainSaleCaseService,trainAbilityService,trainSchemeService,trAssessmentService,trainEvaluationService,trCareerPlanningService,trainVoteService,trBbsService,org.springframework.beans.factory.annotation.AutowiredAnnotationBeanPostProcessor#0,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,transactionManager,dataSource,sessionFactory,trainBaseDao,trainRegionDAO,trainAgentDAO,trainAgentBranchDAO,trainUserDAO,trainCertificateDAO,trainDealerVehiclesDAO,trainDictionaryDAO,trainNewsDAO,trainUserBiographicalDAO,trainFeedbackDAO,trainKnowledgeDAO,trainBookDAO,trainBulletinViewDAO,webUploadDAO,trainQuestionStorageDAO,trainTrainingCourseDAO,trainTrainingDAO,trainTrainingAnswerDAO,trainTrainingApplicationsDetailDAO,trainTrainingApplicationsDAO,analysisDAO,trainClientyearplanDAO,trainClientmonthplanDAO,trainClientfactDAO,trainClientinfoDAO,trainClientstatDAO,trainSelfyearplanDAO,trainSelfmonthplanDAO,trainSelfstatDAO,trainDealerVehiclesHistoryDAO,trainRegioncountDAO,trainSelffactDAO,trainSelfinfoDAO,trainSelfregioncountDAO,trainClientallregionDAO,trainSelfallregionDAO,saleTrainContactDAO,trainSubjectDAO,trainPurviewDAO,trainRolesDAO,trainProcessDAO,trainBugDAO,trainAddressIpDAO,trainClothingDAO,trainSystemMenuDAO,trTestPaperDAO,trainCatalogDAO,trainMyCollectionDAO,trainLogsDAO,trainServiceSurveyDAO,trSystemOrganizeDao,trainMultiProcessDAO,postDao,trainTrianInfoDAO,trainPromotionTraceDAO,trSaleAuthorizeDAO,trainInformationRemindDAO,trainLearningMaterialsDAO,trSaleLectorDAO,trainSaleCaseDAO,trainAbilityDAO,trainSchemeDAO,trAssessmentDAO,trainEvaluationDAO,trCareerPlanningDAO,trBbsDAO,trainVoteDAO]; root of factory hierarchy
2012-07-04 21:26:52,343  INFO (org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor:349) - Shutting down ThreadPoolExecutor 'taskExecutor'
2012-07-04 21:26:52,343  INFO (org.springframework.orm.hibernate3.LocalSessionFactoryBean:246) - Closing Hibernate SessionFactory
2012-07-04 21:26:52,344  INFO (org.hibernate.impl.SessionFactoryImpl:729) - closing
2012-7-4 21:26:52 org.apache.catalina.loader.WebappClassLoader clearReferencesJdbc
严重: The web application [/] registered the JDBC driver [com.mysql.jdbc.Driver] but failed to unregister it when the web application was stopped. To prevent a memory leak, the JDBC Driver has been forcibly unregistered.
  相关解决方案