[
https://issues.apache.org/jira/browse/HTTPCLIENT-1313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13578367#comment-13578367
]
Eugen Paraschiv commented on HTTPCLIENT-1313:
---------------------------------------------
One additional note - this also happens with Spring Social (the Twitter
client).
> 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]