You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@hc.apache.org by "Oleg Kalnichevski (JIRA)" <ji...@apache.org> on 2013/01/30 18:01:17 UTC

[jira] [Resolved] (HTTPCLIENT-1313) IllegalStateException when using AWS SDK

     [ 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