该用户从未签到
|
17#
发表于 2017-02-22 19:46:21
|只看该作者
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener8 P( S7 k7 q8 e! g% A& v8 ]
org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from class path resource [beans.xml]; nested exception is java.lang.IllegalStateException: Context namespace element 'annotation-config' and its parser class [org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser] are only available on JDK 1.5 and higher, r4 _, l, {, v3 |
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:420)
+ Z; R. W4 d! Y5 a. g- |: _5 S/ ~ at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:342)7 R4 y' D' y( ?6 Q" i6 @9 x3 b' C* |
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.loadBeanDefinitions(XmlBeanDefinitionReader.java:310)
, t4 _3 U( o% B* @ C% n, t/ j6 T- f at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:143)
* ]( D: U% `/ x8 }& W0 R at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:178)
4 B7 |6 y \7 U# ?0 V4 Q' w at org.springframework.beans.factory.support.AbstractBeanDefinitionReader.loadBeanDefinitions(AbstractBeanDefinitionReader.java:149)
- \! X5 i3 N8 S- F at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:124)
9 p. L2 d# @, `) L, z at org.springframework.web.context.support.XmlWebApplicationContext.loadBeanDefinitions(XmlWebApplicationContext.java:92)3 g! u/ F! z( Y
at org.springframework.context.support.AbstractRefreshableApplicationContext.refreshBeanFactory(AbstractRefreshableApplicationContext.java:123)
2 o+ \' @0 G O/ s$ {, c- C at org.springframework.context.support.AbstractApplicationContext.obtainFreshBeanFactory(AbstractApplicationContext.java:422)
# W! s( f2 w) L9 P( Y. w2 h at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:352)9 n3 M* j4 y; P" a8 E1 _
at org.springframework.web.context.ContextLoader.createWebApplicationContext(ContextLoader.java:255)3 B w6 g& e' ` I
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:199)
. Z$ ?: E# J5 W- I; t at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:45)1 T3 ~: R4 Z2 B! B! R2 u
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:5118)
: h3 q) I3 A) Z3 N" h* C at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:5634)/ m( t4 L. W8 G7 r/ V) V
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:145)" L/ b3 t/ f% j5 i+ }
at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1571)
( L" w$ x+ Y. J0 @/ P9 m2 n& T at org.apache.catalina.core.ContainerBase$StartChild.call(ContainerBase.java:1561)
+ V6 i1 m, t( [ at java.util.concurrent.FutureTask.run(Unknown Source)
0 h u' e2 i- ?7 ~ at java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)& ?$ A$ W+ U, {. p7 ]# f6 d
at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)$ f* B* ~0 a6 @* i6 X
at java.lang.Thread.run(Unknown Source)
9 h9 S8 |2 Q& Z$ B* P! C* r: r, v8 lCaused by: java.lang.IllegalStateException: Context namespace element 'annotation-config' and its parser class [org.springframework.context.annotation.AnnotationConfigBeanDefinitionParser] are only available on JDK 1.5 and higher
5 ~' M/ V) _; }+ s8 g( O# Z at org.springframework.context.config.ContextNamespaceHandler$1.parse(ContextNamespaceHandler.java:65), r- u+ f2 }4 D! g2 r
at org.springframework.beans.factory.xml.NamespaceHandlerSupport.parse(NamespaceHandlerSupport.java:69)# Z( W2 A0 ~/ Q+ F
at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1297)
& I" D9 R6 G7 q n- d at org.springframework.beans.factory.xml.BeanDefinitionParserDelegate.parseCustomElement(BeanDefinitionParserDelegate.java:1287)6 H \% `0 [& Z8 x, w1 X( m7 S+ l
at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.parseBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:135)$ C; e+ Q3 J! M4 W( D
at org.springframework.beans.factory.xml.DefaultBeanDefinitionDocumentReader.registerBeanDefinitions(DefaultBeanDefinitionDocumentReader.java:92)# x) k- }% r t! L5 B' y
at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.registerBeanDefinitions(XmlBeanDefinitionReader.java:507)
! n$ O% R0 {6 @8 R7 f9 ^& w) d" N+ I at org.springframework.beans.factory.xml.XmlBeanDefinitionReader.doLoadBeanDefinitions(XmlBeanDefinitionReader.java:398)
) k: w% H* J) \ ... 22 more |
|