2013-9-26 15:18:32 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:\myeclipse9.0\Common\binary\com.sun.java.jdk.win32.x86_1.6.0.013\bin;D:\tomcat7.0.2\bin
2013-9-26 15:18:32 org.apache.coyote.http11.Http11Protocol init
信息: Initializing Coyote HTTP/1.1 on http-8888
2013-9-26 15:18:32 org.apache.coyote.ajp.AjpProtocol init
信息: Initializing Coyote AJP/1.3 on ajp-8009
2013-9-26 15:18:32 org.apache.catalina.startup.Catalina load
信息: Initialization processed in 391 ms
2013-9-26 15:18:32 org.apache.catalina.core.StandardService startInternal
信息: Starting service Catalina
2013-9-26 15:18:32 org.apache.catalina.core.StandardEngine startInternal
信息: Starting Servlet Engine: Apache Tomcat/7.0.2
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory docs
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory examples
2013-9-26 15:18:32 org.apache.catalina.core.ApplicationContext log
信息: ContextListener: contextInitialized()
2013-9-26 15:18:32 org.apache.catalina.core.ApplicationContext log
信息: SessionListener: contextInitialized()
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory host-manager
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory manager
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory ROOT
2013-9-26 15:18:32 org.apache.catalina.startup.HostConfig deployDirectory
信息: Deploying web application directory School
2013-9-26 15:18:33 org.apache.catalina.core.ApplicationContext log
信息: Initializing Spring root WebApplicationContext
log4j:WARN No appenders could be found for logger (org.springframework.web.context.ContextLoader).
log4j:WARN Please initialize the log4j system properly.
2013-9-26 15:18:33 org.apache.catalina.core.StandardContext listenerStart
严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'ProxyCreator' defined in ServletContext resource [/WEB-INF/beans.xml]: Instantiation of bean failed; nested exception is org.springframework.beans.BeanInstantiationException: Could not instantiate bean class [org.springframework.aop.framework.autoproxy.BeanNameAutoProxyCreator]: Constructor threw exception; nested exception is java.lang.NoClassDefFoundError: org/aopalliance/intercept/MethodInterceptor
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.instantiateBean(AbstractAutowireCapableBeanFactory.java:1007)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBeanInstance(AbstractAutowireCapableBeanFactory.java:953)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:487)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:458)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:295)
at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:223)
at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:292)
at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:198)
at org.springframework.context.support.AbstractApplicationContext.registerBeanPostProcessors(AbstractApplicationContext.java:741)
at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:464)
at org.springframework.web.context.ContextLoader.configureAndRefreshWebApplicationContext(ContextLoader.java:389)
at org.springframework.web.context.ContextLoader.initWebApplicationContext(ContextLoader.java:294)
at org.springframework.web.context.ContextLoaderListener.contextInitialized(ContextLoaderListener.java:112)
at org.apache.catalina.core.StandardContext.listenerStart(StandardContext.java:4323)
at org.apache.catalina.core.StandardContext.startInternal(StandardContext.java:4780)
at org.apache.catalina.util.LifecycleBase.start(LifecycleBase.java:139)
at org.apache.catalina.core.ContainerBase.addChildInternal(ContainerBase.java:785)
at org.apache.catalina.core.ContainerBase.addChild(ContainerBase.java:763)