Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

AWS STS: IllegalStateException "Connection pool shut down" #195

Closed
pwannenmacher opened this issue Apr 18, 2024 · 0 comments · Fixed by #196
Closed

AWS STS: IllegalStateException "Connection pool shut down" #195

pwannenmacher opened this issue Apr 18, 2024 · 0 comments · Fixed by #196
Assignees
Labels
bug Something isn't working

Comments

@pwannenmacher
Copy link
Member

A connection to S3 always fails after some time. According to aws/aws-sdk-java#1282 and aws/aws-sdk-java-v2#4386, the DefaultCredentialsProvider does not seem to be recreated for each call as expected, but uses an existing one. After 1h the DefaultCredentialsProvider seems to cut all existing connections (or they become invalid) and the above mentioned error occurs.

@pwannenmacher pwannenmacher self-assigned this Apr 18, 2024
@pwannenmacher pwannenmacher added the bug Something isn't working label Apr 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
1 participant