springboot2调用axis报错

springboot调用引用axis调用webservice时,出错如下:

Handler dispatch failed; nested exception is java.lang.ExceptionInInitializerError

Handler dispatch failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class org.apache.axis.client.AxisClient

这个问题研究了两天,最后发现 commons-logging是包多加载了

删除就可以了

https://www.cnblogs.com/XM-CHC/p/8920454.html

这里也有相关的报错,只不过 commons-logging加载的位置不一样。切记不要重复加载就可以了!

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章