Unable to scan files | SonarQube IDE Extension for VSCODE

Please provide

  • Operating system: Windows 11 Pro 24H2 Build 26100.4770
  • SonarQube for VS Code plugin version: 4.27.0
  • Programming language you’re coding in: C#
  • Is connected mode used: SonarQube Server Community Build

And a thorough description of the problem / question:

VSCODE Version : 
Version: 1.102.3 (system setup)
Commit: 488a1f239235055e34e673291fb8d8c810886f81
Date: 2025-07-29T03:00:23.339Z
Electron: 35.6.0
ElectronBuildId: 11847422
Chromium: 134.0.6998.205
Node.js: 22.15.1
V8: 13.4.114.21-electron.0
OS: Windows_NT x64 10.0.26100
PS C:\Users\aslam.shaikh> $JAVA_HOME
PS C:\Users\aslam.shaikh> JAVA --version
openjdk 21.0.8 2025-07-15 LTS
OpenJDK Runtime Environment Microsoft-11933218 (build 21.0.8+9-LTS)
OpenJDK 64-Bit Server VM Microsoft-11933218 (build 21.0.8+9-LTS, mixed mode, sharing)
PS C:\Users\aslam.shaikh> echo $env:JAVA_HOME
C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot
PS C:\Users\aslam.shaikh> echo $env:JAVA_HOME
C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot
PS C:\Users\aslam.shaikh> echo $env:JAVA_HOME
C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot
PS C:\Users\aslam.shaikh> echo $env:JAVA_HOME
C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot
PS C:\Users\aslam.shaikh>
PS C:\Users\aslam.shaikh> dotnet --info
.NET SDK:
 Version:           9.0.303
 Commit:            5d97611193
 Workload version:  9.0.300-manifests.183aaee6
 MSBuild version:   17.14.13+65391c53b

Runtime Environment:
 OS Name:     Windows
 OS Version:  10.0.26100
 OS Platform: Windows
 RID:         win-x64
 Base Path:   C:\Program Files\dotnet\sdk\9.0.303\

.NET workloads installed:
 [wasm-tools]
   Installation Source: VS 17.14.36310.24
   Manifest Version:    9.0.7/9.0.100
   Manifest Path:       C:\Program Files\dotnet\sdk-manifests\9.0.100\microsoft.net.workload.mono.toolchain.current\9.0.7\WorkloadManifest.json
   Install Type:              Msi

Configured to use loose manifests when installing new manifests.

Host:
  Version:      9.0.7
  Architecture: x64
  Commit:       3c298d9f00

.NET SDKs installed:
  8.0.315 [C:\Program Files\dotnet\sdk]
  8.0.412 [C:\Program Files\dotnet\sdk]
  9.0.302 [C:\Program Files\dotnet\sdk]
  9.0.303 [C:\Program Files\dotnet\sdk]

.NET runtimes installed:
  Microsoft.AspNetCore.App 8.0.18 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.AspNetCore.App 9.0.7 [C:\Program Files\dotnet\shared\Microsoft.AspNetCore.App]
  Microsoft.NETCore.App 8.0.18 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.NETCore.App 9.0.7 [C:\Program Files\dotnet\shared\Microsoft.NETCore.App]
  Microsoft.WindowsDesktop.App 8.0.18 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]
  Microsoft.WindowsDesktop.App 9.0.7 [C:\Program Files\dotnet\shared\Microsoft.WindowsDesktop.App]

Other architectures found:
  x86   [C:\Program Files (x86)\dotnet]
    registered at [HKLM\SOFTWARE\dotnet\Setup\InstalledVersions\x86\InstallLocation]

Environment variables:
  Not set

global.json file:
  Not found

Learn more:
  https://aka.ms/dotnet/info

Download .NET:
  https://aka.ms/dotnet/download
PS C:\Users\aslam.shaikh>

SonarQube IDE Extension for VS Code is not scanning any “*.cs” file and unable to show any kind of linitings or highlightings or any error warnings etc. Its not at all showing anything its not at all scanning the files. I am using " CSharpier - Code formatter and also C# extension & C# DevKit - both are official extensions from Microsoft." Here SonarQube IDE extension only work first few time and after that its stops working until i delete its cache files and re-installs it completely again. Below are the debug messages from VS CODE output window.

2025-08-03 20:59:29.136 [info] [Error - 20:59:29.134] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-03 20:59:29.136 [info] [Error - 20:59:29.135] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Unknown Source)
2025-08-03 21:01:17.408 [info] [Error - 21:01:17.400] [org.sonarsource.sonarlint.omnisharp.protocol.OmnisharpResponseProcessor : omnisharp-stdout-stream-consumer-25832] MSBuild failed to load the project
2025-08-03 21:01:54.892 [info] [Error - 21:01:54.890] [org.sonarsource.sonarlint.omnisharp.OmnisharpSensor : sonarlint-analysis-scheduler] Timeout waiting for the solution to be loaded. You can find help on https://docs.sonarsource.com/sonarlint/intellij/using-sonarlint/scan-my-project/#supported-features-in-rider or https://docs.sonarsource.com/sonarlint/vs-code/getting-started/requirements/#csharp-analysis


Above is the image. Even there are valid issues present in files still extension is not showing any errors or warnings.

Hey there.

You should do what the logs tell you. :slight_smile:

Try tuning this configuration.

Hi Colin
hey thanks for responding
yes I below is my settings.json config file :

{
    "omnisharp.enableEditorConfigSupport": true,
    "omnisharp.maxProjectResults": 250,
    "omnisharp.projectLoadTimeout": 300,
    "omnisharp.enableMsBuildLoadProjectsOnDemand": false,
    "omnisharp.useModernNet": true,
    "files.exclude": {
        "**/bin": true,
        "**/obj": true,
        "**/.vs": true,
        "**/node_modules": true,
        "**/.sonarlint": true
    },
    "search.exclude": {
        "**/bin": true,
        "**/obj": true,
        "**/.vs": true,
        "**/node_modules": true,
        "**/.sonarlint": true
    },
    "dotnet.defaultSolution": "abstraction-services/src/Abstraction.sln",
    "sonarlint.disableTelemetry": true,
    "sonarlint.output.showVerboseLogs": true,
    "sonarlint.pathToNodeExecutable": "",
    "sonarlint.ls.javaHome": "C:\\Program Files\\Microsoft\\jdk-21.0.8.9-hotspot"
}

Below are the logs which I am getting :

2025-08-04 00:40:43.287 [info] Executing C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot\bin\java -jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\server\sonarlint-ls.jar -stdio -analyzers c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonargo.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjava.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjavasymbolicexecution.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjs.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarphp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarpython.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarhtml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarxml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonartext.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonariac.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarlintomnisharp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint_ondemand-analyzers\sonar-cfamily-plugin\6.68.0.85760\sonarcfamily.jar
2025-08-04 00:40:56.466 [info] Executing C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot\bin\java -jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\server\sonarlint-ls.jar -stdio -analyzers c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonargo.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjava.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjavasymbolicexecution.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjs.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarphp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarpython.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarhtml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarxml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonartext.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonariac.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarlintomnisharp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint_ondemand-analyzers\sonar-cfamily-plugin\6.68.0.85760\sonarcfamily.jar
2025-08-04 00:41:03.416 [info] [Info - 00:41:03.406] [sonarlint : SonarLint Server RPC sequential executor] Started embedded server on port 64125
2025-08-04 00:41:03.686 [info] [Warn - 00:41:03.643] [jetbrains.exodus.io.FileDataWriter : SonarLint Server RPC sequential executor] Can't open directory channel. Log directory fsync won't be performed.
2025-08-04 00:41:51.042 [info] [Info - 00:41:51.033] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.API/Program.cs (UTF-8)
  ]
]

2025-08-04 00:41:51.407 [info] [Error - 00:41:51.399] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:41:51.407 [info] [Error - 00:41:51.399] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:41:52.165 [info] [Info - 00:41:52.164] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:41:52.192 [info] [Info - 00:41:52.178] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:41:56.694 [info] [Info - 00:41:56.691] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:41:56.703 [info] [Info - 00:41:56.702] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:41:56.707 [info] [Info - 00:41:56.706] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:41:57.894 [info] [Info - 00:41:57.885] [org.sonarsource.sonarlint.omnisharp.OmnisharpServerController : sonarlint-analysis-scheduler] Starting OmniSharp...
2025-08-04 00:42:01.091 [info] [Info - 00:42:01.089] [org.sonarsource.sonarlint.omnisharp.OmnisharpServerController : omnisharp-stdout-stream-consumer-24388] OmniSharp successfully started
2025-08-04 00:42:11.746 [info] [Info - 00:42:11.745] [org.sonarsource.sonarlint.omnisharp.OmnisharpServerController : omnisharp-stdout-stream-consumer-24388] Projects successfully loaded
2025-08-04 00:42:11.971 [info] [Info - 00:42:11.969] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:42:22.745 [info] [Info - 00:42:20.442] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:42:22.850 [info] [Info - 00:42:20.590] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:42:22.852 [info] [Info - 00:42:20.590] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:42:22.853 [info] [Info - 00:42:20.590] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:42:22.855 [info] [Info - 00:42:20.590] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:42:22.858 [info] [Info - 00:42:21.544] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:42:22.859 [info] [Info - 00:42:21.545] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:42:22.861 [info] [Info - 00:42:21.548] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:42:22.996 [info] [Info - 00:42:21.560] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:42:22.999 [info] [Info - 00:42:21.617] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:42:23.001 [info] [Info - 00:42:21.629] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 2 issues and 0 Security Hotspots in 30593ms
2025-08-04 00:42:23.016 [info] [Info - 00:42:21.744] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Application/Services/AuthService.cs (UTF-8)
  ]
]

2025-08-04 00:42:23.017 [info] [Error - 00:42:21.939] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:42:23.017 [info] [Error - 00:42:21.940] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:42:23.017 [info] [Info - 00:42:22.066] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:42:23.018 [info] [Info - 00:42:22.068] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:42:23.018 [info] [Info - 00:42:22.277] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:42:23.018 [info] [Info - 00:42:22.277] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:42:23.019 [info] [Info - 00:42:22.277] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:42:23.019 [info] [Info - 00:42:22.299] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:42:24.444 [info] [Info - 00:42:24.443] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:42:24.458 [info] [Info - 00:42:24.457] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:42:24.458 [info] [Info - 00:42:24.457] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:42:24.459 [info] [Info - 00:42:24.458] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:42:24.459 [info] [Info - 00:42:24.458] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:42:24.582 [info] [Info - 00:42:24.580] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:42:24.582 [info] [Info - 00:42:24.580] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:42:24.582 [info] [Info - 00:42:24.580] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:42:24.597 [info] [Info - 00:42:24.595] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:42:24.670 [info] [Info - 00:42:24.669] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:42:24.673 [info] [Info - 00:42:24.671] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 0 issues and 0 Security Hotspots in 2925ms
2025-08-04 00:42:43.955 [info] [Info - 00:42:42.057] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Infrastructure/Repositories/InventoryRepository.cs (UTF-8)
  ]
]

2025-08-04 00:42:43.956 [info] [Error - 00:42:42.163] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:42:43.956 [info] [Error - 00:42:42.163] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:42:43.957 [info] [Info - 00:42:42.194] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:42:43.957 [info] [Info - 00:42:42.194] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:42:43.958 [info] [Info - 00:42:42.300] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:42:43.958 [info] [Info - 00:42:42.300] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:42:43.959 [info] [Info - 00:42:42.300] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:42:43.959 [info] [Info - 00:42:42.313] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:42:43.960 [info] [Info - 00:42:43.374] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:42:43.961 [info] [Info - 00:42:43.381] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:42:43.961 [info] [Info - 00:42:43.381] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:42:43.961 [info] [Info - 00:42:43.381] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:42:43.962 [info] [Info - 00:42:43.381] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:42:43.963 [info] [Info - 00:42:43.439] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:42:43.964 [info] [Info - 00:42:43.439] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:42:43.964 [info] [Info - 00:42:43.439] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:42:43.964 [info] [Info - 00:42:43.439] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:42:43.964 [info] [Info - 00:42:43.448] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:42:43.965 [info] [Info - 00:42:43.449] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 0 issues and 0 Security Hotspots in 1392ms
2025-08-04 00:42:48.386 [info] [Info - 00:42:48.379] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Infrastructure/Repositories/InventoryAssignmentRepository.cs (UTF-8)
  ]
]

2025-08-04 00:42:48.557 [info] [Error - 00:42:48.556] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:42:48.557 [info] [Error - 00:42:48.556] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:42:48.706 [info] [Info - 00:42:48.605] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:42:48.708 [info] [Info - 00:42:48.608] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:42:48.795 [info] [Info - 00:42:48.793] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:42:48.795 [info] [Info - 00:42:48.793] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:42:48.798 [info] [Info - 00:42:48.796] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:42:48.845 [info] [Info - 00:42:48.844] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:42:49.317 [info] [Info - 00:42:49.316] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:42:49.325 [info] [Info - 00:42:49.323] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:42:49.325 [info] [Info - 00:42:49.324] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:42:49.326 [info] [Info - 00:42:49.324] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:42:49.326 [info] [Info - 00:42:49.324] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:42:49.354 [info] [Info - 00:42:49.352] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:42:49.354 [info] [Info - 00:42:49.352] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:42:49.355 [info] [Info - 00:42:49.352] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:42:49.355 [info] [Info - 00:42:49.354] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:42:49.361 [info] [Info - 00:42:49.360] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:42:49.362 [info] [Info - 00:42:49.361] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 0 issues and 0 Security Hotspots in 982ms
2025-08-04 00:43:18.626 [info] [Info - 00:43:18.624] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Infrastructure/Repositories/UnitOfWork.cs (UTF-8)
  ]
]

2025-08-04 00:43:18.738 [info] [Error - 00:43:18.710] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:43:18.739 [info] [Error - 00:43:18.710] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:43:18.751 [info] [Info - 00:43:18.750] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:43:18.752 [info] [Info - 00:43:18.751] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:43:18.822 [info] [Info - 00:43:18.820] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:43:18.822 [info] [Info - 00:43:18.820] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:43:18.823 [info] [Info - 00:43:18.821] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:43:18.826 [info] [Info - 00:43:18.826] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:43:19.063 [info] [Info - 00:43:19.060] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:43:19.071 [info] [Info - 00:43:19.069] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:43:19.072 [info] [Info - 00:43:19.069] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:43:19.072 [info] [Info - 00:43:19.071] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:43:19.073 [info] [Info - 00:43:19.071] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:43:19.105 [info] [Info - 00:43:19.093] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:43:19.106 [info] [Info - 00:43:19.093] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:43:19.106 [info] [Info - 00:43:19.104] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:43:19.106 [info] [Info - 00:43:19.104] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:43:19.111 [info] [Info - 00:43:19.105] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:43:19.112 [info] [Info - 00:43:19.105] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 1 issue and 0 Security Hotspots in 482ms
2025-08-04 00:43:24.692 [info] [Info - 00:43:24.689] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Infrastructure/Repositories/UserRepository.cs (UTF-8)
  ]
]

2025-08-04 00:43:24.802 [info] [Error - 00:43:24.772] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:43:24.803 [info] [Error - 00:43:24.772] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:43:24.804 [info] [Info - 00:43:24.796] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:43:24.805 [info] [Info - 00:43:24.797] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:43:24.933 [info] [Info - 00:43:24.898] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:43:24.933 [info] [Info - 00:43:24.899] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:43:24.934 [info] [Info - 00:43:24.899] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:43:24.934 [info] [Info - 00:43:24.913] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:43:25.102 [info] [Info - 00:43:25.096] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:43:25.113 [info] [Info - 00:43:25.106] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:43:25.114 [info] [Info - 00:43:25.106] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:43:25.115 [info] [Info - 00:43:25.113] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:43:25.115 [info] [Info - 00:43:25.113] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:43:25.145 [info] [Info - 00:43:25.143] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:43:25.145 [info] [Info - 00:43:25.143] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:43:25.145 [info] [Info - 00:43:25.143] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:43:25.155 [info] [Info - 00:43:25.153] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:43:25.164 [info] [Info - 00:43:25.163] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:43:25.165 [info] [Info - 00:43:25.165] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 1 issue and 0 Security Hotspots in 475ms
2025-08-04 00:43:39.813 [info] [Info - 00:43:39.810] [sonarlint : sonarlint-analysis-scheduler] Starting analysis with configuration: [
  baseDir: d:\Temp Files\InventoryManagement
  extraProperties: {sonar.cfamily.compile-commands=, sonar.js.internal.bundlePath=c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\eslint-bridge}
  activeRules: [13 kubernetes, 249 python, 429 cpp, 24 css, 189 c, 22 go, 245 ipython, 29 secrets, 265 javascript, 26 docker, 501 java, 46 Web, 14 xml, 299 csharpsquid, 155 php, 7 terraform, 267 typescript, 18 azureresourcemanager, 7 cloudformation]
  inputFiles: [
    file:///d:/Temp%20Files/InventoryManagement/src/InventoryManagement.Infrastructure/Repositories/GenericRepository.cs (UTF-8)
  ]
]

2025-08-04 00:43:39.934 [info] [Error - 00:43:39.899] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] Unexpected error occurred in scheduled task
2025-08-04 00:43:39.935 [info] [Error - 00:43:39.905] [org.springframework.scheduling.support.TaskUtils$LoggingErrorHandler : sonarlint-analysis-scheduler] jetbrains.exodus.crypto.InvalidCipherParametersException: Database is ciphered with different/unknown cipher parameters
	at jetbrains.exodus.env.MetaTreeImpl.create(MetaTreeImpl.java:92)
	at jetbrains.exodus.env.EnvironmentImpl.<init>(EnvironmentImpl.java:131)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments$newInstance$4.invoke(Environments.kt:46)
	at jetbrains.exodus.env.Environments.prepare(Environments.kt:120)
	at jetbrains.exodus.env.Environments.newInstance(Environments.kt:46)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.buildEntityStore(XodusKnownFindingsStore.java:155)
	at org.sonarsource.sonarlint.core.tracking.XodusKnownFindingsStore.<init>(XodusKnownFindingsStore.java:95)
	at org.sonarsource.sonarlint.core.tracking.KnownFindingsStorageService.get(KnownFindingsStorageService.java:43)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.startMatchingSession(TrackingService.java:270)
	at org.sonarsource.sonarlint.core.tracking.TrackingService.onAnalysisStarted(TrackingService.java:110)
	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.analysisStarted(AnalysisService.java:773)
	at org.sonarsource.sonarlint.core.analysis.AnalysisService.lambda$getAnalyzeCommand$47(AnalysisService.java:811)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doRunAnalysis(AnalyzeCommand.java:170)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.doExecute(AnalyzeCommand.java:154)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:140)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.lambda$execute$0(AnalyzeCommand.java:132)
	at org.sonarsource.sonarlint.core.commons.progress.TaskManager.runExistingTask(TaskManager.java:47)
	at org.sonarsource.sonarlint.core.analysis.command.AnalyzeCommand.execute(AnalyzeCommand.java:131)
	at org.sonarsource.sonarlint.core.analysis.AnalysisScheduler.executeQueuedCommands(AnalysisScheduler.java:75)
	at java.base/java.lang.Thread.run(Thread.java:1583)

2025-08-04 00:43:39.935 [info] [Info - 00:43:39.926] [sonarlint : sonarlint-analysis-scheduler] Index files
2025-08-04 00:43:39.935 [info] [Info - 00:43:39.928] [sonarlint : Report about progress of file indexation] 1 file indexed
2025-08-04 00:43:40.011 [info] [Info - 00:43:40.010] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0 source files to be analyzed
2025-08-04 00:43:40.012 [info] [Info - 00:43:40.010] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Java analysis] 0/0 source files have been analyzed
2025-08-04 00:43:40.013 [info] [Info - 00:43:40.010] [org.sonar.plugins.javascript.analysis.CssRuleSensor : sonarlint-analysis-scheduler] No CSS, PHP, HTML or VueJS files are found in the project. CSS analysis is skipped.
2025-08-04 00:43:40.018 [info] [Info - 00:43:40.016] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1 source file to be analyzed
2025-08-04 00:43:40.279 [info] [Info - 00:43:40.272] [org.sonarsource.analyzer.commons.ProgressReport : Report about progress of OmniSharp analyzer] 1/1 source file has been analyzed
2025-08-04 00:43:40.285 [info] [Info - 00:43:40.283] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0 source files to be analyzed
2025-08-04 00:43:40.285 [info] [Info - 00:43:40.283] [org.sonarsource.analyzer.commons.ProgressReport : Progress of the Docker analysis] 0/0 source files have been analyzed
2025-08-04 00:43:40.286 [info] [Info - 00:43:40.283] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Available processors: 16
2025-08-04 00:43:40.286 [info] [Info - 00:43:40.283] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Using 16 threads for analysis.
2025-08-04 00:43:40.312 [info] [Info - 00:43:40.310] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Start fetching files for the text and secrets analysis
2025-08-04 00:43:40.312 [info] [Info - 00:43:40.310] [org.sonar.plugins.common.TextAndSecretsSensor : sonarlint-analysis-scheduler] Retrieving all except non binary files
2025-08-04 00:43:40.313 [info] [Info - 00:43:40.310] [org.sonar.plugins.common.analyzer.Analyzer : sonarlint-analysis-scheduler] Starting the text and secrets analysis
2025-08-04 00:43:40.313 [info] [Info - 00:43:40.311] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1 source file to be analyzed for the text and secrets analysis
2025-08-04 00:43:40.315 [info] [Info - 00:43:40.314] [org.sonar.plugins.common.MultiFileProgressReport : Progress of the text and secrets analysis] 1/1 source file has been analyzed for the text and secrets analysis
2025-08-04 00:43:40.316 [info] [Info - 00:43:40.315] [sonarlint : sonarlint-analysis-scheduler] Analysis detected 1 issue and 0 Security Hotspots in 505ms

More Logs :

2025-08-04 00:55:11.300 [info] Executing C:\Program Files\Microsoft\jdk-21.0.8.9-hotspot\bin\java -jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\server\sonarlint-ls.jar -stdio -analyzers c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonargo.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjava.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjavasymbolicexecution.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarjs.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarphp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarpython.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarhtml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarxml.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonartext.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonariac.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint-vscode-4.27.0-universal\analyzers\sonarlintomnisharp.jar c:\Users\aslam.shaikh\.cursor\extensions\sonarsource.sonarlint_ondemand-analyzers\sonar-cfamily-plugin\6.68.0.85760\sonarcfamily.jar
2025-08-04 00:55:11.764 [info] [Debug - 00:55:06.461] Folder WorkspaceFolder[name=abstraction-services,uri=file:///d:/Codebase/abstraction-services] added
2025-08-04 00:55:13.317 [info] [Debug - 00:55:12.998] Fetching global configuration
2025-08-04 00:55:21.315 [info] Initializing file:///d%3A/Codebase/abstraction-services on branch Aslam/Sprint-357/US-42529
2025-08-04 00:56:06.511 [info] [Error - 00:56:06.509] Failed to initialize workspace folders.
java.lang.IllegalStateException: Backend service not initialized in time
	at org.sonarsource.sonarlint.ls.backend.BackendServiceFacade.getBackendService(BackendServiceFacade.java:120)
	at org.sonarsource.sonarlint.ls.folders.WorkspaceFoldersManager.lambda$initialize$1(WorkspaceFoldersManager.java:80)
	at org.sonarsource.sonarlint.ls.util.CatchingRunnable.run(CatchingRunnable.java:36)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:572)
	at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:317)
	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)

2025-08-04 00:56:13.040 [info] [Error - 00:56:13.038] Unable to update configuration.
java.util.concurrent.TimeoutException
	at java.base/java.util.concurrent.CompletableFuture.timedGet(CompletableFuture.java:1960)
	at java.base/java.util.concurrent.CompletableFuture.get(CompletableFuture.java:2095)
	at org.sonarsource.sonarlint.ls.settings.SettingsManager.lambda$didChangeConfiguration$3(SettingsManager.java:185)
	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)


Thanks!

Can you try this troubleshooting step?

If you’re not seeing issues in your PROBLEMS panel, and the logs suggest that there is some sort of data corruption, it’s possible that the SonarQube for IDE issue storage was corrupted and the cache needs to be cleared.

To fix this, you can delete these folders and reload the IDE window:

  • ~/.sonarlint/known-findings-store-*
  • ~/.sonarlint/.sonarlinttmp*
  • ~/.sonarlint/storage/local_only_issues_backup.tar.gz

Hey Hi Colin, thanks for the solution.
Yes its working but its only works for one time.

When I open CURSOR AI or VSCODE again it get into same issue again.
Every time I am deleting “.sonarlint” folder then its working fine for c# projects.

This issue is not happening with any other projects or folders, its only happening with C# Projects with C# DevKit Installed in VSCODE or CURSOR.

Do we have any permanent fix for this issue?

Hey there @AslamShaikhAdvantmed :waving_hand:

Thanks a lot for the detailed report :person_bowing:

Looking at the thread, there are 3 separate issues :grimacing:

  1. Project load timeout that can be fixed by tuning the timeout setting (doc)
  2. Database is ciphered with different/unknown cipher parameters error that is resolved by deleting the .sonarlint folder
  3. Backend service not initialized in time error for which for now I don’t know the clear cause or the workaround.

Could you please clarify which of these errors do you keep seeing again and again, including after VS Code restarts? Also, if you can provide more details on your workflow, it might help us reproduce the errors on our side. For example, do you have the same project open in VS Code & Cursor at the same time? Do you make edits simultaneously in the two editors? etc.

Thanks in advance,
Sophio :blush: