Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Paul Taylor
On 11/11/2013 15:35, Alan Bateman wrote: On 11/11/2013 09:09, Paul Taylor wrote: Trouble is I cannot replicate the problem myself even if remove entries from /etc/hosts it is only a problem some of my customers are having Paul The reports on this issue (assuming it is the same thing as JDK-7

Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Alan Bateman
On 11/11/2013 09:09, Paul Taylor wrote: Trouble is I cannot replicate the problem myself even if remove entries from /etc/hosts it is only a problem some of my customers are having Paul The reports on this issue (assuming it is the same thing as JDK-7180557) were sparse and it took a while to

Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Paul Taylor
On 11/11/2013 09:02, Alan Bateman wrote: On 08/11/2013 16:48, Paul Taylor wrote: It works okay for me but for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert:

Re: Problem with InetAddress.getLocalHost() on Java 7

2013-11-11 Thread Alan Bateman
On 08/11/2013 16:48, Paul Taylor wrote: It works okay for me but for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert: nodename nor servname provided, or not kn

Problem with InetAddress.getLocalHost() on Java 7

2013-11-08 Thread Paul Taylor
It works okay for me but for a particular customer InetAddress.getLocalHost() is failing with Java 7 although it works okay with Java 6 with the following exception java.net.UnknownHostException: rupert: rupert: nodename nor servname provided, or not known at java.net.InetAddress.getLocal