[ 
https://issues.apache.org/jira/browse/CAMEL-3977?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Claus Ibsen resolved CAMEL-3977.
--------------------------------
    Resolution: Cannot Reproduce

> Timeouts in camel-dns
> ---------------------
>
>                 Key: CAMEL-3977
>                 URL: https://issues.apache.org/jira/browse/CAMEL-3977
>             Project: Camel
>          Issue Type: Test
>    Affects Versions: 2.7.0
>         Environment: OSX 10.6.7, JDK6
>            Reporter: Hadrian Zbarcea
>            Assignee: Hadrian Zbarcea
>            Priority: Minor
>             Fix For: Future
>
>
> Tests for the DnsIpEndpoint and DnsLookupEndpoint consistently fail on my OS 
> X box (but they don't on Linux or Win).
> {code}
> Caused by: java.net.UnknownHostException: unknown host
>         at org.xbill.DNS.Address.lookupHostName(Address.java:239)
>         at org.xbill.DNS.Address.getByName(Address.java:264)
> {code}
> The cause seems to be related to Lookup receiving a response of type == 
> DELEGATION, which causes the exception above and may be related to the 
> router's NAT. Using different NS server configuration didn't help.
> For the DnsIpEndpoint, changing from org.xbill.DNS.Address.getByName() to 
> java.net.InetAddress.getByName() solves the problem, I am looking for a 
> solution for the Lookup endpoint too.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to