[ 
https://issues.apache.org/jira/browse/SOLR-481?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Grant Ingersoll updated SOLR-481:
---------------------------------

    Attachment: SOLR-481.patch

Patch to catch the exception and use a default of "unknown" for the host.

> 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.

Reply via email to