我是靠谱客的博主 明亮画笔,最近开发中收集的这篇文章主要介绍严重: Exception sending context initialized event to listener instance of class org.springframework.we严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener,觉得挺不错的,现在分享给大家,希望可以做个参考。

概述

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

写好的SSH项目,导入到同事的电脑上运行起来,就报了如下错误:

严重: 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 'sessionFactory' defined in ServletContext resource [/WEB-INF/applicationContext.xml]: Invocation of init method failed; nested exception is java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V
Caused by: java.lang.NoSuchMethodError: org.objectweb.asm.ClassVisitor.visit(IILjava/lang/String;Ljava/lang/String;[Ljava/lang/String;Ljava/lang/String;)V

想着,这报错的是jar包,但是jar包有没有问题。
最后找到原因是工具都让的时候,同一个jar包导入了多次。
解决办法:
如果用的是Eclipse或者MyEclipse,右击这个项目,点击Build path 里面的Configure Build Path,将里面除了JRE和Tomcat的的jar包库都移除,然后进入WebConten或者WebRoot下面的WEB-INF下面的lib文件夹,选中里面的jar包,右击加入Add to build path,再重新启动Tomcat,问题解决!
觉得有帮助的可以关注一下!以后会分享一些开发遇到的问题!

最后

以上就是明亮画笔为你收集整理的严重: Exception sending context initialized event to listener instance of class org.springframework.we严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener的全部内容,希望文章能够帮你解决严重: Exception sending context initialized event to listener instance of class org.springframework.we严重: Exception sending context initialized event to listener instance of class org.springframework.web.context.ContextLoaderListener所遇到的程序开发问题。

如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。

本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
点赞(66)

评论列表共有 0 条评论

立即
投稿
返回
顶部