SonarLint does not see server bindings

IntelliJ IDEA → Settings → Other Settings → General SonarLint Settings SonarQube Servers: Localhost ( http: // localhost: 9000 ; login: admin; password: admin; test connection - "Authentification successful") Update binding: a few seconds ago

IntelliJ IDEA → Settings → Other Settings → SonarLint Project Settings Server Binding: Localhost SonarQube Project: Transferring Server Binding First

But it is already connected! What could be wrong? The web interface also cannot see the project. When you click Anailze using SonarLint in the workspace, I get a pop-up with the error: "The project is associated with an invalid SonarQube server. Plase, check the configuration"

+5
source share
1 answer

Go to http: // localhost: 9000

Then go to the administration

Then go to project management

Then click "Create Project", enter the name of the project in the same way as in your IDE.

Then go to

IntelliJ IDEA → Settings → Other Settings → SonarLint Project Server Binding Settings:

Click the update link.

What is it.

+11
source

All Articles