当前位置:  技术问答>linux和unix

NoSuchMethodError 但是该方法已经改变,报原来那个方法找不到

    来源: 互联网  发布时间:2017-05-26

    本文导语:  各位大神,mainRemindGrade这个字段本来是Integer型的,因为需要将它改成了bigInteger型的,部署后后服务器上就报这个错误,服务器是Solaris  求指导~谢谢啦~ 错误日志: org.displaytag.exception.BaseNestableJspTagException  Exception...

各位大神,mainRemindGrade这个字段本来是Integer型的,因为需要将它改成了bigInteger型的,部署后后服务器上就报这个错误,服务器是Solaris  求指导~谢谢啦~

错误日志: org.displaytag.exception.BaseNestableJspTagException  Exception: [.LookupUtil] Error looking up property "mainRemindGrade" in object type "com.boco.eoms.sheet.complaint.webapp.action.ProcessListComplaintDisplaytagDecoratorHelper". Cause: null
                                 java.lang.reflect.InvocationTargetException
at sun.reflect.GeneratedMethodAccessor1490.invoke(Unknown Source)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
。。。。
Caused by: java.lang.NoSuchMethodError: com.tearn.it.sheet.complaint.model.ComplaintMainSN.getMainRemindGrade()Ljava/lang/Integer;
at com.tearn.it.sheet.complaint.webapp.action.ProcessListComplaintDisplaytagDecoratorHelper.getMainRemindGrade(ProcessListComplaintDisplaytagDecoratorHelper.java:386)
... 112 more
代码:
public class ComplaintMainSN extends ComplaintMain {
   private String mainTempHoldFlag;
  private BigInteger mainRemindGrade;
  private BigInteger mainRemindTime2;
  private BigInteger mainRemindTime3;
  private String serviceArea;
。。。。
 public String getMainTempHoldFlag() {
    return this.mainTempHoldFlag;
  }
  public void setMainTempHoldFlag(String mainTempHoldFlag) {
    this.mainTempHoldFlag = mainTempHoldFlag;
  }
  public BigInteger getMainRemindGrade() {
    return this.mainRemindGrade;
  }
  public void setMainRemindGrade(BigInteger mainRemindGrade) {
    this.mainRemindGrade = mainRemindGrade;
  }
}
NoSuchMethodError 但是该方法已经改变,报原来那个方法找不到[图片]

|
这个需要在helper类里加一个特殊处理

    
 
 
 
本站(WWW.)旨在分享和传播互联网科技相关的资讯和技术,将尽最大努力为读者提供更好的信息聚合和浏览方式。
本站(WWW.)站内文章除注明原创外,均为转载、整理或搜集自网络。欢迎任何形式的转载,转载请注明出处。












  • 相关文章推荐
  • 他们说是环境不正确:以知我的代码(极简的),编译没错,运行时出错:“java.lang.NoSuchMethodError: main /Exception in thread "main"
  • java.lang.NoSuchMethodError when run j2ee -verbose
  • Exception in thread "main" java.lang.NoSuchMethodError: main


  • 站内导航:


    特别声明:169IT网站部分信息来自互联网,如果侵犯您的权利,请及时告知,本站将立即删除!

    ©2012-2021,,E-mail:www_#163.com(请将#改为@)

    浙ICP备11055608号-3