Hi I am trying to deloy a wsdd file to weblogic 6.0 using the following command java org.apache.axis.client.AdminClient -p 7001 deploy.wsdd and get the following error message at the server Any help would be appreciated
Jun 24, 2004 3:10:40 PM EDT> <Error> <HTTP> <[WebAppServletContext(3021676,axis)] Servlet failed with Exception java.lang.NoSuchMethodError at org.apache.axis.utils.XMLUtils.getSAXParser(XMLUtils.java:254) at org.apache.axis.encoding.DeserializationContextImpl.parse(DeserializationContextImpl.java:239) at org.apache.axis.SOAPPart.getAsSOAPEnvelope(SOAPPart.java:538) at org.apache.axis.Message.getSOAPEnvelope(Message.java:376) at org.apache.axis.server.AxisServer.invoke(AxisServer.java:318) at org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:854) at javax.servlet.http.HttpServlet.service(HttpServlet.java:760) at org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.java:339) at javax.servlet.http.HttpServlet.service(HttpServlet.java:853) at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:213) at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1265) at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1631) at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137) at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120) Thanks alot Ruchi