Hello, I encountered a problem after my installation of sonarqube server. It keeps on failing to start successfully.
These are the errors in the logs:
For sonar.log
The are the config parameters:
sonar.jdbc.username=
sonar.jdbc.password=
sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonarqube;integratedSecurity=true
sonar.web.javaOpts=-server
sonar.web.javaAdditionalOpts=-server
sonar.web.host=127.0.0.1
sonar.web.context=/sonarqube
sonar.web.port=9000
Please can you advise? I have been trying to get this fixed for three days straight now but no headway.