Replies: 2 comments
-
Hi @rnei00, thank you for reaching out.
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I need to add "Class.forName("org.postgresql.Driver"); " without it's not worked
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Some issue toconnect to my PostgreSQL database :
Caused by: java.sql.SQLException: No suitable driver at java.sql/java.sql.DriverManager.getDriver(Unknown Source) at software.amazon.jdbc.Driver.connect(Driver.java:97) at java.sql/java.sql.DriverManager.getConnection(Unknown Source) at java.sql/java.sql.DriverManager.getConnection(Unknown Source) at be.totalenergies.ctrm.integration.shipadapter.lambda.RetentionHandler.getDatabaseConnection(RetentionHandler.java:71) at be.totalenergies.ctrm.integration.shipadapter.lambda.RetentionHandler.handleRequest(RetentionHandler.java:41) ... 4 more
Code :
Someone can help me :p ?
Beta Was this translation helpful? Give feedback.
All reactions