Error in SonarQube for IntelliJ

Environment:

  • Java: JetBrains s.r.o. 21.0.8
  • OS: Linux amd64
  • IDE: IntelliJ IDEA 2025.2.2
  • SonarQube for IDE: 11.2.0.82481
java.lang.NoSuchMethodError: 'boolean c.ij.configurationStore.StoreUtil.saveSettings(c.ij.oa.components.ComponentManager, boolean)'
	at o.sl.ij.config.global.SonarLintGlobalSettingsStore.performCredentialsMigration(SonarLintGlobalSettingsStore.java:84)
	at o.sl.ij.config.global.SonarLintGlobalSettingsStore.lambda$migrateCredentials$0(SonarLintGlobalSettingsStore.java:70)
	at o.sl.ij.util.ThreadUtilsKt.runOnPooledThread$lambda$0(ThreadUtils.kt:32)
	at c.ij.oa.ap.impl.ApplicationImpl$4.run(ApplicationImpl.java:326)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	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)

I just saw that the plugin now requires Node v20.12 minimum, can it be related?

image

I was on v18

Hi,

Could you share what you were doing when this occurred?

And can we get a full debug log from IDE startup?

 
Thx,
Ann

I just upgraded the SonarQube plugin on IntelliJ (from 11.1 to 11.2), restarted IntelliJ and checked out an old branch I wanted to work on. I did not manage to reproduce the error.

Since the plugin was still configured to use node 18 at that time, maybe it was linked?

Hi,

I’m glad you’re not seeing this any more. It’s hard (for me) to know whether this was related to your Node version, but I doubt it since since I don’t see anything directly related in the stacktrace.

 
Ann