Closed AlexZhidkov closed 5 years ago
I've seen that before with out having an Azure SQL database. I don't know what causes it and it usually doesn't stop the app from working. I think it may be a second instance trying to start up.
Do you have any errors in the web.log file? When I initially setup an Azure SQL database the default collation was in-compatible with SQ and this error was in that file.
ERROR web[][o.s.s.p.Platform] Web server startup failed: Database collation must be case-sensitive and accent-sensitive. It is SQL_Latin1_General_CP1_CI_AS but should be SQL_Latin1_General_CP1_CS_AS.
I recreated the Azure SQL database with SQL_Latin1_General_CP1_CS_AS collation and it worked. Let me know if that solves your problem.
When I initially deployed the site worked fine with internal database. I'm trying to change to use Azure SQL Server now. I've updated sonar.properties file to set sonar.jdbc.username, sonar.jdbc.password and sonar.jdbc.url. SonarQube connected to the database and created tables but I get following errors in sonar.log:
What do I need to do to fix this?