[prev in list] [next in list] [prev in thread] [next in thread] 

List:       httpclient-commons-dev
Subject:    [jira] Commented: (HTTPCLIENT-747) No entry created for this pool.
From:       "Sam Berlin (JIRA)" <jira () apache ! org>
Date:       2008-05-24 19:57:56
Message-ID: 664569423.1211659076679.JavaMail.jira () brutus
[Download RAW message or body]


    [ https://issues.apache.org/jira/browse/HTTPCLIENT-747?page=com.atlassian.jira.plu \
gin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12599616#action_12599616 \
] 

Sam Berlin commented on HTTPCLIENT-747:
---------------------------------------

Can't reproduce this issue anymore --  looks like the recent changes have fixed it.

> No entry created for this pool.
> -------------------------------
> 
> Key: HTTPCLIENT-747
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-747
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpConn
> Affects Versions: 4.0 Alpha 3
> Reporter: Roland Weber
> Priority: Minor
> Fix For: 4.0 Alpha 5 
> 
> 
> Followup to https://issues.apache.org/jira/browse/HTTPCLIENT-741, as reported by \
>                 Sam Berlin:
> java.lang.IllegalStateException: No entry created for this pool. \
> HttpRoute[{}->http://74.160.66.42:14561] at \
> org.apache.http.impl.conn.tsccm.RouteSpecificPool.freeEntry(RouteSpecificPool.java:137)
>  at org.apache.http.impl.conn.tsccm.ConnPoolByRoute.freeEntry(ConnPoolByRoute.java:337)
>  at org.apache.http.impl.conn.tsccm.ThreadSafeClientConnManager.releaseConnection(ThreadSafeClientConnManager.java:230)
>  at org.apache.http.impl.client.DefaultClientRequestDirector.execute(DefaultClientRequestDirector.java:427)
>  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:500)
>  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:455)
>  at org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:421)
>  at com.limegroup.gnutella.http.DefaultHttpExecutor.performRequest(DefaultHttpExecutor.java:97)
>  at com.limegroup.gnutella.http.DefaultHttpExecutor.access$000(DefaultHttpExecutor.java:26)
>  at com.limegroup.gnutella.http.DefaultHttpExecutor$MultiRequestor.run(DefaultHttpExecutor.java:139)
>  at org.limewire.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1006)
>  at org.limewire.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:549)
>  at java.lang.Thread.run(Thread.java:613)
> ---
> DefaultHttpExecutor$MultiRequestor basically is just a Runnable / Cancellable \
> [exposes a cancel() method] that can be cancelled from any thread. cancel just \
> calls abort() on the current AbortableHttpRequest, but is called on a thread other \
> than the one that's doing the client.execute(request). The last one is the most \
> common exception, and seems to happen with some regularity. The other two we've \
> only seen once, so may just be a memory quirk (we've seen some crazy bugs, \
> including recursive NPEs while constructing an NPE.)

-- 
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-unsubscribe@hc.apache.org
For additional commands, e-mail: dev-help@hc.apache.org


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic