Return-Path: Delivered-To: apmail-hc-dev-archive@www.apache.org Received: (qmail 16687 invoked from network); 3 May 2008 01:04:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 May 2008 01:04:51 -0000 Received: (qmail 59619 invoked by uid 500); 3 May 2008 01:04:52 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 59589 invoked by uid 500); 3 May 2008 01:04:52 -0000 Mailing-List: contact dev-help@hc.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "HttpComponents Project" Delivered-To: mailing list dev@hc.apache.org Received: (qmail 59578 invoked by uid 99); 3 May 2008 01:04:52 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 02 May 2008 18:04:52 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 May 2008 01:04:07 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id F35A5234C119 for ; Fri, 2 May 2008 18:00:58 -0700 (PDT) Message-ID: <34468682.1209776458993.JavaMail.jira@brutus> Date: Fri, 2 May 2008 18:00:58 -0700 (PDT) From: "Paul Lindner (JIRA)" To: dev@hc.apache.org Subject: [jira] Closed: (HTTPCLIENT-769) java.lang.IllegalStateException: Connection already open. In-Reply-To: <1069304496.1209675175755.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HTTPCLIENT-769?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Lindner closed HTTPCLIENT-769. ----------------------------------- Works in heavy production load. There's a new behavior that results in a ConcurrentModificationException that I'll detail in a new bug. > 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 > Fix For: 4.0 Alpha 4 > > 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: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org