Girdhar Singh Rathore
Girdhar Singh Rathore

Reputation: 5585

project xxxx is associated to an unknown SonarQube server(). Please fix project association or add server in SonarQube plugin perfrences

When I open any java class in eclipse editor it is showing below popup message.

enter image description here

Upvotes: 2

Views: 6819

Answers (2)

KeyMaker00
KeyMaker00

Reputation: 6462

Another solution:

I had two Sonar-PlugIns (SonarQube and SonarLint). The first posted solution has't worked for me. But the following had worked: in eclipse installation directory, open the file:

<yourEclipseInstallDirectory>\configuration\customization.ini

And delete what is after the = sign.

org.sonar.ide.eclipse.core/servers/default/url=<deleteWhatIsHere>

Upvotes: 1

Kai
Kai

Reputation: 39631

Right click your project and choose SonarQube. then click on Remove the SonarQube server nature

EDIT

Another option is to go to Windows -> Preferences -> SonarQube -> Server and to remove or fix your server here.

Upvotes: 3

Related Questions