Results 13 comments of Abed Ali

@sergiyvamz thanks for your response, secretsManagerSecretId value is purposely removed from the post. The username and password stored in the secrets are valid and I tested by reading them from...

@hsuamz thanks for the response. **Your question-1**: Are you able to retest your workflow without the driver using Java SDK V2? **Answer**: Yes, (Without V2 Java SDK secretsmanager) + aws...

Question: HikariConfig dataSourceProperties attribute that has following key:value pair. Is this being propagated to Connection object for establishing the connection? secretsManagerSecretId & secretsManagerRegion are custom properties to Hikari. HikariConfig -...

@sergiyvamz Thanks for the response The error stackTrace in my original post is after I included 'software.amazon.awssdk:secretsmanager:2.17.191' in the classpath. I'm sorry if I've missed mentioning this in my original...

@sergiyvamz not anymore after including 'software.amazon.awssdk:secretsmanager:2.17.191' in the classpath. The problem I'm experiencing is pasted in my original post. Its a different exception, seems like plugin couldn't read credentials from...

@sergiyvamz thanks for the response. May be you are not reading my response completely. My original post has the stacktrace from Day-1(since I reported the issue) and it is after...

@karenc-bq Thank you for your response. I've updated plugins order in connectionPluginFactories attribute and tested. The issue still exists. I've attached the error stacktrace to this message (stacktrace is too...

@davecramer Yes, your standalone jdbc code without Hikari works, the output is Result is : 1 I tried the following as well, just passing properties as part of the connection...

Thanks @davecramer , I'll wait for your response. Appreciate your time.

@davecramer I'm able to reproduce the problem by modifying your standalone program The culprit is 'autoReconnect=true' in the Connection URL If I place 'autoReconnect=true' property in the connection url, then...