UnknownHostException in _info.jsp InetAddress.getLocalHost()
------------------------------------------------------------
Key: SOLR-481
URL: https://issues.apache.org/jira/browse/SOLR-481
Project: Solr
Issue Type: Bug
Reporter: Grant Ingersoll
Assignee: Grant Ingersoll
Priority: Minor
On some machines that have weird network settings, it is possible that
InetAddress.getLocalHost() throws an UnknownHostException in _info.jsp in the
admin console. This prevents the entire admin console from coming up.
The fix is to catch the exception and use a host string of "unknown host" or
something to that effect.
Patch shortly.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.