首页 新闻 会员 周边

springMVC配置时的一个错误,求指导。

0
悬赏园豆:20 [已关闭问题] 关闭于 2014-12-17 20:22

十月 08, 2014 5:40:00 下午 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: G:\Program Files\Java\jre8\bin;G:\Windows\Sun\Java\bin;G:\Windows\system32;G:\Windows;G:\Windows\system32;G:\Windows;G:\Windows\System32\Wbem;G:\Windows\System32\WindowsPowerShell\v1.0\;D:\Program Files\Java\jdk1.7.0_07\bin;D:\Program Files\TortoiseSVN\bin;;.
十月 08, 2014 5:40:01 下午 org.apache.tomcat.util.digester.SetPropertiesRule begin
警告: [SetPropertiesRule]{Server/Service/Engine/Host/Context} Setting property 'source' to 'org.eclipse.jst.jee.server:Objec' did not find a matching property.
十月 08, 2014 5:40:01 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-80"]
十月 08, 2014 5:40:01 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-bio-8080"]
十月 08, 2014 5:40:01 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["http-nio-8443"]
十月 08, 2014 5:40:01 下午 org.apache.tomcat.util.net.NioSelectorPool getSharedSelector
信息: Using a shared selector for servlet write/read
十月 08, 2014 5:40:01 下午 org.apache.coyote.AbstractProtocol init
信息: Initializing ProtocolHandler ["ajp-bio-8009"]
十月 08, 2014 5:40:01 下午 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 1028 ms
十月 08, 2014 5:40:01 下午 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
十月 08, 2014 5:40:01 下午 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.41
十月 08, 2014 5:40:05 下午 org.apache.catalina.core.ApplicationContext log
信息: No Spring WebApplicationInitializer types detected on classpath
十月 08, 2014 5:40:05 下午 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
十月 08, 2014 5:40:06 下午 org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator 4.3.1.Final
SLF4J: The requested version 1.6 by your slf4j binding is not compatible with [1.5.5, 1.5.6, 1.5.7, 1.5.8]
SLF4J: See http://www.slf4j.org/codes.html#version_mismatch for further details.
SLF4J: Class path contains multiple SLF4J bindings.
SLF4J: Found binding in [jar:file:/E:/workSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Objec/WEB-INF/lib/slf4j-impl-2.0-beta2.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: Found binding in [jar:file:/E:/workSpace/.metadata/.plugins/org.eclipse.wst.server.core/tmp0/wtpwebapps/Objec/WEB-INF/lib/slf4j-log4j12-1.5.8.jar!/org/slf4j/impl/StaticLoggerBinder.class]
SLF4J: See http://www.slf4j.org/codes.html#multiple_bindings for an explanation.
十月 08, 2014 5:40:07 下午 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
java.util.EmptyStackException
at java.util.Stack.peek(Unknown Source)
at org.apache.logging.log4j.core.impl.ThrowableProxy.resolvePackageData(ThrowableProxy.java:351)
at org.apache.logging.log4j.core.impl.ThrowableProxy.<init>(ThrowableProxy.java:69)
at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:89)
at org.apache.logging.log4j.core.impl.Log4jLogEvent.<init>(Log4jLogEvent.java:61)
at org.apache.logging.log4j.core.config.LoggerConfig.createEvent(LoggerConfig.java:323)
at org.apache.logging.log4j.core.config.LoggerConfig.log(LoggerConfig.java:252)
at org.apache.logging.log4j.core.Logger.log(Logger.java:116)
at org.apache.log4j.Category.forcedLog(Category.java:253)
at org.apache.log4j.Category.log(Category.java:321)
at org.apache.commons.logging.impl.Log4JLogger.error(Log4JLogger.java:257)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:331)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:106)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4887)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5381)
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(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
at java.lang.Thread.run(Unknown Source)


十月 08, 2014 5:40:07 下午 org.apache.catalina.core.StandardContext startInternal
严重: Error listenerStart
十月 08, 2014 5:40:07 下午 org.apache.catalina.core.StandardContext startInternal
严重: Context [/Objec] startup failed due to previous errors
十月 08, 2014 5:40:07 下午 org.apache.catalina.core.ApplicationContext log
信息: Closing Spring root WebApplicationContext
十月 08, 2014 5:40:07 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-80"]
十月 08, 2014 5:40:07 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-bio-8080"]
十月 08, 2014 5:40:07 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["http-nio-8443"]
十月 08, 2014 5:40:07 下午 org.apache.coyote.AbstractProtocol start
信息: Starting ProtocolHandler ["ajp-bio-8009"]
十月 08, 2014 5:40:07 下午 org.apache.catalina.startup.Catalina start
信息: Server startup in 5831 ms

 
飞翔的程序猴的主页 飞翔的程序猴 | 初学一级 | 园豆:92
提问于:2014-10-08 10:32
< >
分享
所有回答(2)
0

web.xml里面的监听器配置有错

Manu_xu | 园豆:202 (菜鸟二级) | 2014-10-22 13:25
0

与监听无关/

飞翔的程序猴 | 园豆:92 (初学一级) | 2014-11-25 13:47
清除回答草稿
   您需要登录以后才能回答,未注册用户请先注册