Johannes Utzig created ARIES-1556:
-------------------------------------
Summary: fastbin provider fails if local host cannot be resolved
Key: ARIES-1556
URL: https://issues.apache.org/jira/browse/ARIES-1556
Project: Aries
Issue Type: Bug
Components: Remote Service Admin
Affects Versions: rsa-1.8.0
Reporter: Johannes Utzig
TcpTransport tries to check if the remote host is actually the localhost and
uses localhost in such a case.
However, if 'InetAddress.getLocalHost().getHostName()' throws an
UnknownHostException, the TcpTransport is not created and all invocations
starve in the queue until the timeout is reached.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)