versions are you using (SonarQube 9.5).
sonarqube is stopped after i edited my sonar.properties
es.log (16.9 KB)
web.log (29.2 KB)
Well i guess the username and or password for your configured database is wrong
i setup new password and username is same error
well not sure what else to say. the error message is pretty clear. can you connect to the database with the credentials that you provide to the application from the same system with psql?
psql -h localhost -p 5432 -d mydb -U <DB_username> -W
i find what’s problem. thank you so much for your helping.
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.