[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-799?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12740023#action_12740023
 ] 

Ortwin Glück commented on HTTPCLIENT-799:
-----------------------------------------

Alternatively, consider using an IdentityHashMap implementation in place of 
HashMap for MultiThreadedHttpConnectionManager.ConnectionPool#mapHosts. It 
should be noted that the caller should never alter HostConfiguration instances, 
once they may have been used in a request.

> Host connection pool not found, hostConfig=HostConfiguration for no apparent 
> reason
> -----------------------------------------------------------------------------------
>
>                 Key: HTTPCLIENT-799
>                 URL: https://issues.apache.org/jira/browse/HTTPCLIENT-799
>             Project: HttpComponents HttpClient
>          Issue Type: Bug
>          Components: HttpClient
>    Affects Versions: 3.1 Final
>            Reporter: Craig
>            Priority: Trivial
>
> We see this come up in our logs very frequently. I see absolutely no reason 
> why this error would occur, and the error is not a result of an exception - 
> the application works without a hitch and without interruption. Here is what 
> we see in the log:
> --
> ERROR
> org.apache.commons.httpclient.MultiThreadedHttpConnectionManager
> Host connection pool not found, 
> hostConfig=HostConfiguration[host=http://localhost:8082]
> ---
> There is no stack trace or other information.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@hc.apache.org
For additional commands, e-mail: dev-h...@hc.apache.org

Reply via email to