[jira] [Commented] (ARIES-1556) fastbin provider fails if local host cannot be resolved

2016-05-31 Thread ASF subversion and git services (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15307621#comment-15307621
 ] 

ASF subversion and git services commented on ARIES-1556:


Commit ea825a3c3d2e7d7cdafdae84544d77fb631c0ba3 in aries-rsa's branch 
refs/heads/master from [~j.utzig]
[ https://git-wip-us.apache.org/repos/asf?p=aries-rsa.git;h=ea825a3 ]

[ARIES-1556] Don't fail if local host cannot be resolved. Closes #3


> 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
>Assignee: Christian Schneider
>
> 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)


[jira] [Commented] (ARIES-1556) fastbin provider fails if local host cannot be resolved

2016-05-31 Thread Johannes Utzig (JIRA)

[ 
https://issues.apache.org/jira/browse/ARIES-1556?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15307521#comment-15307521
 ] 

Johannes Utzig commented on ARIES-1556:
---

Added a pull request
https://github.com/apache/aries-rsa/pull/3

> 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)