-
Notifications
You must be signed in to change notification settings - Fork 549
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
java.lang.NullPointerException calling provider.refresh() #181
Comments
Can you clarify your last comment? Does that mean it's only happening in 2.2.20 but not 2.2.21? |
And can you provide a snippet of how you're initializing your credentials provider so we can trace it through the SDK? |
Only with 2.2.20. Now I'm using 2.2.22 (No 2.3.0 for this reason: #129 (comment)), and the problem is not happen yet. This is my code:
|
Just to test, can you give it a run through with 2.3.0? Were you running into the issue on every run with 2.2.20, or was it intermittent? |
With 2.2.20 was intermittent, while with 2.2.22 is not happened yet! |
I have thus far not been able to reproduce with the more recent SDKs, has it been behaving? It may have just been an issue with an older one. |
Closing for now, please re-open if issue occurs in newer SDK releases. |
When I call provider.refresh(), sometimes, is thrown this exception:
My code is:
This error is happen with 2.2.20, I upgrade to 2.2.21 only yestarday...
Thank you
The text was updated successfully, but these errors were encountered: