org.springframework.beans.factory.BeanCreationException:

来源:百度知道 编辑:UC知道 时间:2024/06/14 13:16:47
Caused by: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'CstLostService' defined in class path resource [applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer
Caused by: java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer

Bean"CstLostService"配置错误。其对应的类net.sf.cglib.proxy.Enhancer找不到,可能是路径错误,或者是你已经修改了某些东西,在配置文件里没有修改。查检下再启动Tomcat吧。要找清楚是哪个Project的呀。找错位置了也不管用。