Stefano Bagnara wrote:
my proposal is to add "-Dsun.net.inetaddr.ttl=10" or anything but "-1" to the startup parameters.

Otherwise backport the full change from trunk.

The first is the "least change" workaround, the last is the most correct.

A third, alternative, workaround is to add:
java.security.Security.setProperty("networkaddress.cache.ttl" , "10");
somewhere in our code.

Stefano


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to