You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-user@ws.apache.org by Bert Coessens <Be...@esat.kuleuven.ac.be> on 2002/06/20 14:07:03 UTC

NoSuchMethodError

  Dear all,

I did the following really normal thing. It always worked before, but I 
must have changed something somewhere and since then I allways get the 
error NoSuchMethodError. If I go to the admin client everything works 
normal and I can visit the rpcrouter without any problem. In a desperate 
mood, I erased everything and started installing and configuring it all 
from zero and guess what... the problem stayed!!!
Can anybody help me with this?

%> java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter deploy DeployMSS.xml
Exception in thread "main" java.lang.NoSuchMethodError
    at org.apache.soap.rpc.SOAPContext.setRootPart(SOAPContext.java:416)
    at org.apache.soap.rpc.SOAPContext.setRootPart(SOAPContext.java:401)
    at 
org.apache.soap.transport.TransportMessage.save(TransportMessage.java:303)
    at 
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:308)
    at org.apache.soap.rpc.Call.invoke(Call.java:248)
    at 
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:129)
    at 
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:142)
    at 
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:230)

%> java org.apache.soap.server.ServiceManagerClient 
http://localhost:8080/soap/servlet/rpcrouter list
Exception in thread "main" java.lang.NoSuchMethodError
    at org.apache.soap.rpc.SOAPContext.setRootPart(SOAPContext.java:416)
    at org.apache.soap.rpc.SOAPContext.setRootPart(SOAPContext.java:401)
    at 
org.apache.soap.transport.TransportMessage.save(TransportMessage.java:303)
    at 
org.apache.soap.transport.http.SOAPHTTPConnection.send(SOAPHTTPConnection.java:308)
    at org.apache.soap.rpc.Call.invoke(Call.java:248)
    at 
org.apache.soap.server.ServiceManagerClient.invokeMethod(ServiceManagerClient.java:129)
    at 
org.apache.soap.server.ServiceManagerClient.deploy(ServiceManagerClient.java:142)
    at 
org.apache.soap.server.ServiceManagerClient.main(ServiceManagerClient.java:230)Dear 
all,

Thanks in advance!
Bert