严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener

org.springframework.beans.factory.BeanDefinitionStoreException: Unexpected exception parsing XML document from file [E:\JavaTool\Tomcat 6.0\webapps\Struts2Hibernate3SpringIntegrate\WEB-INF\classes\applicationContext-common.xml]; nested exception is java.lang.NoClassDefFoundError: org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldException


这个错误是少包或者是包冲突,由最后一句: java.lang.NoClassDefFoundErro : org/aspectj/weaver/reflect/ReflectionWorld$ReflectionWorldExc reption,可以看出应该是少了 aspectjweaver.jar这个jar包,下载、导入就可以运行了。