You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ruchi Sanghvi <rs...@gmail.com> on 2004/06/24 21:45:08 UTC

weblogic and AdminClient problem

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

Re: weblogic and AdminClient problem

Posted by Daniel Amadei <da...@yahoo.com.br>.
I didn't get this error but it seems to be a class version problem. Check your SAX Parser version / compatibility with Axis.

Gautham Mulakala <sm...@kmobjects.com> wrote:I got the same error.

Restarting the server solved the problem.

--Gautham


On Thu, 2004-06-24 at 15:45, Ruchi Sanghvi wrote:
> 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> 
> <[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





---------------------------------
Crie seu Yahoo! Mail, agora com 100MB de espaço, anti-spam e antivírus grátis!

Re: weblogic and AdminClient problem

Posted by Gautham Mulakala <sm...@kmobjects.com>.
I got the same error.

Restarting the server solved the problem.

--Gautham


On Thu, 2004-06-24 at 15:45, Ruchi Sanghvi wrote:
> 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