Problem with start Sonar 8.3 windows

Hello. Help me please.

I created DB mssql 2016.
I created sql user “sonarqube”.
sonarqube is db_owner.

I run startSonar.bat in manual mode.
Sonar is not started.
log attachments

sonar.txt (2.7 KB)

I read logs.
In web logs
2020.06.29 11:49:37 INFO web[o.sonar.db.Database] Create JDBC data source for jdbc:sqlserver://dh-sql-02mssql16;databaseName=sonar

mssql16 - Instance MSsql server
dh-sql-02 - Server mssql16

dh-sql-02 have 2 sql server(2012 and 2016)
Default sql server is 2012

How should I write the database connection correctly? dh-sql-02\mssql16 - correctly instance ServerName

I did it
sonar.jdbc.url=jdbc:sqlserver://dh-sql-02\mssql16;databaseName=sonar2 - correctly

1 Like

Hi,

Welcome to the community and congrats on working through this!

 
:smiley:
Ann

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