Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.8
  • OS: Windows 11 amd64
  • IDE: IntelliJ IDEA 2025.2.1
  • SonarQube for IDE: 11.10.0.83942
o.sl.ij.config.global.credentials.CredentialsException: 
                    Could not load token or login/password credentials for connection 'k003083'.
                    As a workaround, try removing and re-adding the connection.
                    This may also be caused by an issue with your system's credential storage.
                    Check your IDE's password storage settings in Settings > Appearance & Behavior > System Settings > Passwords.
	at o.sl.ij.config.global.credentials.CredentialsService.readCredentials(CredentialsService.kt:70)
	at o.sl.ij.config.global.credentials.CredentialsService.getCredentials$lambda$0(CredentialsService.kt:44)
	at o.sl.ij.util.ThreadUtilsKt.computeOnPooledThread$lambda$5(ThreadUtils.kt:72)
	at c.ij.oa.ap.impl.ApplicationImpl$5.call(ApplicationImpl.java:356)
	at c.ij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:86)
	at c.ij.util.concurrency.ContextCallable.call(ContextCallable.java:95)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:167)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:173)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:167)
	at c.ij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:735)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:732)
	at java.base/java.security.AccessController.doPrivileged(AccessController.java:400)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:732)
	at java.base/java.lang.Thread.run(Thread.java:1583)

Hello @k003083, are you connecting to SonarQube Server or Cloud? Please make sure that you are also using a USER token.

I am connecting to SonarQube Server. What is a USER token and how to get it and set up?

You can check the documentation on how to manage your tokens in SonarQube Server: Managing your tokens | SonarQube Server 2026.1 LTA | Sonar Documentation

You can generate new tokens at User > My Account > Security. Make sure to select User Token.