Quoting "[EMAIL PROTECTED]" <[EMAIL PROTECTED]>:
The problem is with the fault dispatch mechanism:
<service name="faultDispatcher" style="message">
<parameter name="className"
value="org.apache.kandula.coordinator.FaultDispatcher" />
<parameter name="allowedMethods" value="process" />
</service>
//////////////
public void process(SOAPEnvelope req, SOAPEnvelope resp)
///////////////
I recall having the same problem sometime back. Please try axis-user
list. Make sure to build and use kandula on the same axis version.
Just take off the fault dispatch service from the server-config.wsdd, if you do
not plan to test/use faults.
thanks,
--dasarath
> Hi,
> I have followed all the instructions for installing Kandula1 and I have
> deploy it with axis1.3.
> When I click on List for viewing all the deployed file I have
> this errors in Tomcat and also errors in axis (see after):
>
> Could you please help me? I 'm trying to use this in a research project.
> Thanks in advance.
>
> TOMCAT-----------------------------------------------------
>
> - Exception:
> java.lang.Exception: Method 'process' does not match any of the valid
> signatures
> for message-style service methods
> at
> org.apache.axis.InternalException.<init>(InternalException.java:71)
> at
> org.apache.axis.description.JavaServiceDesc.checkMessageMethod(JavaSe
> rviceDesc.java:835)
> at
> org.apache.axis.description.JavaServiceDesc.createOperationForMethod(
> JavaServiceDesc.java:1239)
> at
> org.apache.axis.description.JavaServiceDesc.createOperationsForName(J
> avaServiceDesc.java:1150)
> at
> org.apache.axis.description.JavaServiceDesc.getSyncedOperationsForNam
> e(JavaServiceDesc.java:1112)
> at
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospe
> ctionRecursive(JavaServiceDesc.java:962)
> at
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospe
> ction(JavaServiceDesc.java:896)
> at
> org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvi
> der.java:477)
> at
> org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(S
> OAPService.java:285)
> at
> org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDServi
> ce.java:500)
> at
> org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices(WS
> DDDeployment.java:503)
> at
> org.apache.axis.configuration.FileProvider.getDeployedServices(FilePr
> ovider.java:296)
> at
> org.apache.axis.transport.http.AxisServlet.reportAvailableServices(Ax
> isServlet.java:482)
> at
> org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:260
> )
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> at
> org.apache.axis.transport.http.AxisServletBase.service(AxisServletBas
> e.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> icationFilterChain.java:252)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:173)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:178)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:126)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:105)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:107)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:148)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :869)
> at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
> rocessConnection(Http11BaseProtocol.java:664)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
> int.java:527)
> at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
> lowerWorkerThread.java:80)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
> ool.java:684)
> at java.lang.Thread.run(Thread.java:595)
> - Exception:
> org.apache.axis.InternalException: java.lang.Exception: Method 'process' does
> no
> t match any of the valid signatures for message-style service methods
> at
> org.apache.axis.description.JavaServiceDesc.checkMessageMethod(JavaSe
> rviceDesc.java:835)
> at
> org.apache.axis.description.JavaServiceDesc.createOperationForMethod(
> JavaServiceDesc.java:1239)
> at
> org.apache.axis.description.JavaServiceDesc.createOperationsForName(J
> avaServiceDesc.java:1150)
> at
> org.apache.axis.description.JavaServiceDesc.getSyncedOperationsForNam
> e(JavaServiceDesc.java:1112)
> at
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospe
> ctionRecursive(JavaServiceDesc.java:962)
> at
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospe
> ction(JavaServiceDesc.java:896)
> at
> org.apache.axis.providers.java.JavaProvider.initServiceDesc(JavaProvi
> der.java:477)
> at
> org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc(S
> OAPService.java:285)
> at
> org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance(WSDDServi
> ce.java:500)
> at
> org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices(WS
> DDDeployment.java:503)
> at
> org.apache.axis.configuration.FileProvider.getDeployedServices(FilePr
> ovider.java:296)
> at
> org.apache.axis.transport.http.AxisServlet.reportAvailableServices(Ax
> isServlet.java:482)
> at
> org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:260
> )
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:689)
> at
> org.apache.axis.transport.http.AxisServletBase.service(AxisServletBas
> e.java:327)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
> at
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(Appl
> icationFilterChain.java:252)
> at
> org.apache.catalina.core.ApplicationFilterChain.doFilter(ApplicationF
> ilterChain.java:173)
> at
> org.apache.catalina.core.StandardWrapperValve.invoke(StandardWrapperV
> alve.java:213)
> at
> org.apache.catalina.core.StandardContextValve.invoke(StandardContextV
> alve.java:178)
> at
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.j
> ava:126)
> at
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.j
> ava:105)
> at
> org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineVal
> ve.java:107)
> at
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.jav
> a:148)
> at
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java
> :869)
> at
> org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.p
> rocessConnection(Http11BaseProtocol.java:664)
> at
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket(PoolTcpEndpo
> int.java:527)
> at
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt(LeaderFol
> lowerWorkerThread.java:80)
> at
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run(ThreadP
> ool.java:684)
> at java.lang.Thread.run(Thread.java:595)
>
> --------------------------------------------------------------
>
> AXIS---------------------------------------------------------
>
> Instead on Axis I can view 3 deployed services:
>
> InteropService (with the relative operations)
> TestSuite1 (with the relative operations)
> faultDispatcher (without operations)
>
> and then I have this error:
>
> AXIS error
> Sorry, something seems to have gone wrong... here are the details:
>
> Exception - org.apache.axis.InternalException: java.lang.Exception: Method
> 'process' does not match any of the valid signatures for message-style
> service methods
> ------------------------------------------------------------
> Moreover I cannot see the wsdl file of these services.
> ------------------------------------------------------------
>
>
>
>
>
> ------------------------------------------------------
> Riascolta i tuoi 33 e 45 giri con un bellissimo Giradischi RetrĂ², tecnologia
> HI-FI, collegamento PC e design anni '60 !
> http://click.libero.it/dmail2
>
>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]