ConnectException thrown when running Xfer sample client
-------------------------------------------------------
Key: WSAS-698
URL: http://wso2.org/jira/browse/WSAS-698
Project: WSO2 WSAS
Issue Type: Bug
Components: samples
Environment: winxp, jdk15
Reporter: Charitha Kankanamge
Assigned To: Sanka Samaranayake
Priority: Critical
The system cannot find the path specified.
Using WSO2WSAS_HOME: C:\wsas\wsas-2.2\RC1\wso2wsas-2.2-RC1
Using JAVA_HOME: C:\Program Files\Java\jdk1.5.0_12
Creating a nex Customer
######Customer Info:######
Customer Id: 1
First Name: Roy
Last Name: Hill
Address: 321, Main Street
City: Manhattan Beach
State: CA
Zip: 9226
##########################
Exception in thread "main" org.apache.axis2.AxisFault: Connection timed out:
connect
at org.apache.axis2.AxisFault.makeFault(AxisFault.java:431)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:195)
at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:77)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(Common
sHTTPTransportSender.java:328)
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSen
der.java:206)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:419)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:382)
at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java
:214)
at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
at
org.wso2.wsas.sample.xfer.client.CustomerServiceClient.main(CustomerServiceClient.java:68
)
Caused by: java.net.ConnectException: Connection timed out: connect
at java.net.PlainSocketImpl.socketConnect(Native Method)
at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
at java.net.Socket.connect(Socket.java:519)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at
org.apache.commons.httpclient.protocol.ReflectionSocketFactory.createSocket(ReflectionSoc
ketFactory.java:139)
at
org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultP
rotocolSocketFactory.java:124)
at
org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
at
org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.op
en(MultiThreadedHttpConnectionManager.java:1321)
at
org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java
:386)
at
org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:17
0)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
at
org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:346)
at
org.apache.axis2.transport.http.AbstractHTTPSender.executeMethod(AbstractHTTPSender.java:
524)
at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:191)
... 8 more
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://wso2.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
_______________________________________________
Wsas-java-dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/wsas-java-dev