注解上的错误。。。。。

本文探讨了在编程中遇到的注解错误,分析了错误的常见原因,并提供了详细的解决步骤和实例,帮助开发者理解并修复注解相关的问题。
摘要由CSDN通过智能技术生成
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server version:        Apache Tomcat/7.0.92
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server built:          Nov 9 2018 11:07:44 UTC
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Server number:         7.0.92.0
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Name:               Windows 10
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: OS Version:            10.0
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Architecture:          amd64
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Java Home:             F:\jdk1.8_64_jre
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Version:           1.8.0_221-b11
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: JVM Vendor:            Oracle Corporation
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_BASE:         F:\tomcat7\apache-tomcat-7.0.92
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: CATALINA_HOME:         F:\tomcat7\apache-tomcat-7.0.92
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -agentlib:jdwp=transport=dt_socket,suspend=y,address=localhost:54961
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -javaagent:E:\lixwcs\eclipse\configuration\org.eclipse.osgi\411\0\.cp\lib\javaagent-shaded.jar
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.base=F:\tomcat7\apache-tomcat-7.0.92
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dcatalina.home=F:\tomcat7\apache-tomcat-7.0.92
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dwtp.deploy=F:\tomcat7\apache-tomcat-7.0.92\wtpwebapps
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Djava.endorsed.dirs=F:\tomcat7\apache-tomcat-7.0.92\endorsed
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.VersionLoggerListener log
信息: Command line argument: -Dfile.encoding=UTF-8
九月 18, 2020 9:11:58 上午 org.apache.catalina.core.AprLifecycleListener lifecycleEvent
信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: F:\jdk1.8_64_jre\bin;C:\WINDOWS\Sun\Java\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;F:\jdk1.8_64\bin;F:\jdk1.8_64\jre\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0\;C:\Program Files (x86)\MySQL\MySQL Utilities 1.3.6\;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\Client SDK\ODBC\130\Tools\Binn\;C:\Program Files (x86)\Microsoft SQL Server\140\DTS\Binn\;C:\Program Files\TortoiseSVN\bin;F:\maven\apache-maven-3.6.0\bin;C:\Program Files (x86)\Microsoft SQL Server\140\Tools\Binn\ManagementStudio\;F:\Gradle\gradle-5.5.1\bin;C:\WINDOWS\System32\OpenSSH\;C:\Users\Administrator\AppData\Local\Microsoft\WindowsApps;;.
九月 18, 2020 9:11:58 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8088"]
九月 18, 2020 9:11:58 上午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-bio-8011"]
九月 18, 2020 9:11:58 上午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 614 ms
九月 18, 2020 9:11:58 上午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
九月 18, 2020 9:11:58 上午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.92
九月 18, 2020 9:11:59 上午 org.apache.catalina.loader.WebappClassLoaderBase validateJarFile
信息: validateJarFile(D:\java\wokerspace-hy2\eclipse5(hy)\hySmartFoxApp\htdocs\WEB-INF\lib\servlet-api.jar) - jar not loaded. See Servlet Spec 3.0, section 10.7.2. Offending class: javax/servlet/Servlet.class
九月 18, 2020 9:12:03 上午 org.apache.catalina.startup.TldConfig execute
信息: At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.
九月 18, 2020 9:12:03 上午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
九月 18, 2020 9:12:03 上午 org.apache.catalina.core.ApplicationContext log
信息: Set web app root system property: 'web.root' = [D:\java\wokerspace-hy2\eclipse5(hy)\hySmartFoxApp\htdocs\]
九月 18, 2020 9:12:03 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing log4j from [D:\java\wokerspace-hy2\eclipse5(hy)\hySmartFoxApp\htdocs\WEB-INF\conf\log4j.properties]
log4j:ERROR Could not find value for key log4j.appender.CONSOLE
log4j:ERROR Could not instantiate appender named "CONSOLE".
九月 18, 2020 9:12:04 上午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
INFO: 20-09-18 09:12:04 Root WebApplicationContext: initialization started
INFO: 20-09-18 09:12:04 Refreshing Root WebApplicationContext: startup date [Fri Sep 18 09:12:04 CST 2020]; root of context hierarchy
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-freemarker.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-aop.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-quart.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-framework.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-persistence.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-component.xml]
INFO: 20-09-18 09:12:04 Loading XML bean definitions from ServletContext resource [/WEB-INF/conf/spring/spring-database.xml]
INFO: 20-09-18 09:12:08 Pre-instantiating singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@41dee82a: defining beans [timestampDirective,select,freemarkerConfig,smsQuartzJob,cmsArticleUnstickJob,companyQuartzJob,exchangeQuartzJob,voteQuartzJob,cmtComplainQuartzJob,weChatQuartzJob,creditQuartzJob,meetingQuartzJob,jobTask,unstickJobTask,companyJobTask,exchangeJobTask,voteJobTask,cmtComplainTask,weChatTask,creditJobTask,meetingJobTask,doTime,doTime2,doTime3,doTime4,doTime5,doTime6,doTime7,doTime8,doTime9,startQuertz,springUtils,captchaEngine,captchaService,sqlMapper,sqlSessionFactory,org.mybatis.spring.mapper.MapperScannerConfigurer#0,org.mybatis.spring.mapper.MapperScannerConfigurer#1,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,sysAttachDefineService,sysAttachService,sysBranchService,sysDictionaryService,sysDistrictService,sysGroupDistrictService,sysGroupMemberService,sysGroupService,sysMenuFunctionService,sysMenuService,sysPrivilegeService,sysRoleService,sysUserBindService,sysUserLogService,sysUserRoleService,sysUserService,sysVerificationService,sysAttachDao,sysAttachDefineDao,sysBranchDao,sysDictionaryDao,sysDistrictDao,sysGroupDao,sysGroupDistrictDao,sysGroupMemberDao,sysMenuDao,sysMenuFunctionDao,sysPrivilegeDao,sysRoleDao,sysUserBindDao,sysUserDao,sysUserLogDao,sysUserRoleDao,sysVerificationDao,platform,bidAcctNoService,bidAgentBackService,bidAgentRestartService,bidAgentService,bidAttachService,bidBidderService,bidChangeInfoService,bidCommitteeInfoService,bidCommitteeMemberService,bidCommitteeService,bidDepositService,bidEvaOpenService,bidEvaScoreDefineService,bidEvaScoreService,bidEvaSkillService,bidEvaSumbitService,bidExpertApplyService,bidExpertExcludeService,bidExpertItemService,bidExpertRandomService,bidExpertService,bidExpertTimesService,bidMessageAccountService,bidMessageApplyService,bidMessageBankCheckService,bidMessageCheckService,bidMessageHeaderService,bidMessageKeyService,bidMessageRefundCheckService,bidMessageRefundResultService,bidMessageRefundService,bidProjectDistrictService,bidProjectInfoService,bidProjectService,bidProtocolApplyService,bidPublicityService,bidRecordApplyService,bidRecordService,bidSurveyService,bidVerifyApplyService,bidVerifyService,betweenProjectAuditService,busiAttachDefineService,busiAttachService,busiBusinessService,busiCommitteeMemberService,busiCommitteeService,busiCommitteeVoteService,busiDistrictService,busiFileChangeService,busiFileExtChargeService,busiFileExtService,busiFileInfoService,busiFileProjectService,busiInfoExpertService,busiOpinionService,busiProjectDistrictInfoService,busiProjectDistrictService,busiProjectPropertyService,busiPropertyCheckService,exGdbsBjService,exGdbsSbService,exGdbsSlService,exGdbsSpclService,unitUserService,cmsArticleLogService,cmsArticleService,cmsAttachmentService,cmsAudioService,cmsBadwordService,cmsCatalogConfigService,cmsCatalogService,cmsImageRelaService,cmsImageService,cmsSiteService,cmsVideoService,committeeApplyCheckService,committeeApplyOpinionService,committeeApplyService,committeeAttachService,committeeCheckReportService,committeeCompanyService,committeeElectResultService,committeeInfoService,committeeMemberService,committeePublicityCheckService,committeePublicityService,committeeRecordCheckService,committeeRepairApplyCheckService,committeeRepairApplyService,committeeRepairAttachService,committeeRepairOpinionService,committeeRepairPriceService,committeeRepairReportAuditService,committeeRepairReportService,committeeRepairService,committeeVoteResultService,cmnAttachDefineService,cmnAttachService,cmnCommitteeDistrictService,cmnCommitteeMemberService,cmnCommitteeService,cmnCommitteeStaffService,cmnCommitteeVoteService,cmnCreditService,cmnDistrictService,cmnProjectMateRoomService,cmnProjectService,cmnPropertyCertService,cmnPropertyExtChargeService,cmnPropertyExtService,cmnPropertyInfoService,cmnPropertyProjectService,cmnPropertyStaffService,cmnWeixinService,companyInfoService,serComplainApplyService,serComplainAttachService,serComplainChangeItemService,serComplainChangeService,serComplainInfoService,serComplainItemService,serComplainScoreService,creditApplyService,creditAttachService,creditChangeItemService,creditChangeService,creditInfoService,creditItemService,creditScoreService,officialDocumentFeedbackService,officialDocumentService,excAuditService,excLetterService,expApplyDefineService,expApplyService,expAttachService,expCertificationService,expExperienceService,expExpertInfoService,expParticipateService,expRecordService,flowProcessInstService,flowProcessItemActService,flowProcessItemInstService,flowProcessItemService,flowProcessService,flowService,ivrDialService,ivrDtmfreportService,ivrSingleCallService,meetingInfoService,meetingSignService,meetingTargetService,myFileCatalogService,myFileService,myJobService,priceApplyService,priceAttachService,pricePublicityService,prophaseApplyService,prophaseAttachService,prophaseInfoService,radExpertApplyService,radExpertExcludeService,radExpertItemService,radExpertRandomService,radExpertService,radExpertTimesService,radRandomTimesService,doubleRandomItemService,doubleRandomService,smsAddrService,smsCatalogService,smsMoService,smsMtService,smsRptService,smsTemplateService,wjAnswerOptionService,wjAnswerService,wjInfoService,wjQuestionOptionService,wjQuestionService,bidAcctNoDao,bidAgentBackDao,bidAgentDao,bidAgentRestartDao,bidAttachDao,bidBidderDao,bidChangeInfoDao,bidCommitteeDao,bidCommitteeInfoDao,bidCommitteeMemberDao,bidDepositDao,bidEvaOpenDao,bidEvaScoreDao,bidEvaScoreDefineDao,bidEvaSkillDao,bidEvaSumbitDao,bidExpertApplyDao,bidExpertDao,bidExpertExcludeDao,bidExpertItemDao,bidExpertRandomDao,bidExpertTimesDao,bidMessageAccountDao,bidMessageApplyDao,bidMessageBankCheckDao,bidMessageCheckDao,bidMessageHeaderDao,bidMessageKeyDao,bidMessageRefundCheckDao,bidMessageRefundDao,bidMessageRefundResultDao,bidProjectDao,bidProjectDistrictDao,bidProjectInfoDao,bidProtocolApplyDao,bidPublicityDao,bidRecordApplyDao,bidRecordDao,bidSurveyDao,bidVerifyApplyDao,bidVerifyDao,betweenProjectAuditDao,busiAttachDao,busiAttachDefineDao,busiBusinessDao,busiCommitteeDao,busiCommitteeMemberDao,busiCommitteeVoteDao,busiDistrictDao,busiFileChangeDao,busiFileExtChargeDao,busiFileExtDao,busiFileInfoDao,busiFileProjectDao,busiInfoExpertDao,busiOpinionDao,busiProjectDistrictDao,busiProjectDistrictInfoDao,busiProjectPropertyDao,busiPropertyCheckDao,exGdbsBjDao,exGdbsSbDao,exGdbsSlDao,exGdbsSpclDao,unitUserDao,cmsArticleDao,cmsArticleLogDao,cmsAttachmentDao,cmsAudioDao,cmsBadwordDao,cmsCatalogConfigDao,cmsCatalogDao,cmsImageDao,cmsImageRelaDao,cmsSiteDao,cmsVideoDao,committeeApplyCheckDao,committeeApplyDao,committeeApplyOpinionDao,committeeAttachDao,committeeCheckReportDao,committeeCompanyDao,committeeElectResultDao,committeeInfoDao,committeeMemberDao,committeePublicityCheckDao,committeePublicityDao,committeeRapairPriceDao,commi
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值