[
https://issues.apache.org/jira/browse/SOLR-481?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12570008#action_12570008
]
Yonik Seeley commented on SOLR-481:
-----------------------------------
Looks fine... so go ahead and use your new committer status :-)
> 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
> Attachments: SOLR-481.patch
>
>
> 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.