• eclipse的jdk版本和spring冲突问题WARN XmlWebApplicationContext:1060


    项目环境:

    jdk1.8

    tomcat7

    问题:eclipse启动tomcat后控制台报如下错误:

    WARN XmlWebApplicationContext:1060 - Exception thrown from LifecycleProcessor on context close

    详细如下:

    四月 12, 2018 8:49:50 下午 org.apache.catalina.core.AprLifecycleListener init
    信息: The APR based Apache Tomcat Native library which allows optimal performance in production environments was not found on the java.library.path: D:Developjavajdk1.8.0_112in;C:WindowsSunJavain;C:Windowssystem32;C:Windows;D:Developjavajdk1.8.0_112jrein;D:/Develop/java/jdk1.8.0_112/bin/../jre/bin/server;D:/Develop/java/jdk1.8.0_112/bin/../jre/bin;D:/Develop/java/jdk1.8.0_112/bin/../jre/lib/amd64;C:Program Files (x86)Common FilesIntelShared FilescppinIntel64;D:Developapache-maven-3.5.0in;D:Developjavajdk1.8.0_112in;C:Windowssystem32;C:Windows;C:WindowsSystem32Wbem;C:WindowsSystem32WindowsPowerShellv1.0;D:Developmysql5.5in;D:Developapache-cxf-3.2.1in;D:DevelopTortoiseSVNin;C:Program Files (x86)Microsoft SQL Server100ToolsBinn;C:Program FilesMicrosoft SQL Server100ToolsBinn;C:Program FilesMicrosoft SQL Server100DTSBinn;C:Program Files (x86)Microsoft SQL Server100ToolsBinnVSShellCommon7IDE;C:Program Files (x86)Microsoft Visual Studio 9.0Common7IDEPrivateAssemblies;C:Program Files (x86)Microsoft SQL Server100DTSBinn;D:Develop
    odejs;D:Develop
    odejs
    ode_global;D:Developpython3.6;D:Developfiddler;D:Develop
    odejs
    ode_global;C:Developeclipse-jee-mars-R-win32-x86_64;;.
    四月 12, 2018 8:49:50 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin
    警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:yycg1026' did not find a matching property.
    四月 12, 2018 8:49:50 下午 org.apache.coyote.AbstractProtocol init
    信息: Initializing ProtocolHandler ["http-bio-8080"]
    四月 12, 2018 8:49:50 下午 org.apache.coyote.AbstractProtocol init
    信息: Initializing ProtocolHandler ["ajp-bio-8009"]
    四月 12, 2018 8:49:50 下午 org.apache.catalina.startup.Catalina load
    信息: Initialization processed in 713 ms
    四月 12, 2018 8:49:50 下午 org.apache.catalina.core.StandardService startInternal
    信息: Starting service Catalina
    四月 12, 2018 8:49:50 下午 org.apache.catalina.core.StandardEngine startInternal
    信息: Starting Servlet Engine: Apache Tomcat/7.0.52
    四月 12, 2018 8:49:51 下午 org.apache.catalina.util.SessionIdGenerator createSecureRandom
    信息: Creation of SecureRandom instance for session ID generation using [SHA1PRNG] took [225] milliseconds.
    四月 12, 2018 8:49:56 下午 org.apache.catalina.core.ApplicationContext log
    信息: No Spring WebApplicationInitializer types detected on classpath
    SLF4J: Class path contains multiple SLF4J bindings.
    SLF4J: Found binding in [jar:file:/E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/lib/slf4j-log4j12-1.7.2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: Found binding in [jar:file:/E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/lib/slf4j-log4j12-1.7.5.jar!/org/slf4j/impl/StaticLoggerBinder.class]
    SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
    四月 12, 2018 8:49:56 下午 org.apache.catalina.core.ApplicationContext log
    信息: Initializing Spring root WebApplicationContext
    20:49:56,145  INFO ContextLoader:272 - Root WebApplicationContext: initialization started
    20:49:56,231 DEBUG StandardServletEnvironment:112 - Initializing new StandardServletEnvironment
    20:49:56,233 DEBUG StandardServletEnvironment:107 - Adding [servletConfigInitParams] PropertySource with lowest search precedence
    20:49:56,233 DEBUG StandardServletEnvironment:107 - Adding [servletContextInitParams] PropertySource with lowest search precedence
    20:49:56,239 DEBUG StandardServletEnvironment:107 - Adding [jndiProperties] PropertySource with lowest search precedence
    20:49:56,240 DEBUG StandardServletEnvironment:107 - Adding [systemProperties] PropertySource with lowest search precedence
    20:49:56,240 DEBUG StandardServletEnvironment:107 - Adding [systemEnvironment] PropertySource with lowest search precedence
    20:49:56,241 DEBUG StandardServletEnvironment:116 - Initialized StandardServletEnvironment with PropertySources [servletConfigInitParams,servletContextInitParams,jndiProperties,systemProperties,systemEnvironment]
    20:49:56,243  INFO XmlWebApplicationContext:510 - Refreshing Root WebApplicationContext: startup date [Thu Apr 12 20:49:56 GMT+08:00 2018]; root of context hierarchy
    20:49:56,248 DEBUG StandardServletEnvironment:172 - Replacing [servletContextInitParams] PropertySource with [servletContextInitParams]
    20:49:56,318 DEBUG StandardEnvironment:112 - Initializing new StandardEnvironment
    20:49:56,318 DEBUG StandardEnvironment:107 - Adding [systemProperties] PropertySource with lowest search precedence
    20:49:56,319 DEBUG StandardEnvironment:107 - Adding [systemEnvironment] PropertySource with lowest search precedence
    20:49:56,319 DEBUG StandardEnvironment:116 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
    20:49:56,322 DEBUG StandardEnvironment:112 - Initializing new StandardEnvironment
    20:49:56,323 DEBUG StandardEnvironment:107 - Adding [systemProperties] PropertySource with lowest search precedence
    20:49:56,326 DEBUG StandardEnvironment:107 - Adding [systemEnvironment] PropertySource with lowest search precedence
    20:49:56,327 DEBUG StandardEnvironment:116 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
    20:49:56,354  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/classes/spring/applicationContext.xml]
    20:49:56,357 DEBUG DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
    20:49:56,405 DEBUG PluggableSchemaResolver:140 - Loading schema mappings from [META-INF/spring.schemas]
    20:49:56,410 DEBUG PluggableSchemaResolver:146 - Loaded schema mappings: {http://www.springframework.org/schema/jee/spring-jee-3.2.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.springframework.org/schema/util/spring-util.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.1.xsd=org/springframework/web/servlet/config/spring-mvc-3.1.xsd, http://www.springframework.org/schema/task/spring-task.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.1.xsd=org/springframework/beans/factory/xml/spring-beans-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/aop/spring-aop-3.0.xsd=org/springframework/aop/config/spring-aop-3.0.xsd, http://www.springframework.org/schema/task/spring-task-3.1.xsd=org/springframework/scheduling/config/spring-task-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop-2.0.xsd=org/springframework/aop/config/spring-aop-2.0.xsd, http://www.springframework.org/schema/tool/spring-tool-2.5.xsd=org/springframework/beans/factory/xml/spring-tool-2.5.xsd, http://www.springframework.org/schema/beans/spring-beans.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-2.5.xsd=org/springframework/ejb/config/spring-jee-2.5.xsd, http://www.activiti.org/schema/spring/components/activiti-5.0.xsd=org/activiti/spring/components/config/xml/activit-5.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.1.xsd=org/springframework/jdbc/config/spring-jdbc-3.1.xsd, http://www.springframework.org/schema/tool/spring-tool-3.1.xsd=org/springframework/beans/factory/xml/spring-tool-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-3.1.xsd=org/springframework/ejb/config/spring-jee-3.1.xsd, http://www.springframework.org/schema/aop/spring-aop.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.2.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/context/spring-context-3.2.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.0.xsd=org/springframework/beans/factory/xml/spring-beans-2.0.xsd, http://www.springframework.org/schema/util/spring-util-3.2.xsd=org/springframework/beans/factory/xml/spring-util-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.0.xsd=org/springframework/web/servlet/config/spring-mvc-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.2.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.0.xsd=org/springframework/beans/factory/xml/spring-beans-3.0.xsd, http://www.springframework.org/schema/cache/spring-cache-3.2.xsd=org/springframework/cache/config/spring-cache-3.2.xsd, http://www.springframework.org/schema/task/spring-task-3.0.xsd=org/springframework/scheduling/config/spring-task-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-2.5.xsd=org/springframework/transaction/config/spring-tx-2.5.xsd, http://www.springframework.org/schema/context/spring-context-2.5.xsd=org/springframework/context/config/spring-context-2.5.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.0.xsd=org/springframework/jdbc/config/spring-jdbc-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool-3.0.xsd=org/springframework/beans/factory/xml/spring-tool-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx.xsd=org/springframework/transaction/config/spring-tx-3.2.xsd, http://www.springframework.org/schema/lang/spring-lang.xsd=org/springframework/scripting/config/spring-lang-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-2.0.xsd=org/springframework/beans/factory/xml/spring-tool-2.0.xsd, http://www.springframework.org/schema/util/spring-util-2.5.xsd=org/springframework/beans/factory/xml/spring-util-2.5.xsd, http://www.springframework.org/schema/lang/spring-lang-2.5.xsd=org/springframework/scripting/config/spring-lang-2.5.xsd, http://www.springframework.org/schema/aop/spring-aop-3.2.xsd=org/springframework/aop/config/spring-aop-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee-3.0.xsd=org/springframework/ejb/config/spring-jee-3.0.xsd, http://www.springframework.org/schema/tx/spring-tx-3.1.xsd=org/springframework/transaction/config/spring-tx-3.1.xsd, http://www.springframework.org/schema/jee/spring-jee-2.0.xsd=org/springframework/ejb/config/spring-jee-2.0.xsd, http://www.springframework.org/schema/context/spring-context-3.1.xsd=org/springframework/context/config/spring-context-3.1.xsd, http://www.springframework.org/schema/util/spring-util-3.1.xsd=org/springframework/beans/factory/xml/spring-util-3.1.xsd, http://www.springframework.org/schema/lang/spring-lang-3.1.xsd=org/springframework/scripting/config/spring-lang-3.1.xsd, http://www.springframework.org/schema/cache/spring-cache-3.1.xsd=org/springframework/cache/config/spring-cache-3.1.xsd, http://www.springframework.org/schema/context/spring-context.xsd=org/springframework/context/config/spring-context-3.2.xsd, http://www.springframework.org/schema/jee/spring-jee.xsd=org/springframework/ejb/config/spring-jee-3.2.xsd, http://www.activiti.org/schema/spring/components/activiti.xsd=org/activiti/spring/components/config/xml/activiti-5.0.xsd, http://www.springframework.org/schema/aop/spring-aop-2.5.xsd=org/springframework/aop/config/spring-aop-2.5.xsd, http://www.springframework.org/schema/mvc/spring-mvc.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/mvc/spring-mvc-3.2.xsd=org/springframework/web/servlet/config/spring-mvc-3.2.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-3.2.xsd=org/springframework/beans/factory/xml/spring-beans-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-2.0.xsd=org/springframework/transaction/config/spring-tx-2.0.xsd, http://www.springframework.org/schema/aop/spring-aop-3.1.xsd=org/springframework/aop/config/spring-aop-3.1.xsd, http://www.springframework.org/schema/task/spring-task-3.2.xsd=org/springframework/scheduling/config/spring-task-3.2.xsd, http://www.springframework.org/schema/tx/spring-tx-3.0.xsd=org/springframework/transaction/config/spring-tx-3.0.xsd, http://www.springframework.org/schema/context/spring-context-3.0.xsd=org/springframework/context/config/spring-context-3.0.xsd, http://www.springframework.org/schema/tool/spring-tool.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/util/spring-util-3.0.xsd=org/springframework/beans/factory/xml/spring-util-3.0.xsd, http://www.springframework.org/schema/lang/spring-lang-3.0.xsd=org/springframework/scripting/config/spring-lang-3.0.xsd, http://www.springframework.org/schema/util/spring-util-2.0.xsd=org/springframework/beans/factory/xml/spring-util-2.0.xsd, http://www.springframework.org/schema/lang/spring-lang-2.0.xsd=org/springframework/scripting/config/spring-lang-2.0.xsd, http://www.springframework.org/schema/jdbc/spring-jdbc-3.2.xsd=org/springframework/jdbc/config/spring-jdbc-3.2.xsd, http://www.springframework.org/schema/tool/spring-tool-3.2.xsd=org/springframework/beans/factory/xml/spring-tool-3.2.xsd, http://www.springframework.org/schema/beans/spring-beans-2.5.xsd=org/springframework/beans/factory/xml/spring-beans-2.5.xsd}
    20:49:56,412 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
    20:49:56,454 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/context/spring-context-3.1.xsd] in classpath: org/springframework/context/config/spring-context-3.1.xsd
    20:49:56,460 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
    20:49:56,480 DEBUG DefaultBeanDefinitionDocumentReader:108 - Loading bean definitions
    20:49:56,504 DEBUG DefaultNamespaceHandlerResolver:156 - Loaded NamespaceHandler mappings: {http://www.springframework.org/schema/p=org.springframework.beans.factory.xml.SimplePropertyNamespaceHandler, http://www.springframework.org/schema/mvc=org.springframework.web.servlet.config.MvcNamespaceHandler, http://www.springframework.org/schema/util=org.springframework.beans.factory.xml.UtilNamespaceHandler, http://www.springframework.org/schema/jee=org.springframework.ejb.config.JeeNamespaceHandler, http://www.activiti.org/schema/spring/components=org.activiti.spring.components.config.xml.ActivitiNamespaceHandler, http://www.springframework.org/schema/aop=org.springframework.aop.config.AopNamespaceHandler, http://www.springframework.org/schema/jdbc=org.springframework.jdbc.config.JdbcNamespaceHandler, http://www.springframework.org/schema/cache=org.springframework.cache.config.CacheNamespaceHandler, http://www.springframework.org/schema/c=org.springframework.beans.factory.xml.SimpleConstructorNamespaceHandler, http://www.springframework.org/schema/tx=org.springframework.transaction.config.TxNamespaceHandler, http://www.springframework.org/schema/task=org.springframework.scheduling.config.TaskNamespaceHandler, http://www.springframework.org/schema/lang=org.springframework.scripting.config.LangNamespaceHandler, http://www.springframework.org/schema/context=org.springframework.context.config.ContextNamespaceHandler}
    20:49:56,532 DEBUG StandardEnvironment:112 - Initializing new StandardEnvironment
    20:49:56,534 DEBUG StandardEnvironment:107 - Adding [systemProperties] PropertySource with lowest search precedence
    20:49:56,534 DEBUG StandardEnvironment:107 - Adding [systemEnvironment] PropertySource with lowest search precedence
    20:49:56,534 DEBUG StandardEnvironment:116 - Initialized StandardEnvironment with PropertySources [systemProperties,systemEnvironment]
    20:49:56,544  INFO ClassPathBeanDefinitionScanner:222 - JSR-250 'javax.annotation.ManagedBean' found and supported for component scanning
    20:49:56,553 DEBUG PathMatchingResourcePatternResolver:550 - Looking for matching resources in directory tree [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycg]
    20:49:56,554 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycg] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,556 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgase] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,557 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseconfig] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,558 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasedao] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,559 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasedaoimpl] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,560 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseexception] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,561 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseinterceptor] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,563 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseservice] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,564 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseshiro] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,565 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,566 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebaction] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,567 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebpojo] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,568 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esult] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,569 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusiness] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,570 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgd] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,570 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdentity] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,571 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdentitysequence] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,573 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdpojo] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,575 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdservice] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,575 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceimpl] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,576 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdweb] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,577 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdwebaction] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,578 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystem] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,578 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementity] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,580 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystempojo] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,581 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemservice] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,582 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimpl] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,584 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemweb] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,585 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebaction] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,586 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinessypml] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,586 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinessypmlentity] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,587 DEBUG PathMatchingResourcePatternResolver:612 - Searching directory [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutil] for files matching pattern [E:/EclipseSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp1/wtpwebapps/yycg1026/WEB-INF/classes/cn/itcast/yycg/**/*.class]
    20:49:56,595 DEBUG PathMatchingResourcePatternResolver:351 - Resolved location pattern [classpath*:cn/itcast/yycg/**/*.class] to resources [file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseconfigConfig.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasedaoBaseDao.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasedaoimplBaseDaoImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasedaoimplBaseDaoImplTest.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseexceptionExceptionInterceptor.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseinterceptorLoginInterceptor.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseinterceptorPermissionInterceptor.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseserviceBaseService.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseserviceServiceFacade.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseshiroCustomFormAuthenticationFilter.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseshiroCustomRealm.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebactionBaseAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebactionFirstAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebactionLoginAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebpojoActiveUser.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebpojoMenu.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebpojoPageParameter.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esultDataGridResultInfo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esultExceptionResultInfo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esultResultInfo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esultResultUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseweb
    esultSubmitResultInfo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdentitysequenceYycgdbmSequence.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdentityYycgd.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdentityYycgdmx.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdpojoYpxxCustom.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdpojoYycgdCustom.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdpojoYycgdmxCustom.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdpojoYycgdQueryVo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceCgdFlowService.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceCgdService.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceimplCgdFlowServiceImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceimplCgdServiceImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdwebactionCgdAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdwebactionCgdFlowAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityDictinfo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityDicttype.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementitySysArea.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementitySysPermission.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementitySysRole.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementitySysUser.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityUsergys.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityUsergysarea.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityUserjd.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystementityUseryy.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystempojoFlowQueryVo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystempojoSysUserCustom.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystempojoSysUserQueryVo.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplSystemServiceImpl$1.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplSystemServiceImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplUserServiceImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplUserServiceImplTest.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceSystemService.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceUserService.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionAuthAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionFlowAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionUserAction.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinessypmlentityYpxx.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilContentComparator.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilConvert.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilDateUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilExcelExportSXXSSF.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilFileUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilHxlsAbstract.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilHxlsOptRowsInterface.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilHxlsOptRowsInterfaceImpl.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilHxlsRead.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilIpUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilJacksonUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilMD5.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilMyUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilPinyin4j.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilPropertyManager.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilRandomStrg.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilRandomUtils.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilResourcesUtil.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilStringUtils.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilUploadPicture.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilUUIDBuild.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilVcom_3DES.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilYpxx.class], file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgutilYpxxImportServiceImpl.class]]
    20:49:56,664 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgaseserviceServiceFacade.class]
    20:49:56,668 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebactionFirstAction.class]
    20:49:56,669 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgasewebactionLoginAction.class]
    20:49:56,676 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceimplCgdFlowServiceImpl.class]
    20:49:56,678 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdserviceimplCgdServiceImpl.class]
    20:49:56,679 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdwebactionCgdAction.class]
    20:49:56,680 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesscgdwebactionCgdFlowAction.class]
    20:49:56,686 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplSystemServiceImpl.class]
    20:49:56,688 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemserviceimplUserServiceImpl.class]
    20:49:56,691 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionAuthAction.class]
    20:49:56,692 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionFlowAction.class]
    20:49:56,695 DEBUG ClassPathBeanDefinitionScanner:264 - Identified candidate component class: file [E:EclipseSpace.metadata.pluginsorg.eclipse.wst.server.core	mp1wtpwebappsyycg1026WEB-INFclassescnitcastyycgusinesssystemwebactionUserAction.class]
    20:49:56,744 DEBUG XmlBeanDefinitionReader:216 - Loaded 20 bean definitions from location pattern [/WEB-INF/classes/spring/applicationContext.xml]
    20:49:56,747 DEBUG PathMatchingResourcePatternResolver:351 - Resolved location pattern [/WEB-INF/classes/spring/applicationContext-*.xml] to resources [ServletContext resource [/WEB-INF/classes/spring/applicationContext-shiro.xml], ServletContext resource [/WEB-INF/classes/spring/applicationContext-dao.xml], ServletContext resource [/WEB-INF/classes/spring/applicationContext-transaction.xml], ServletContext resource [/WEB-INF/classes/spring/applicationContext-activiti.xml]]
    20:49:56,747  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/classes/spring/applicationContext-shiro.xml]
    20:49:56,749 DEBUG DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
    20:49:56,751 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
    20:49:56,800 DEBUG DefaultBeanDefinitionDocumentReader:108 - Loading bean definitions
    20:49:56,807 DEBUG BeanDefinitionParserDelegate:498 - Neither XML 'id' nor 'name' specified - using generated bean name [org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor#0]
    20:49:56,808  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/classes/spring/applicationContext-dao.xml]
    20:49:56,811 DEBUG DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
    20:49:56,813 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
    20:49:56,878 DEBUG DefaultBeanDefinitionDocumentReader:108 - Loading bean definitions
    20:49:56,905  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/classes/spring/applicationContext-transaction.xml]
    20:49:56,908 DEBUG DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
    20:49:56,911 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
    20:49:56,939 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/tx/spring-tx-3.1.xsd] in classpath: org/springframework/transaction/config/spring-tx-3.1.xsd
    20:49:56,941 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/tool/spring-tool-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-tool-3.1.xsd
    20:49:56,945 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/aop/spring-aop-3.1.xsd] in classpath: org/springframework/aop/config/spring-aop-3.1.xsd
    20:49:56,949 DEBUG DefaultBeanDefinitionDocumentReader:108 - Loading bean definitions
    20:49:56,991  INFO XmlBeanDefinitionReader:315 - Loading XML bean definitions from ServletContext resource [/WEB-INF/classes/spring/applicationContext-activiti.xml]
    20:49:56,993 DEBUG DefaultDocumentLoader:72 - Using JAXP provider [com.sun.org.apache.xerces.internal.jaxp.DocumentBuilderFactoryImpl]
    20:49:56,994 DEBUG PluggableSchemaResolver:118 - Found XML schema [http://www.springframework.org/schema/beans/spring-beans-3.1.xsd] in classpath: org/springframework/beans/factory/xml/spring-beans-3.1.xsd
    20:49:57,002 DEBUG DefaultBeanDefinitionDocumentReader:108 - Loading bean definitions
    20:49:57,004 DEBUG XmlBeanDefinitionReader:216 - Loaded 33 bean definitions from location pattern [/WEB-INF/classes/spring/applicationContext-*.xml]
    20:49:57,004 DEBUG XmlWebApplicationContext:540 - Bean factory for Root WebApplicationContext: org.springframework.beans.factory.support.DefaultListableBeanFactory@9dc6429: defining beans [serviceFacade,firstAction,loginAction,cgdFlowServiceImpl,cgdServiceImpl,cgdAction,cgdFlowAction,systemServiceImpl,userServiceImpl,authAction,flowAction,userAction,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sessionFactory,shiroFilter,securityManager,customRealm,credentialsMatcher,formAuthenticationFilter,org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor#0,cacheManager,sessionManager,dictinfoDao,dicttypeDao,sysUserDao,sysAreaDao,usergysDao,usergysareaDao,userjdDao,useryyDao,sysRoleDao,sysPermissionDao,ypxxDao,yycgdDao,yycgdmxDao,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,processEngineConfiguration,processEngine,repositoryService,runtimeService,taskService,historyService,identityService,managementService]; root of factory hierarchy
    20:49:57,220 DEBUG DefaultListableBeanFactory:215 - Creating shared instance of singleton bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
    20:49:57,221 DEBUG DefaultListableBeanFactory:435 - Creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
    20:49:57,248 DEBUG DefaultListableBeanFactory:509 - Eagerly caching bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor' to allow for resolving potential circular references
    20:49:57,251 DEBUG DefaultListableBeanFactory:463 - Finished creating instance of bean 'org.springframework.context.annotation.internalConfigurationAnnotationProcessor'
    四月 12, 2018 8:49:57 下午 org.apache.catalina.core.StandardContext listenerStart
    严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
    java.lang.IllegalArgumentException
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:52)
        at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:80)
        at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:101)
        at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:76)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:298)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:300)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:300)
        at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:230)
        at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:153)
        at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:130)
        at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:285)
        at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:223)
        at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:630)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
    
    四月 12, 2018 8:49:57 下午 org.apache.catalina.core.StandardContext startInternal
    严重: Error listenerStart
    四月 12, 2018 8:49:57 下午 org.apache.catalina.core.StandardContext startInternal
    严重: Context [/yycg1026] startup failed due to previous errors
    四月 12, 2018 8:49:57 下午 org.apache.catalina.core.ApplicationContext log
    信息: Closing Spring root WebApplicationContext
    20:49:57,325 ERROR ContextLoader:307 - Context initialization failed
    java.lang.IllegalArgumentException
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.asm.ClassReader.<init>(Unknown Source)
        at org.springframework.core.type.classreading.SimpleMetadataReader.<init>(SimpleMetadataReader.java:52)
        at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:80)
        at org.springframework.core.type.classreading.CachingMetadataReaderFactory.getMetadataReader(CachingMetadataReaderFactory.java:101)
        at org.springframework.core.type.classreading.SimpleMetadataReaderFactory.getMetadataReader(SimpleMetadataReaderFactory.java:76)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:298)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:300)
        at org.springframework.context.annotation.ConfigurationClassParser.getImports(ConfigurationClassParser.java:300)
        at org.springframework.context.annotation.ConfigurationClassParser.doProcessConfigurationClass(ConfigurationClassParser.java:230)
        at org.springframework.context.annotation.ConfigurationClassParser.processConfigurationClass(ConfigurationClassParser.java:153)
        at org.springframework.context.annotation.ConfigurationClassParser.parse(ConfigurationClassParser.java:130)
        at org.springframework.context.annotation.ConfigurationClassPostProcessor.processConfigBeanDefinitions(ConfigurationClassPostProcessor.java:285)
        at org.springframework.context.annotation.ConfigurationClassPostProcessor.postProcessBeanDefinitionRegistry(ConfigurationClassPostProcessor.java:223)
        at org.springframework.context.support.AbstractApplicationContext.invokeBeanFactoryPostProcessors(AbstractApplicationContext.java:630)
        at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:461)
        at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:383)
        at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:283)
        at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
        at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4973)
        at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5467)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:150)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
    20:49:57,340  INFO XmlWebApplicationContext:1042 - Closing Root WebApplicationContext: startup date [Thu Apr 12 20:49:56 GMT+08:00 2018]; root of context hierarchy
    20:49:57,359  WARN XmlWebApplicationContext:1052 - Exception thrown from ApplicationListener handling ContextClosedEvent
    java.lang.IllegalStateException: ApplicationEventMulticaster not initialized - call 'refresh' before multicasting events via the context: Root WebApplicationContext: startup date [Thu Apr 12 20:49:56 GMT+08:00 2018]; root of context hierarchy
        at org.springframework.context.support.AbstractApplicationContext.getApplicationEventMulticaster(AbstractApplicationContext.java:347)
        at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:334)
        at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1049)
        at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1010)
        at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:549)
        at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:143)
        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5014)
        at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5659)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
    20:49:57,360  WARN XmlWebApplicationContext:1060 - Exception thrown from LifecycleProcessor on context close
    java.lang.IllegalStateException: LifecycleProcessor not initialized - call 'refresh' before invoking lifecycle methods via the context: Root WebApplicationContext: startup date [Thu Apr 12 20:49:56 GMT+08:00 2018]; root of context hierarchy
        at org.springframework.context.support.AbstractApplicationContext.getLifecycleProcessor(AbstractApplicationContext.java:360)
        at org.springframework.context.support.AbstractApplicationContext.doClose(AbstractApplicationContext.java:1057)
        at org.springframework.context.support.AbstractApplicationContext.close(AbstractApplicationContext.java:1010)
        at org.springframework.web.context.ContextLoader.closeWebApplicationContext(ContextLoader.java:549)
        at org.springframework.web.context.ContextLoaderListener.contextDestroyed(ContextLoaderListener.java:143)
        at org.apache.catalina.core.StandardContext.listenerStop(StandardContext.java:5014)
        at org.apache.catalina.core.StandardContext.stopInternal(StandardContext.java:5659)
        at org.apache.catalina.util.LifecycleBase.stop(LifecycleBase.java:232)
        at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:160)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1559)
        at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1549)
        at java.util.concurrent.FutureTask.run(FutureTask.java:266)
        at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1142)
        at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:617)
        at java.lang.Thread.run(Thread.java:745)
    20:49:57,360  INFO DefaultListableBeanFactory:444 - Destroying singletons in org.springframework.beans.factory.support.DefaultListableBeanFactory@9dc6429: defining beans [serviceFacade,firstAction,loginAction,cgdFlowServiceImpl,cgdServiceImpl,cgdAction,cgdFlowAction,systemServiceImpl,userServiceImpl,authAction,flowAction,userAction,org.springframework.context.annotation.internalConfigurationAnnotationProcessor,org.springframework.context.annotation.internalAutowiredAnnotationProcessor,org.springframework.context.annotation.internalRequiredAnnotationProcessor,org.springframework.context.annotation.internalCommonAnnotationProcessor,org.springframework.context.annotation.internalPersistenceAnnotationProcessor,org.springframework.context.support.PropertySourcesPlaceholderConfigurer#0,dataSource,sessionFactory,shiroFilter,securityManager,customRealm,credentialsMatcher,formAuthenticationFilter,org.apache.shiro.spring.security.interceptor.AuthorizationAttributeSourceAdvisor#0,cacheManager,sessionManager,dictinfoDao,dicttypeDao,sysUserDao,sysAreaDao,usergysDao,usergysareaDao,userjdDao,useryyDao,sysRoleDao,sysPermissionDao,ypxxDao,yycgdDao,yycgdmxDao,transactionManager,txAdvice,org.springframework.aop.config.internalAutoProxyCreator,org.springframework.aop.support.DefaultBeanFactoryPointcutAdvisor#0,processEngineConfiguration,processEngine,repositoryService,runtimeService,taskService,historyService,identityService,managementService,org.springframework.context.annotation.ConfigurationClassPostProcessor.importAwareProcessor]; root of factory hierarchy
    四月 12, 2018 8:49:57 下午 org.apache.coyote.AbstractProtocol start
    信息: Starting ProtocolHandler ["http-bio-8080"]
    四月 12, 2018 8:49:57 下午 org.apache.coyote.AbstractProtocol start
    信息: Starting ProtocolHandler ["ajp-bio-8009"]
    四月 12, 2018 8:49:57 下午 org.apache.catalina.startup.Catalina start
    信息: Server startup in 6958 ms
    View Code

    解决办法:

    将jdk换成1.7.

    遇到同样的问题。这是由于使用java 8与一些spring依赖项相结合造成的。还没弄明白哪个,但是用java 7解决了当时的问题。

    感谢:https://stackoverflow.com/questions/30428725/lifecycleprocessor-not-initialized-call-refresh-before-invoking-lifecycle-me

  • 相关阅读:
    0X04-Twisted Teactor TCP Server
    0X03-SocketServer TCP服务器-Studying
    Python3---UDP服务器Studying
    Python3---学习TCP服务器
    (BFS)HDU 4784 Dinner Coming Soon
    (树状数组)HDU
    (状压dp)HDU 4778 Gems Fight!
    (二分)Codeforces Round #425 (Div. 2) C
    (LCA)Codeforces Round #425 (Div. 2) D
    (树的重心/DFS/构造)AtCoder Grand Contest 018 D
  • 原文地址:https://www.cnblogs.com/yadongliang/p/8810627.html
Copyright © 2020-2023  润新知