Getting org.sonar.process.MessageException: Unsupported JDBC driver provider: posgresqtl while conneting to AWSRDS->postgres 13.1 database

Must-share information (formatted with Markdown):
SobarQube version → 8.9 LTS

Getting following exception when trying to connect to AWS RDS postgres database (13.1) from sonarqubesrver 8.9 LTS, whereas it was working fine with local postgres database with same drive

Here is properties file
onar.jdbc.username=sonar
sonar.jdbc.password=password
sonar.jdbc.url=jdbc:posgresqtl://sonarqubedb.anyvalue.us-west-2.rds.amazonaws.com:5432/sonarqubedb
sonar.web.javaOpts=-Djava.net.preferIPv4Stack=true
sonar.web.javaAdditionalOpts=-server
sonar.web.host=0.0.0.0

Hi,

Is this a copy/paste from your properties? It looks like a typo in the URL:

(versus postgresql)

 
Ann

Hi,

Is your question related to this one?

It seems odd to me that two unrelated posts would have exactly the same typo in the underlying details…

 
Ann

Thanks, Ann, it worked.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.