Closed GoogleCodeExporter closed 9 years ago
Unfortunately, it seems that the IP address can't be determined (from Java) for
that host.
In fact, hostName is found by "InetAddress.getLocalHost().getHostName()"
and ip address is found by "InetAddress.getLocalHost().getHostAddress()".
And in both case, InetAddress.getLocalHost() throws an UnknownHostException "to
indicate that the IP address of a host could not be determined". You can see
http://docs.oracle.com/javase/6/docs/api/java/net/UnknownHostException.html
In this case, javamelody displays "unknown" as you have seen. And I can't
display anything else.
Can we close this issue as invalid?
Original comment by evernat@free.fr
on 29 Nov 2013 at 4:21
Sure, close the issue. Thanks for the response.
Original comment by msymo...@gmail.com
on 30 Nov 2013 at 10:45
ok
Original comment by evernat@free.fr
on 30 Nov 2013 at 10:53
Original issue reported on code.google.com by
msymo...@gmail.com
on 28 Nov 2013 at 12:58