Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 25.0.3
  • OS: Mac OS X aarch64
  • IDE: IntelliJ IDEA 2026.2.1
  • SonarQube for IDE: 12.7.0.85118
o.sl.ij.config.global.credentials.CredentialsException: 
                    Could not load token or login/password credentials for connection 'SonarLint'.
                    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:67)
	at o.sl.ij.config.global.credentials.CredentialsService.getCredentials$lambda$0(CredentialsService.kt:41)
	at o.sl.ij.util.ThreadUtilsKt.computeOnPooledThread$lambda$1(ThreadUtils.kt:72)
	at c.ij.oa.ap.impl.ApplicationImpl$5.call(ApplicationImpl.java:414)
	at c.ij.util.concurrency.ContextCallable.lambda$call$2(ContextCallable.java:86)
	at c.ij.concurrency.ThreadContext.installThreadContext(threadContext.kt:307)
	at c.ij.util.concurrency.ContextCallable.lambda$call$1(ContextCallable.java:83)
	at c.ij.util.concurrency.ContextCallable.call(ContextCallable.java:96)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:328)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:193)
	at c.ij.util.concurrency.ChildContext$runInChildContext$1.invoke(propagation.kt:193)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:199)
	at c.ij.util.concurrency.ChildContext.runInChildContext(propagation.kt:193)
	at c.ij.util.concurrency.ContextRunnable.lambda$run$0(ContextRunnable.java:26)
	at c.ij.concurrency.ThreadContext.resetThreadContext(threadContext.kt:295)
	at c.ij.util.concurrency.ContextRunnable.run(ContextRunnable.java:25)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1090)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:614)
	at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:649)
	at java.base/java.lang.Thread.run(Thread.java:1474)

Thanks for providing the environment and stack trace. Can you verify you’re using a SonarQube USER token?

Also, could you confirm whether removing and re-adding the connection changes the behavior; if not, please share the storage type and any subsequent redacted log entry?