Quoting Samuel Meira <[EMAIL PROTECTED]>:\

Most likely you do not have the coordination context in you outgoing messages
from client to server. You can use the tcp monitor verify this. Check whether
transaction handlers are properly configured and your .wsdd (client and server)
files are placed so that axis engine can find them.

-- dasarath


> Hi everybody and Dasarath
> 
> I think I'm to close to the end, but still occurring the error below. I
> don't know how to proceed.
> 
> Please help me.
> 
> Thanks a lot,
> 
> Samuel M. de Oliveira
> 
> 
> [TestSuite1SoapBindingImpl] STATUS_NO_TRANSACTION
> java.lang.NullPointerException
>     at
> TestSuite1SoapBindingImpl.enlistXA_OKOnPrepareResourceOperation(Unknown
> Source)
>     at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>     at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
>     at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
>     at java.lang.reflect.Method.invoke(Unknown Source)
>     at
> org.apache.axis.providers.java.RPCProvider.invokeMethod(RPCProvider.java:397)
>     at
> org.apache.axis.providers.java.RPCProvider.processMessage(RPCProvider.java:186)
>     at
> org.apache.axis.providers.java.JavaProvider.invoke(JavaProvider.java:323)
>     at
> org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrategy.java:32)
>     at org.apache.axis.SimpleChain.doVisiting(SimpleChain.java:118)
>     at org.apache.axis.SimpleChain.invoke(SimpleChain.java:83)
>     at
> org.apache.axis.handlers.soap.SOAPService.invoke(SOAPService.java:454)
>     at org.apache.axis.server.AxisServer.invoke(AxisServer.java:281)
>     at
> org.apache.axis.transport.http.AxisServlet.doPost(AxisServlet.java:699)
>     at javax.servlet.http.HttpServlet.service(HttpServlet.java:710)
>     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.processConnection(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)
> [CallbackRegistry] registerCallback: timeout= 0 callbacks.size= 5
> [TestSuite1SoapBindingImpl] STATUS_NO_TRANSACTION
> 
> 
> 
> 
> 
> 2008/4/29 Dasarath Weeratunge <[EMAIL PROTECTED]>:
> 
> > Quoting Samuel Meira <[EMAIL PROTECTED]>:
> >
> > Samuel,
> >
> > Please send all kandula questions to kandula-dev and there is not need to
> > attach
> > pictures.
> >
> > Connection refused typically means that your client cannot find the
> > server.
> > Kandula by default uses port 8081. This is assuming you run your axis
> > server
> > on port 8080 and would use TCPmon to connect port 8081 to 8080 so that you
> > can
> > view the communication.
> >
> > The ports can also be configured manually and that configuration is in
> > kandula.properties file if I remember correct. Do not forget to rebuild
> > the kandula jar and redeploy it if you change kandula.properties.
> >
> > -- dasarath
> >
> >
> >
> > > Hi again Dasarath
> > >
> > > I have started the TCP Mon, the image is attached
> > >
> > >
> > > And the error continues. I did all listed on the online documents at
> > > following section
> > >
> > > "How to setup the TCP sniffer
> > >
> > > The default configuration of Kandula assumes that you will use a TCP
> > sniffer
> > > such as the "tcpmon" tool that comes with Apache Axis to monitor TCP
> > traffic
> > > while running the sample applications. We also assume that Tomcat would
> > be
> > > run on port 8080 and services in Axis are deployed under the URL:
> > > http://localhost:8080/axis/services/. Hence, to facilitate monitoring of
> > > traffic, all Stubs in Kandula forward messages that would otherwise be
> > > forwarded to port 8080 to port 8081.
> > >
> > > Therefore, inorder to run the samples (or any other application that
> > uses
> > > Kandula in the default setting) you MUST forward port 8081 (of your
> > local
> > > machine) to port 8080.
> > >
> > > You can change this behaviour by editing the WSDL files in
> > > %KANDULA_HOME%/src/schema/ and rebuilding Kandula thereafter."
> > >
> > > *This text above was cuted from:
> > > http://ws.apache.org/kandula/1/ws-at--how_to_use.html*
> > >
> > > My apologies If I disturb you, but I really need it function correctly
> > for
> > > my university.
> > >
> > > Thank a lot once more time.
> > > Samuel Meira de Oliveira
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > 2008/4/27 Dasarath Weeratunge <[EMAIL PROTECTED]>:
> > >
> > > > Quoting Samuel Meira <[EMAIL PROTECTED]>:
> > > >
> > > > Check the ports. Kandula src by default assumes that you are using
> > > > the TCP monitor and Axis Server is listening at certain ports. You can
> > > > find
> > > > these instructions in on-line docs.
> > > >
> > > > -- dasarath
> > > >
> > > >
> > > >
> > > > > Dasarath, now the error is the following
> > > > >
> > > > > java.net.ConnectException: Connection refused: connect
> > > > >
> > > > >
> > > > > 2008/4/26 Samuel Meira <[EMAIL PROTECTED]>:
> > > > >
> > > > > > The problem was in client-config.wsdd file
> > > > > >
> > > > > > I was typing <handler type="org.apache.kandula.geronimo.TxHandler"
> > />
> > > > and
> > > > > > thecorrect is
> > > > > >
> > > > > > <handler type="*java:*org.apache.kandula.geronimo.TxHandler" />
> > > > > >
> > > > > >
> > > > > > Thanks a lot....
> > > > > >
> > > > > >
> > > > > > <handler type="java:org.apache.kandula.geronimo.TxHandler" />
> > > > > >
> > > > > >
> > > > > > 2008/4/26 Samuel Meira <[EMAIL PROTECTED]>:
> > > > > >
> > > > > > > Dasarath
> > > > > > >
> > > > > > > The problem continues, my classpath is attached...
> > > > > > >
> > > > > > > Do you have any idea what is this problem?
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Samuel M. de Oliveira
> > > > > > >
> > > > > > > 2008/4/26 Dasarath Weeratunge <[EMAIL PROTECTED]>:
> > > > > > >
> > > > > > > > Quoting Samuel Meira <[EMAIL PROTECTED]
> > > > > > > >
> > > > > > > > You need to have all the jars in the %kandula-home%/target/lib
> > in
> > > > your
> > > > > > > > classpath. These include the correct version of axis-jars,
> > > > kandula-jar
> > > > > > > > and
> > > > > > > > geronimo jars if you are using their TM with kandula. You
> > should
> > > > also
> > > > > > > > have the .wsdd files in you classpath.
> > > > > > > >
> > > > > > > > --dasarath
> > > > > > > >
> > > > > > > > > On client side..
> > > > > > > > >
> > > > > > > > > But really I did not configure anything on my classpath for
> > > > > > > > kandula-jar.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Is there any configuration?
> > > > > > > > >
> > > > > > > > > Samuel M. de Oliveira
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > 2008/4/26 Dasarath Weeratunge <[EMAIL PROTECTED]>:
> > > > > > > > >
> > > > > > > > > > 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<
> > http://schemas.xmlsoap.org/soap/envelope/%
> > > > > > > > 7DServer.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/<
> > > > > > > > http://vmgump.apache.org/gump/publ
> > > > > > > >
> > > > > ic-jars/,http://apache.reverse.net/pub/apache/java-
> > > > <http://vmgump.apache.org/gump/public-
> > > >
> > >
> > jars/,http://apache.reverse.net/pub/apache/java-<
> >
>
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