[
https://issues.apache.org/jira/browse/HTTPCLIENT-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Paul Lindner updated HTTPCLIENT-769:
------------------------------------
Attachment: Hi5RemoteContentFetcher.java
This code is an implementation of a Fetcher interface as used in the Shindig
project. It's basically a proxy server, to a smallish set of backend servers (
< 50)
netstat -an |grep ':80[ ]*ESTAB' |awk '{print $5}'|sort |uniq -c |sort -rn
3 75.126.76.168:80
3 74.53.174.114:80
3 70.42.240.21:80
2 74.200.66.167:80
2 72.249.66.221:80
2 168.143.164.40:80
1 72.249.66.208:80
1 67.228.130.71:80
1 216.69.179.28:80
1 208.76.70.58:80
> java.lang.IllegalStateException: Connection already open.
> ---------------------------------------------------------
>
> Key: HTTPCLIENT-769
> URL: https://issues.apache.org/jira/browse/HTTPCLIENT-769
> Project: HttpComponents HttpClient
> Issue Type: Bug
> Components: HttpConn
> Affects Versions: 4.0 Alpha 4
> Environment: jdk 1.6, linux SUSE 10
> 244833 2008-05-01 11:03 lib/httpclient-4.0-alpha4-20080427.214350-9.jar
> 168993 2008-05-01 11:03 lib/httpcore-4.0-beta2-20080408.115743-9.jar
> 176761 2008-05-01 11:03 lib/httpcore-nio-4.0-beta2-20080408.115743-9.jar
> 22040 2008-05-01 11:03 lib/httpmime-4.0-alpha4-20080427.214350-9.jar
> Reporter: Paul Lindner
> Priority: Critical
> Attachments: Hi5RemoteContentFetcher.java
>
>
> I am seeing many of the same problems noted in HTTPCLIENT-741 using the
> latest builds from the maven repo.
> java.lang.IllegalStateException: Connection already open.
> at
> org.apache.http.impl.conn.AbstractPoolEntry.open(AbstractPoolEntry.java:150)
> at
> org.apache.http.impl.conn.AbstractPooledConnAdapter.open(AbstractPooledConnAdapter.java:119)
> at
> org.apache.http.impl.client.DefaultClientRequestDirector.execute(DefaultClientRequestDirector.java:308)
> at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:501)
> at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:456)
> at
> org.apache.http.impl.client.AbstractHttpClient.execute(AbstractHttpClient.java:422)
> at
> com.hi5.os.Hi5RemoteContentFetcher.fetch(Hi5RemoteContentFetcher.java:279)
--
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]