首页 > 代码库 > cxf 整合 spring 时 java.lang.VerifyError异常
cxf 整合 spring 时 java.lang.VerifyError异常
异常信息主要有两个,Falling off the end of the code 和 illegal instruction found at offset 1:
java.lang.VerifyError: (class: xxx/webservice/jaxws_asm/DoService, method: getRequest signature: ()Lxxx/service/webservice/Request;) Falling off the end of the code
java.lang.verifyerror: (class:xxxxxx ;)v) illegal instruction found at offset 1
经反复查找资料发现最终是asm jar包冲突导致的。直接通过maven进行依赖分析:
在控制台会输出一堆依赖信息,ctrl + f 查找 asm
我这里主要是因为集成了shiro , shiro中有asm包 和 cxf 中的asm包冲突了。排除掉shiro中的asm包即可。假如是因为集成其他框架导致的,同理排除掉框架中的asm包即可
cxf 整合 spring 时 java.lang.VerifyError异常
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。