Dispatch InvokeAsync Hangs on Malformed URL.
--------------------------------------------
Key: AXIS2-1090
URL: http://issues.apache.org/jira/browse/AXIS2-1090
Project: Apache Axis 2.0 (Axis2)
Issue Type: Bug
Components: jaxws
Reporter: Nikhil Thaker
Priority: Minor
Attachments: JIRA_1090_AsyncHang.txt
When Dispatch is configured against a non existing endpoint (HostNotFound case)
the invokeAsync-callback will hang.
Attached is the stack trace for the issue:
org.apache.axis2.AxisFault: invalid.ibm.com; nested exception is:
java.net.UnknownHostException: invalid.ibm.com; nested exception is:
org.apache.axis2.AxisFault: invalid.ibm.com; nested exception is:
java.net.UnknownHostException: invalid.ibm.com
at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:227)
at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:638)
at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:353)
at
org.apache.axis2.description.OutInAxisOperationClient$NonBlockingInvocationWorker.run(OutInAxisOperation.java:432)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.runTask(ThreadPoolExecutor.java:650)
at
edu.emory.mathcs.backport.java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:675)
at java.lang.Thread.run(Thread.java:797)
I will attach the fix for this problem.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]