[ 
https://issues.apache.org/jira/browse/HTTPCLIENT-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13569077#comment-13569077
 ] 

Oleg Kalnichevski commented on HTTPCLIENT-1313:
-----------------------------------------------

There have been other changes in the trunk. Please update your local copy. 
Here's the revision containing the fix [1]

Oleg

[1] http://svn.apache.org/viewvc?view=revision&revision=1440520
                
> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to