You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@xml.apache.org by Ariel <ar...@quiver.com> on 2000/12/04 15:15:17 UTC

Deployment problem

When I try to run the addressbook sample I get the following exception:
 
Caught SOAPException (SOAP-ENV:Protocol): java.lang.NoSuchMethodError
	at org.apache.soap.util.xml.QName.<init>(QName.java:80)
	at org.apache.soap.util.xml.QName.matches(QName.java:146)
	at org.apache.soap.Envelope.unmarshall(Envelope.java:210)
	at
org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:18
2)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
	at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
	at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
	at
allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
a:88)
	at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
	at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
	at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
	at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
	at allaire.jrun.WorkerThread.run(WorkerThread.java:74)

I'm running soap2.0 with Xerces1.2.2. Does anyone knows what could be the
problem?

Thanks,

Ariel Almos

Re: Deployment problem

Posted by Vishal Singla <si...@ebprovider.com>.
I encounter the same problem while running this sample.

Ariel wrote:

> When I try to run the addressbook sample I get the following exception:
>
> Caught SOAPException (SOAP-ENV:Protocol): java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:210)
>         at
> org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:18
> 2)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
>         at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
>         at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a:88)
>         at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
>         at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
>         at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
>         at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
>         at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
>
> I'm running soap2.0 with Xerces1.2.2. Does anyone knows what could be the
> problem?
>
> Thanks,
>
> Ariel Almos


Re: Deployment problem

Posted by Vishal Singla <si...@ebprovider.com>.
I encounter the same problem while running this sample.

Ariel wrote:

> When I try to run the addressbook sample I get the following exception:
>
> Caught SOAPException (SOAP-ENV:Protocol): java.lang.NoSuchMethodError
>         at org.apache.soap.util.xml.QName.<init>(QName.java:80)
>         at org.apache.soap.util.xml.QName.matches(QName.java:146)
>         at org.apache.soap.Envelope.unmarshall(Envelope.java:210)
>         at
> org.apache.soap.server.http.RPCRouterServlet.doPost(RPCRouterServlet.java:18
> 2)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:772)
>         at javax.servlet.http.HttpServlet.service(HttpServlet.java:865)
>         at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1013)
>         at allaire.jrun.servlet.JRunSE.runServlet(JRunSE.java:925)
>         at
> allaire.jrun.servlet.JRunRequestDispatcher.forward(JRunRequestDispatcher.jav
> a:88)
>         at allaire.jrun.servlet.JRunSE.service(JRunSE.java:1131)
>         at allaire.jrun.servlet.JvmContext.dispatch(JvmContext.java:330)
>         at allaire.jrun.http.WebEndpoint.run(WebEndpoint.java:107)
>         at allaire.jrun.ThreadPool.run(ThreadPool.java:267)
>         at allaire.jrun.WorkerThread.run(WorkerThread.java:74)
>
> I'm running soap2.0 with Xerces1.2.2. Does anyone knows what could be the
> problem?
>
> Thanks,
>
> Ariel Almos