iksrazal wrote:
Em Quarta 30 Novembro 2005 05:38, o Jean-Claude Moissinac escreveu:

I'm a newbye with axis2
I've installed axis2 in a Tomcat 4.1.27 on my local Windows XP
The server seems correctly deployed. I can see
http://localhost:8080/axis2/listServices.jsp
and the list of deplyed services
But when I call everything, my web services as well as the samples from
the distribution, I get a 'connection refused' error:
C:\Outils\Axis\axis2-0.92-bin\samples\userguide\src\userguide\clients\bin>T
estEc hoBlockingClient.bat
org.apache.axis2.AxisFault: Connection refused: connect; nested
exception is:
java.net.ConnectException: Connection refused: connect; nested exception
is: org.apache.axis2.AxisFault: Connection refused: connect; nested
exceptio n is:
java.net.ConnectException: Connection refused: connect
at org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(Com
monsHTTPTransportSender.java:154)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:100)
at org.apache.axis2.clientapi.TwoWayTransportBasedSender.send(TwoWayTran
sportBasedSender.java:35)
at org.apache.axis2.clientapi.InOutMEPClient.invokeBlocking(InOutMEPClie
nt.java:177)

I'm searching where is the problem and I don't find a path to the solution.
Can someone give me some advice?


This could be a tomcat 4 issue because it implements the 2.3 servlet spec:
http://issues.apache.org/jira/browse/AXIS2-277?page=all

The issue is now resolved so I suggest either upgrading tomcat, or checking out axis2 out of subversion.
iksrazal


Thank's
I have switched to Tomcat 5 and it works.

Jean-Claude Moissinac

Reply via email to