Results 1 to 2 of 2
- 08-19-2009, 08:39 AM #1
Member
- Join Date
- Aug 2009
- Posts
- 1
- Rep Power
- 0
NoSuchMethodError AxisFault.makeFault
Hi,
I have created a webservice client using a wsdl url using eclipse. We are trying to deployed it on our weblogic server and it is throwing a exception at runtime as mentioned below. But, the same is working fine when I try to access it from my eclipse.
we are using weblogic 7
All the jar files are in there.
1. axis.jar
2. commons.logging_1.0.4.jar
3. commons-discovery-0.2.jar
4. jaxrpc.jar
5. jdom.jar
6. rt.jar
7. saaj.jar
can you please let me know what can be the reason for which I am getting this error message and the possible solution for the same.
java.lang.NoSuchMethodError
at org.apache.axis.AxisFault.makeFault(AxisFault.java :101)
at org.apache.axis.transport.http.HTTPSender.invoke(H TTPSender.java:154)
at org.apache.axis.strategies.InvocationStrategy.visi t(InvocationStrategy.java:32)
at org.apache.axis.SimpleChain.doVisiting(SimpleChain .java:118)
at org.apache.axis.SimpleChain.invoke(SimpleChain.jav a:83)
at org.apache.axis.client.AxisClient.invoke(AxisClien t.java:165)
at org.apache.axis.client.Call.invokeEngine(Call.java :2784)
at org.apache.axis.client.Call.invoke(Call.java:2767)
at org.apache.axis.client.Call.invoke(Call.java:2443)
at org.apache.axis.client.Call.invoke(Call.java:2366)
at org.apache.axis.client.Call.invoke(Call.java:1812)
at com.ipru.AgentServicePortSoapBindingStub.getAgentI nfo(AgentServicePortSoapBindingStub.java:103[/url])
at com.ipru.AgentServicePortProxy.getAgentInfo(AgentS ervicePortProxy.java:50[/url])
at com.ipru.EncryptionWebserviceMainCall.EncrypCode(E ncryptionWebserviceMainCall.java:28[/url])
at jsp_servlet._advisor.__Sales_intermediate._jspServ ice(__Sales_intermediate.java:136)
at weblogic.servlet.jsp.JspBase.service(JspBase.java: 27)
at weblogic.servlet.internal.ServletStubImpl$ServletI nvocationAction.run(ServletStubImpl.java:1058)
at weblogic.servlet.internal.ServletStubImpl.invokeSe rvlet(ServletStubImpl.java:401)
at weblogic.servlet.internal.TailFilter.doFilter(Tail Filter.java:20)
at weblogic.servlet.internal.FilterChainImpl.doFilter (FilterChainImpl.java:27)
at weblogic.servlet.internal.WebAppServletContext$Ser vletInvocationAction.run(WebAppServletContext.java :5451)
at weblogic.security.service.SecurityServiceManager.r unAs(SecurityServiceManager.java:780)
at weblogic.servlet.internal.WebAppServletContext.inv okeServlet(WebAppServletContext.java:3105)
at weblogic.servlet.internal.ServletRequestImpl.execu te(ServletRequestImpl.java:2588)
at weblogic.kernel.ExecuteThread.execute(ExecuteThrea d.java:213)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.ja va:189)
Any help will be greatly appreciated..
Thank you for your help.
- 08-21-2009, 05:42 AM #2
Similar Threads
-
java.lang.NoSuchMethodError: org.apache.log4j.Logger.log(Ljava/lang/String;Lorg/apach
By rameshraj in forum JDBCReplies: 5Last Post: 03-17-2011, 02:26 PM -
[error] java.lang.NoSuchMethodError: main
By jon80 in forum New To JavaReplies: 1Last Post: 04-29-2009, 11:21 PM -
NoSuchMethodError : Main (isn't that a blatant lie)
By havfunonline in forum New To JavaReplies: 8Last Post: 07-28-2008, 02:55 AM -
Exception: AxisFault
By japuentem in forum Advanced JavaReplies: 0Last Post: 07-14-2008, 06:33 PM -
AxisFault faultCode:{http://schemas.xmlsoap.org/soap/envelope/
By Jack in forum Advanced JavaReplies: 2Last Post: 07-02-2007, 05:07 AM


LinkBack URL
About LinkBacks
Reply With Quote
Bookmarks