Latest Lint cannot scan any files anymore

Sonar Qube still 9.9 unfortunately
Sonar Lint: 11.2.0

Yesterday I freshly updated SonarLint. And every time Lint attempts to scan a file it pops up a message and shows errors in the console.

Cannot access blame info for file:/D:/workspace-trunk/proj-xyz

java.lang.IllegalStateException: Command execution exited with code: 1 and error message: INFORMATION: Es konnten keine Dateien mit dem angegebenen

Muster gefunden werden.

	at org.sonarsource.sonarlint.core.commons.util.git.ProcessWrapperFactory$ProcessWrapper.execute(ProcessWrapperFactory.java:111)
	at org.sonarsource.sonarlint.core.commons.util.git.WinGitUtils.locateGitOnWindows(WinGitUtils.java:40)
	at org.sonarsource.sonarlint.core.commons.util.git.GitUtils.getGitExecutable(GitUtils.java:167)
	at org.sonarsource.sonarlint.core.commons.util.git.GitUtils.getNativeGitExecutable(GitUtils.java:150)
	at org.sonarsource.sonarlint.core.commons.util.git.GitUtils.checkIfEnabled(GitUtils.java:197)
	at org.sonarsource.sonarlint.core.commons.util.git.GitUtils.getBlameResult(GitUtils.java:108)
	at org.sonarsource.sonarlint.core.commons.util.git.GitUtils.getBlameResult(GitUtils.java:103)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.getIntroductionDateProvider(TrackingService.java:283)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:271)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:107)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103)
	at java.base/java.lang.reflect.Method.invoke(Method.java:580)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.doInvoke(ApplicationListenerMethodAdapter.java:382)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.processEvent(ApplicationListenerMethodAdapter.java:254)
	at org.springframework.context.event.ApplicationListenerMethodAdapter.onApplicationEvent(ApplicationListenerMethodAdapter.java:173)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.doInvokeListener(SimpleApplicationEventMulticaster.java:185)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.invokeListener(SimpleApplicationEventMulticaster.java:171)
	at org.springframework.context.event.SimpleApplicationEventMulticaster.multicastEvent(SimpleApplicationEventMulticaster.java:156)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:454)
	at org.springframework.context.support.AbstractApplicationContext.publishEvent(AbstractApplicationContext.java:400)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.analyze(AnalysisService.java:658)
	at org.sonarsource.sonarlint.core.rpc.impl.AnalysisRpcServiceDelegate.lambda$analyzeFilesAndTrack$7(AnalysisRpcServiceDelegate.java:131)
	at org.sonarsource.sonarlint.core.rpc.impl.AbstractRpcServiceDelegate.lambda$requestAsync$0(AbstractRpcServiceDelegate.java:67)
	at org.sonarsource.sonarlint.core.rpc.impl.AbstractRpcServiceDelegate.computeWithLogger(AbstractRpcServiceDelegate.java:135)
	at org.sonarsource.sonarlint.core.rpc.impl.AbstractRpcServiceDelegate.lambda$requestAsync$1(AbstractRpcServiceDelegate.java:65)
	at java.base/java.util.concurrent.CompletableFuture$UniApply.tryFire(CompletableFuture.java:646)
	at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
	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.lang.Thread.run(Thread.java:1583)

We’re using SVN, but not Git. What can I do to solve the issue?

Hello @mfroehlich,

from the version I can only guess that you’re using the Eclipse plug-in, right?
I will forward this to my colleagues.

Best,
Tobias

Sorry, yes. That’s correct.

Today I installed the latest Eclipse 2025-03.

This time I installed the current SonarQube for IDE 11.2, which effectively still installed SonarLint 11.2.

The exception remains the same. Comes up on every single save action and fresh class file open. Very annoying.

Can I give you any more information to help you fix it?

I have now downgraded to Lint 10.10. And the exception is gone.

Hence it must be something in the update from 10.10 to 11.2.