Operating system: Windows 11 Pro 24H2 build 26100.3775
SonarQube for IntelliJ plugin version: 10.30.0.82084
IntelliJ version: 2025.2.1
Programming language you’re coding in: Java
Is connected mode used:
SonarQube Cloud, SonarQube Server, or SonarQube Community Build? (if one of the latter two, which version?): SonarQube Server v25.1.0.102122
And a thorough description of the problem / question:
I have my project binded to the SonarQube server. When I start Windows and open Intellij, the plugin don’t analyse any file and, when I click on the “play” button, the process is stuck and never finishes. I’m solving it unbinding the project, restarting intellij and binding it again to the server. But I want to know if it is a bug that can be solved.
Could you please provide the logs from the start of the IDE, doing your actions until it is stuck? This would be helpful as the logs most often contain very valuable information on why something is not working.
The error indicates that the token used for the Connected Mode has no access to the SonarQube Server instance.
Is this a User Token used for the authentication? Only these are supported when using the IDE plug-in!
If you don’t know, you can check it either via the SonarQube Server instance, or you can change it if you are uncertain when doing the Connection Setup (or Editing the Connection).
If this does not work, please come back. The network connection issues might have different reasons, and this for now only covers the most common mistake.