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 2B00FE6D9 for ; Fri, 1 Feb 2013 20:42:13 +0000 (UTC) Received: (qmail 41540 invoked by uid 500); 1 Feb 2013 20:42:13 -0000 Delivered-To: apmail-hc-dev-archive@hc.apache.org Received: (qmail 41505 invoked by uid 500); 1 Feb 2013 20:42:13 -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 41496 invoked by uid 99); 1 Feb 2013 20:42:13 -0000 Received: from arcas.apache.org (HELO arcas.apache.org) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Feb 2013 20:42:12 +0000 Date: Fri, 1 Feb 2013 20:42:12 +0000 (UTC) From: "Oleg Kalnichevski (JIRA)" To: dev@hc.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Commented] (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:comment-tabpanel&focusedCommentId=13569057#comment-13569057 ] Oleg Kalnichevski commented on HTTPCLIENT-1313: ----------------------------------------------- Clinton, I cannot reproduce the problem. Are you sure there is no 4.3-alpha1 on the classpath? 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