In Windows 2K, if the ip<->host is mappend into the
".../system32/drivers/etc/hosts", FetchDNS doesn't
work. The problem is in the implementation of dnsjava
1.6.2 (and 1.6.4).
The problem is in the line:
// try to get the records for this host (assume domain
name)
// TODO: Bug #935119 concerns potential hang here
rrecordSet = dns.getRecords(dnsName, TypeType, ClassType);
the method return "null".
But the standard method (using java.net.InetAddress):
InetAddress address = InetAddress.getByName(dnsName);
work well.
e-mail: corrado.mio@tin.it
Nobody/Anonymous ( nobody ) - 2005-02-04 14:21
6
Closed
Fixed
Nobody/Anonymous
Protocols
None
Public
|
Date: 2007-03-14 00:20
|
|
Date: 2005-02-11 22:35 Logged In: YES |
|
Date: 2005-02-04 18:16 Logged In: YES |
|
Date: 2005-02-04 17:05 Logged In: YES |
| Field | Old Value | Date | By |
|---|---|---|---|
| resolution_id | None | 2005-02-11 22:35 | gojomo |
| close_date | - | 2005-02-11 22:35 | gojomo |
| status_id | Open | 2005-02-11 22:35 | gojomo |
| priority | 5 | 2005-02-04 18:16 | stack-sf |
Copyright © 2010 Geeknet, Inc. All rights reserved. Terms of Use