当前位置:编程学习 > JAVA >>

spring 架构运行错误,请各位大侠帮忙了

在myeclipse运行没有问题,但是在weblogic部署环境下报错:
Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: <init>
at gov.gfmis.fiscalbudget.sys.sysiaestru.bs.MaxCodeBO.getMaxCodeNew(MaxCodeBO.java:30)
at jrockit.reflect.NativeMethodInvoker.invoke0(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:96)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.adapter.ThrowsAdviceInterceptor.invoke(ThrowsAdviceInterceptor.java:118)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy193.getMaxCodeNew(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke0(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:287)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:181)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:148)
at org.springframework.remoting.support.RemoteInvocationTraceInterceptor.invoke(RemoteInvocationTraceInterceptor.java:68)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:170)
at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:176)
at $Proxy193.getMaxCodeNew(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke0(Unknown Source)
at jrockit.reflect.NativeMethodInvoker.invoke(Unknown Source)
at jrockit.reflect.VirtualNativeMethodInvoker.invoke(Unknown Source)
at java.lang.reflect.Method.invoke(Unknown Source)
at com.caucho.hessian.server.HessianSkeleton.invoke(HessianSkeleton.java:157)
at org.springframework.remoting.caucho.HessianServiceExporter.handleRequest(HessianServiceExporter.java:91)
at org.springframework.web.servlet.mvc.SimpleControllerHandlerAdapter.handle(SimpleControllerHandlerAdapter.java:44) --------------------编程问答-------------------- 缺jar包吧 --------------------编程问答-------------------- Exception in thread "AWT-EventQueue-0" java.lang.NoSuchMethodError: <init>
缺少awtjava用户界面的架包?还是初始化的问题 --------------------编程问答--------------------
谢谢各位了,自己研究明白了,是一个方法里使用BigDecimal这类,写法有问题,造成客户端找不到该方法!
补充:Java ,  Java EE
CopyRight © 2012 站长网 编程知识问答 www.zzzyk.com All Rights Reserved
部份技术文章来自网络,