HikariPool-1 - Exception - The TCP/IP connection to the host localhost, port 1433 has failed

Hi !

I’m trying to deploy Sonarqube 9.9, on debian 10 buster/Java 17 and Mysql (mariadb). When i’m trying to lauch the application, i got an error message about HikariPool:

com.microsoft.sqlserver.jdbc.SQLServerException: The TCP/IP connection to the host localhost, port 1433 has failed. Error: "Connection refused. Verify the connection properties. Make sure that an instance of SQL Server is running on the host and accepting TCP/IP connections at the port. Make sure that TCP connections to the port are not blocked by a firewall.

I deployed Sonarqube with the zip.

Username and password are in the config file, and this is the connection string:

sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonarcube

Any idea why ? Thanks in advance.

Hi,

Welcome to the community!

Unfortunately, we can’t tell you much more than you’ve already found in the logs:

 
Ann

Just to add to the answer from @ganncamp :

As per the requirements (https://docs.sonarqube.org/latest/requirements/prerequisites-and-overview/) this dbms is not supported at all by sonarqube. Might be the root of the problem at hand

Hope that helps

1 Like