Return-Path: X-Original-To: apmail-hc-dev-archive@www.apache.org Delivered-To: apmail-hc-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 72048EB26 for ; Wed, 30 Jan 2013 17:01:18 +0000 (UTC) Received: (qmail 98494 invoked by uid 500); 30 Jan 2013 17:01:17 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 98450 invoked by uid 500); 30 Jan 2013 17:01:17 -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 98407 invoked by uid 99); 30 Jan 2013 17:01:17 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 30 Jan 2013 17:01:17 +0000 Date: Wed, 30 Jan 2013 17:01:17 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Resolved] (HTTPCLIENT-1313) IllegalStateException when using AWS SDK MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/HTTPCLIENT-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Oleg Kalnichevski resolved HTTPCLIENT-1313. ------------------------------------------- Resolution: Fixed Fix Version/s: 4.3 Alpha2 Fixed in SVN trunk. Please re-test. Oleg > IllegalStateException when using AWS SDK > ---------------------------------------- > > Key: HTTPCLIENT-1313 > URL: https://issues.apache.org/jira/browse/HTTPCLIENT-1313 > Project: HttpComponents HttpClient > Issue Type: Bug > Components: HttpClient > Affects Versions: 4.3 Alpha1 > Reporter: Clinton Nielsen > Fix For: 4.3 Alpha2 > > > As noted on the AWS developer forum here: https://forums.aws.amazon.com/message.jspa?messageID=417487, an IllegalStateException occurs when attempting to connect to AWS while using 4.3-alpha1 > I stepped through the code, and found that the failure occurs at line 132 in the open(...) function in org.apache.http.impl.conn.AbstractPoolEntry. > Asserts.notNull(this.tracker, "Route tracker"); <== FAILS | this.tracker is null > Commenting lines 132 and 133 made the problem go away (ie, I was able to communicate succesfully with AWS, with no errors or warnings), though I've done no research into what a proper fix might be. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@hc.apache.org For additional commands, e-mail: dev-help@hc.apache.org