Quoting Samuel Meira <[EMAIL PROTECTED]>:

Where do you get this exception? On the server side or the client side?
Seems to me that kandula-jar is not on your class path.

-- dasarath

> Hi Dasarath
> 
> 
> I'm trying to execute the test-suite1 sample and the error below happens
> 
> 
> AxisFault
>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException
>  faultSubcode:
>  faultString: org.apache.axis.ConfigurationException: Can't find handler
> name:'null' type:'org.apache.kandula.geronimo.TxHandler' in the registry
> org.apache.axis.ConfigurationException: Can't find handler name:'null'
> type:'org.apache.kandula.geronimo.TxHandler' in the registry
>     at
> 
> 
> Please once more time.
> 
> Samuel M. de Oliveira
> 
> 
> 
> 2008/4/26 Samuel Meira <[EMAIL PROTECTED]>:
> 
> > Hi Dasarath
> >
> > The code fucntion correct, please disregard my last message.
> >
> >
> > If I have new problem, I'll ask you for help.
> >
> >
> > Thanks a lot
> >
> > Samuel M. de Oliveira
> >
> > ---------- Forwarded message ----------
> > From: Samuel Meira <[EMAIL PROTECTED]>
> > Date: 2008/4/26
> > Subject: Re: someone please commit the following
> > To: Dasarath Weeratunge <[EMAIL PROTECTED]>
> >
> >
> > Hi Dasarath
> >
> > The error reported below, continues.
> >
> > I did the following steps:
> >
> > I moved the lib files
> >
> > from %kandula1_home%\target\lib to %Tomcat_home%\shared\lib
> >
> > and
> >
> > from %kandula1_home%\target\lib to %axis_deploy%\WEB-INF\lib
> >
> > and the problem continues.
> >
> > Please help me again
> >
> > Thanks a lot,
> >
> > Samuel Meira de Oliveira
> >
> >
> > 2008/4/21 Dasarath Weeratunge <[EMAIL PROTECTED]>:
> >
> > Quoting Samuel Meira <[EMAIL PROTECTED]>:
> > >
> > >
> > > > Exception:
> > > > java.lang.Exception: Method 'process' does not match any of the valid
> > > > signatures for message-style service methods
> > >
> > > Make sure that the version of your axis server and the version of axis
> > > jar's
> > > used by maven to build Kandula (found in $kandula-home/target/lib) is
> > > the same.
> > >
> > > -- dasarath
> > >
> > >
> > >
> > > >     at
> > > org.apache.axis.InternalException.<init>(InternalException.java:71)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.checkMessageMethod
(JavaServiceDesc.java:835)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.createOperationForMethod
(JavaServiceDesc.java:1239)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.createOperationsForName
(JavaServiceDesc.java:1150)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.getSyncedOperationsForName
(JavaServiceDesc.java:1112)
> > > >     at
> > > >
> > >
> > >
> 
org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospectionRecurs
ive(JavaServiceDesc.java:962)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospection
(JavaServiceDesc.java:896)
> > > >     at
> > > >
> > >
> org.apache.axis.providers.java.JavaProvider.initServiceDesc
(JavaProvider.java:477)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc
(SOAPService.java:286)
> > > >     at
> > > >
> > >
> org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance
(WSDDService.java:500)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices
(WSDDDeployment.java:503)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.configuration.FileProvider.getDeployedServices
(FileProvider.java:296)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.transport.http.AxisServlet.reportAvailableServices
(AxisServlet.java:482)
> > > >     at
> > > > org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:260)
> > > >     at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> > > >     at
> > > >
> > >
> org.apache.axis.transport.http.AxisServletBase.service
(AxisServletBase.java:327)
> > > >     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:269)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:188)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:213)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:174)
> > > >     at
> > > >
> > >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> > > >     at
> > > >
> > >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> > > >     at
> > > >
> > >
> org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:108)
> > > >     at
> > > >
> > >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
> > > >     at
> > > >
> > >
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
> > > >     at
> > > >
> > >
> > >
> 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConne
ction(Http11BaseProtocol.java:665)
> > > >     at
> > > >
> > >
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
(PoolTcpEndpoint.java:528)
> > > >     at
> > > >
> > >
> > >
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
(LeaderFollowerWorkerThread.java:81)
> > > >     at
> > > >
> > >
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:689)
> > > >     at java.lang.Thread.run(Unknown Source)
> > > > - Exception:
> > > > org.apache.axis.InternalException: java.lang.Exception: Method
> > > 'process'
> > > > does not match any of the valid signatures for message-style service
> > > methods
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.checkMessageMethod
(JavaServiceDesc.java:835)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.createOperationForMethod
(JavaServiceDesc.java:1239)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.createOperationsForName
(JavaServiceDesc.java:1150)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.getSyncedOperationsForName
(JavaServiceDesc.java:1112)
> > > >     at
> > > >
> > >
> > >
> 
org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospectionRecurs
ive(JavaServiceDesc.java:962)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.description.JavaServiceDesc.loadServiceDescByIntrospection
(JavaServiceDesc.java:896)
> > > >     at
> > > >
> > >
> org.apache.axis.providers.java.JavaProvider.initServiceDesc
(JavaProvider.java:477)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.handlers.soap.SOAPService.getInitializedServiceDesc
(SOAPService.java:286)
> > > >     at
> > > >
> > >
> org.apache.axis.deployment.wsdd.WSDDService.makeNewInstance
(WSDDService.java:500)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.deployment.wsdd.WSDDDeployment.getDeployedServices
(WSDDDeployment.java:503)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.configuration.FileProvider.getDeployedServices
(FileProvider.java:296)
> > > >     at
> > > >
> > >
> > >
> org.apache.axis.transport.http.AxisServlet.reportAvailableServices
(AxisServlet.java:482)
> > > >     at
> > > > org.apache.axis.transport.http.AxisServlet.doGet(AxisServlet.java:260)
> > > >     at javax.servlet.http.HttpServlet.service(HttpServlet.java:690)
> > > >     at
> > > >
> > >
> org.apache.axis.transport.http.AxisServletBase.service
(AxisServletBase.java:327)
> > > >     at javax.servlet.http.HttpServlet.service(HttpServlet.java:803)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.ApplicationFilterChain.internalDoFilter
(ApplicationFilterChain.java:269)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.ApplicationFilterChain.doFilter
(ApplicationFilterChain.java:188)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.StandardWrapperValve.invoke
(StandardWrapperValve.java:213)
> > > >     at
> > > >
> > >
> > >
> org.apache.catalina.core.StandardContextValve.invoke
(StandardContextValve.java:174)
> > > >     at
> > > >
> > >
> org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:127)
> > > >     at
> > > >
> > >
> org.apache.catalina.valves.ErrorReportValve.invoke(ErrorReportValve.java:117)
> > > >     at
> > > >
> > >
> org.apache.catalina.core.StandardEngineValve.invoke
(StandardEngineValve.java:108)
> > > >     at
> > > >
> > >
> org.apache.catalina.connector.CoyoteAdapter.service(CoyoteAdapter.java:174)
> > > >     at
> > > >
> > >
> org.apache.coyote.http11.Http11Processor.process(Http11Processor.java:874)
> > > >     at
> > > >
> > >
> > >
> 
org.apache.coyote.http11.Http11BaseProtocol$Http11ConnectionHandler.processConne
ction(Http11BaseProtocol.java:665)
> > > >     at
> > > >
> > >
> org.apache.tomcat.util.net.PoolTcpEndpoint.processSocket
(PoolTcpEndpoint.java:528)
> > > >     at
> > > >
> > >
> > >
> org.apache.tomcat.util.net.LeaderFollowerWorkerThread.runIt
(LeaderFollowerWorkerThread.java:81)
> > > >     at
> > > >
> > >
> org.apache.tomcat.util.threads.ThreadPool$ControlRunnable.run
(ThreadPool.java:689)
> > > >     at java.lang.Thread.run(Unknown Source)
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > 2008/4/20, Dasarath Weeratunge <[EMAIL PROTECTED]>:
> > > > >
> > > > > Please change project.properties as:
> > > > >
> > > > > maven.repo.remote =
> > > > > http://repo1.maven.org/maven/,http://people.apache.org/repository/
> > > > >
> > > > > # http://www.apache.org/dist/,http://people.apache.org/repository/,
> > > > > http://mirrors.sunsite.dk/maven/, http://dist.codehaus.org/,
> > > > > http://jakarta.apache.org/commons/logging/,
> > > > >
> > > > >
> > > >
> > >
> > >
> http://vmgump.apache.org/gump/public-
jars/,http://apache.reverse.net/pub/apache/java-
repository/,http://mirrors.ibiblio.org/maven/
> > > > >
> > > > > My apache account is not working for some reason and hence I have no
> > > > > access to SVN.
> > > > >
> > > > > thanks,
> > > > > -- dasarath
> > > > >
> > > > >
> > > ---------------------------------------------------------------------
> > > > > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > > > > For additional commands, e-mail: [EMAIL PROTECTED]
> > > > >
> > > > >
> > > >
> > >
> > >
> > >
> >
> >
> 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to