You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fx-dev@ws.apache.org by Picone Giuseppe <Gi...@atosorigin.com> on 2005/07/14 14:31:55 UTC

Problem with the example EchoClientAsyncAck of Apache Sandesha 1 .0-RC1 Release



 Jaliya 


I downloaded   Apache Sandesha 1.0-RC1 and deployed 

when I run the client  EchoClientAsyncAck it gives me: 

java.lang.NoSuchMethodError
org.apache.axis.message.addressing.util.AddressingUtils.getAnonymousRole
URI()Ljava/lang/String;

I explored the class in the addressing-SNAPSHOT.jar and the method is
present 

What is the problem? 






Follows the HTML stacktrace from TCPMON: 

<html><head><title>Apache Tomcat/5.5.7 - Error
report</title><style><!--H1
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;font-size:22px;} H2
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;font-size:16px;} H3
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;font-size:14px;} BODY
{font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;
} B
{font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D7
6;} P
{font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-s
ize:12px;}A {color : black;}A.name {color : black;}HR {color :
#525D76;}--></style> </head><body><h1>HTTP Status 500 - </h1><HR
size="1" noshade="noshade"><p><b>type</b> Exception
report</p><p><b>message</b> <u></u></p><p><b>description</b> <u>The
server encountered an internal error () that prevented it from
fulfilling this request.</u></p><p><b>exception</b>
<pre>javax.servlet.ServletException: Servlet execution threw an
exception

</pre></p><p><b>root cause</b> <pre>java.lang.NoSuchMethodError:
java.lang.NoSuchMethodError
org.apache.axis.message.addressing.util.AddressingUtils.getAnonymousRole
URI()Ljava/lang/String;

 
org.apache.sandesha.Constants$WSA.&lt;clinit&gt;(Constants.java:76) 
 
org.apache.sandesha.server.msgprocessors.CreateSequenceProcessor.setOutG
oingAddress(CreateSequenceProcessor.java:140)

 
org.apache.sandesha.server.msgprocessors.CreateSequenceProcessor.process
Message(CreateSequenceProcessor.java:96)

 
org.apache.sandesha.ws.rm.providers.RMProvider.processMessage(RMProvider
.java:120) 
 
org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:319
) 
 
org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.j
ava:32) 
        org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118) 
        org.apache.axis.SimpleChain.invoke(SimpleChain.java:83) 
 
org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:453) 
        org.apache.axis.server.AxisServer.invoke(AxisServer.java:281) 
 
org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:697) 
        javax.servlet.http.HttpServlet.service(HttpServlet.java:709) 
 
org.apache.axis.transport.http.AxisServletBase.service(AxisServletBase.j
ava:327) 
        javax.servlet.http.HttpServlet.service(HttpServlet.java:802) 
</pre></p><p><b>note</b> <u>The full stack trace of the root cause is
available in the Apache Tomcat/5.5.7 logs.</u></p><HR size="1"
noshade="noshade"><h3>Apache Tomcat/5.5.7</h3></body></html>