Submitted On 15-JAN-1998
haui
Real problem in networks without nameserver
connected to the internet only over a dial-up
connection. Hostnames can't be resolved any more
if a hostname lookup fails, before the connection
is established.
Submitted On 05-MAR-1999
falocite
this is a problem when your application is a servlet.
How can your restart it?
and How can you know that it stopped?
Submitted On 24-NOV-1999
Kierstead
I tried to use the property described above to
get around this problem without success:
java -Djava.net.namelookup.cache=0 ...
I'm using Java v1.2.2, is the property still
valid for this version?
Submitted On 17-FEB-2000
plundin
This bug is not fixed, it still appears in 1.2.1 final release.
When using dial-up connection this is an unacceptable problem
that render all network classes unusable.
What is the java.net.namelookup.cache ? There is not such
property at all.
Submitted On 18-FEB-2000
plundin
After some research into the sources of jdk 1.2.1
This seem to toggle the caching policy in jdk 1.2.1:
java -Dsun.net.inetaddr.ttl=0
this is the property that the sun.net.InetAddressCachePolicy
is using and which in turn are used by java.net.InetAddress.
Submitted On 18-DEC-2000
lindamarcella
In jdk.1.2.2, is there an equivalent variable setting to
clear the UnknownHostException? I'm not able to clear an
UnknownHostException without exiting the application. For
example, if the application starts with the phone cord
disconnected, then after getting the UnknownHostException,
and reconnecting the cable, it continues to give the
exception.
Submitted On 01-NOV-2001
spamspamspam4
THIS IS NOT FIXED!
YOU ARE BREAKING THE INTERNET STANDARDS ON DNS - You *MUST
NOT* permanently cache DNS results - there is NO POINT in
the DNS system if you are going to do this.
Please re-open this bug until you have properly fixed it
(CHANGE THAT DEFAULT BEHAVIOUR!)
Submitted On 07-MAY-2002
jwan
How has this changed in 1.3 and 1.4? I see that the 1.4
API docs mention networkaddress.cache.ttl and
networkaddress.cache.negative.ttl. Do these two parameters
override the sun.net.inetaddr.ttl parameter from 1.2?
Submitted On 14-FEB-2003
alen_ribic
I'm having this problem using version 1.3.x, but not using
version 1.4.x
Is there a work around for this InetAddress cache problem?
Please any one...this would be great help.
Submitted On 17-NOV-2005
losmost
Is this bug related to 624750?
There seem to be various issues surrounding the lack of honoring networkaddress.cache.ttl.
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|