当前位置: 代码迷 >> J2EE >> java.lang.NoSuchMethodError 的异常,请大家帮忙解决
  详细解决方案

java.lang.NoSuchMethodError 的异常,请大家帮忙解决

热度:239   发布时间:2016-04-21 23:51:01.0
java.lang.NoSuchMethodError 的错误,请大家帮忙解决
按照网上的一些说法是说没有这个包  cglib-nodep-2.1_3.jar  ,但是我有这个包。在myeclipse自己的环境中能跑,但发到测试环境中就发布失败,请大家帮忙看看。日志显示:
<2013-1-11 上午08时54分20秒 CST> <Warning> <HTTP> <BEA-101369> <ServletContext@1775397330[app:profitEstimates module:profitEstimates.war path:/profitEstimates spec-version:2.5]: The encoding jsp-descriptor param has been deprecated. Consider declaring the encoding in the jsp-config element (web.xml) or as a page directive (pageEncoding) instead.> 
<2013-1-11 上午08时54分28秒 CST> <Warning> <JTA> <BEA-110486> <Transaction BEA1-012CEACE557D4FA3966A cannot complete commit processing because resource [weblogic.jdbc.wrapper.JTSXAResourceImpl] is unavailable. The transaction will be abandoned after 85,968 seconds unless all resources acknowledge the commit decision.> 
<2013-1-11 上午08时54分42秒 CST> <Warning> <HTTP> <BEA-101162> <User defined listener org.springframework.web.context.ContextLoaderListener failed: org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profitService' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: net/sf/cglib/proxy/Enhancer.setInterceptDuringConstruction(Z)V.
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'profitService' defined in ServletContext resource [/WEB-INF/classes/applicationContext.xml]: Initialization of bean failed; nested exception is java.lang.NoSuchMethodError: net/sf/cglib/proxy/Enhancer.setInterceptDuringConstruction(Z)V
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:480)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory$1.run(AbstractAutowireCapableBeanFactory.java:409)
at java.security.AccessController.doPrivileged(AccessController.java:224)
at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:380)
at org.springframework.beans.factory.support.AbstractBeanFactory$1.getObject(AbstractBeanFactory.java:264)
Truncated. see log file for complete stacktrace

Caused By: java.lang.NoSuchMethodError: net/sf/cglib/proxy/Enhancer.setInterceptDuringConstruction(Z)V
at org.springframework.aop.framework.Cglib2AopProxy.getProxy(Cglib2AopProxy.java:182)
at org.springframework.aop.framework.ProxyFactory.getProxy(ProxyFactory.java:110)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.createProxy(AbstractAutoProxyCreator.java:490)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.wrapIfNecessary(AbstractAutoProxyCreator.java:365)
at org.springframework.aop.framework.autoproxy.AbstractAutoProxyCreator.postProcessAfterInitialization(AbstractAutoProxyCreator.java:325)
Truncated. see log file for complete stacktrace

<2013-1-11 上午08时54分42秒 CST> <Error> <Deployer> <BEA-149265> <Failure occurred in the execution of deployment request with ID '1357916042202' for task '0'. Error is: 'weblogic.application.ModuleException: '
  相关解决方案