Spring常见问题

1.NoClassDefFoundError: org/springframework/context/event/EventListenerFactory
spring的jar包不一致或者确实包。

2.java.lang.IncompatibleClassChangeError :
class org.springframework.core.type.classreading.ClassMetadataReadingVisitor
has interface org.springframework.asm.ClassVisitor as super class
spring.core包和spring.asm包冲突 ,去掉一个。

3.No mapping found for HTTP request with URI… in DispatcherServlet with name
spring-servlet.xml添加 <mvc:default-servlet-handler/>

4.”mvc:annotation-driven” 的前缀 “mvc”未绑定
没有引入了命名空间。在xml的beans里面加入如下代码即可

xmlns:mvc="http://www.springframework.org/schema/mvc"  

http://www.springframework.org/schema/mvc http://www.springframework.org/schema/mvc/spring-mvc.xsd 

5.java.lang.NoClassDefFoundError: org/springframework/context/ConfigurableApplicationContext 或
Error configuring application listener of class org.springframework.web.context

如果Eclipse的BuildPath里面不缺jar包并且在 ProjectProperties>>DeploymentAssembly里面定义的lib都包含齐全,那么有可能jar包没有被deploy到tomcat里面路径可能是:\WorkSpace.metadata.plugins\org.eclipse.wst.server.core\tmp1\wtpwebapps\ProjectNameXXX\WEB-INF\lib。手动将jar包扔进去可解决tomcat报”NoClassDefFoundError”错误。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值