NoClassDefFoundError ModelAndViewDefiningException on spring+was8.5.5.13

限于喜欢 提交于 2019-12-24 19:42:09

问题


I have spring 4 application which deployed on websphere 8.5.5.13 So, I start and deploy this application and it works correctly.

But, when I reboot server, I can call test rest, but all rest which work with database are not available. I retrieve errors like this:

Error 500: org.springframework.web.util.NestedServletException: Handler processing failed; nested exception is java.lang.NoClassDefFoundError: org/springframework/web/servlet/ModelAndViewDefiningException

Is the some dependency conflict?

来源:https://stackoverflow.com/questions/54575032/noclassdeffounderror-modelandviewdefiningexception-on-springwas8-5-5-13

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!