gquerret
(Gilles Querret)
1
Hello,
When I click on the ○ SonarQube icon in the status bar (to switch focus to new code or overall code), the following error message is displayed:
2026-02-03 11:09:08.046 [info] [Error - 11:09:08.045] [sonarlint : SonarLint Server RPC sequential executor] Duplicate configuration scope registered: file:///c:/Users/gqu/projets/empty
Though displayed as an error, it doesn’t seem to cause any problem so I’m just wondering if there’s anything wrong or any impact.
Gilles
Win11, VSCode 1.108.2, SQ for IDE 4.42.0 (tested in an empty profile where this is the only installed extension), non-connected mode.
ganncamp
(G Ann Campbell)
2
Hi,
Could you enable verbose logging and give us a log from IDE startup through to that error?
Thx,
Ann
gquerret
(Gilles Querret)
3
Started VSCode with a clean profile. Extension log:
2026-02-04 06:56:42.081 [info] Executing c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\jre\21.0.9-win32-x86_64.tar\bin\java -Dsonarlint.monitoring.enabled=true -jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\server\sonarlint-ls.jar -stdio -analyzers c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonargo.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarjava.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarjavasymbolicexecution.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarjs.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarphp.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarpython.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarhtml.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarxml.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonartext.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonariac.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint-vscode-4.42.0-win32-x64\analyzers\sonarlintomnisharp.jar c:\Users\gqu\.vscode\extensions\sonarsource.sonarlint_ondemand-analyzers\sonar-cfamily-plugin\6.77.0.95488\sonarcfamily.jar
2026-02-04 06:56:43.114 [info] [Info - 06:56:43.108] [sonarlint : SonarLint Server RPC sequential executor] Initializing Sentry
2026-02-04 06:56:43.158 [info] [Debug - 06:56:43.157] [sonarlint : SonarLint Server RPC sequential executor] Using default trace sample rate: 0.0
2026-02-04 06:56:43.207 [info] [Debug - 06:56:43.207] [sonarlint : SonarLint Server RPC sequential executor] Initializing H2Database with URL jdbc:h2:C:\Users\gqu\.sonarlint\storage\h2\sq-ide;AUTO_SERVER=TRUE
2026-02-04 06:56:43.443 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/callback' ...
2026-02-04 06:56:43.443 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Determining location urls for classpath:db/callback using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@70dea4e ...
2026-02-04 06:56:43.443 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Unable to resolve location classpath:db/callback.
2026-02-04 06:56:43.443 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/migration' ...
2026-02-04 06:56:43.443 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@70dea4e ...
2026-02-04 06:56:43.444 [info] [Debug - 06:56:43.442] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning URL: jar:file:/C:/Users/gqu/.vscode/extensions/sonarsource.sonarlint-vscode-4.42.0-win32-x64/server/sonarlint-ls.jar!/db/migration
2026-02-04 06:56:43.452 [info] [Debug - 06:56:43.451] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/
2026-02-04 06:56:43.453 [info] [Debug - 06:56:43.451] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md
2026-02-04 06:56:43.453 [info] [Debug - 06:56:43.451] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V1__init_database.sql
2026-02-04 06:56:43.453 [info] [Debug - 06:56:43.451] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V2__create_local_only_issues_table.sql
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V4__allow_longer_file_paths.sql
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V5__allow_longer_configuration_scope_ids.sql
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning for classpath resources at 'classpath:db/migration' ...
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Determining location urls for classpath:db/migration using ClassLoader jdk.internal.loader.ClassLoaders$AppClassLoader@70dea4e ...
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning URL: jar:file:/C:/Users/gqu/.vscode/extensions/sonarsource.sonarlint-vscode-4.42.0-win32-x64/server/sonarlint-ls.jar!/db/migration
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/
2026-02-04 06:56:43.454 [info] [Debug - 06:56:43.452] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V1__init_database.sql
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V2__create_local_only_issues_table.sql
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V4__allow_longer_file_paths.sql
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Found resource: db/migration/V5__allow_longer_configuration_scope_ids.sql
2026-02-04 06:56:43.455 [info] [Debug - 06:56:43.453] [org.flywaydb.core.internal.scanner.classpath.ClassPathScanner : SonarLint Server RPC sequential executor] Scanning for classes at classpath:db/migration
2026-02-04 06:56:43.718 [info] [Debug - 06:56:43.717] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.718 [info] [Debug - 06:56:43.717] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.718 [info] [Debug - 06:56:43.717] [org.flywaydb.core.internal.resource.ResourceNameValidator : SonarLint Server RPC sequential executor] Validating V3__allow_longer_messages_for_known_findings_table.sql
2026-02-04 06:56:43.718 [info] [Debug - 06:56:43.718] [org.flywaydb.core.internal.resource.ResourceNameValidator : SonarLint Server RPC sequential executor] Validating V2__create_local_only_issues_table.sql
2026-02-04 06:56:43.719 [info] [Debug - 06:56:43.718] [org.flywaydb.core.internal.resource.ResourceNameValidator : SonarLint Server RPC sequential executor] Validating V1__init_database.sql
2026-02-04 06:56:43.719 [info] [Debug - 06:56:43.718] [org.flywaydb.core.internal.resource.ResourceNameValidator : SonarLint Server RPC sequential executor] Validating V5__allow_longer_configuration_scope_ids.sql
2026-02-04 06:56:43.719 [info] [Debug - 06:56:43.718] [org.flywaydb.core.internal.resource.ResourceNameValidator : SonarLint Server RPC sequential executor] Validating V4__allow_longer_file_paths.sql
2026-02-04 06:56:43.737 [info] [Info - 06:56:43.736] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] Database: jdbc:h2:C:\Users\gqu\.sonarlint\storage\h2\sq-ide (H2 2.4)
2026-02-04 06:56:43.737 [info] [Debug - 06:56:43.736] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] Database Type: H2
2026-02-04 06:56:43.737 [info] [Debug - 06:56:43.736] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] Driver: H2 JDBC Driver 2.4.240 (2025-09-22)
2026-02-04 06:56:43.738 [info] [Debug - 06:56:43.736] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] DDL Transactions Supported: false
2026-02-04 06:56:43.738 [info] [Debug - 06:56:43.737] [org.flywaydb.core.internal.schemahistory.SchemaHistoryFactory : SonarLint Server RPC sequential executor] Schemas: PUBLIC
2026-02-04 06:56:43.738 [info] [Debug - 06:56:43.737] [org.flywaydb.core.internal.schemahistory.SchemaHistoryFactory : SonarLint Server RPC sequential executor] Default schema: PUBLIC
2026-02-04 06:56:43.748 [info] [Warn - 06:56:43.747] [org.flywaydb.core.internal.database.base.Database : SonarLint Server RPC sequential executor] Using H2 2.4.240 which is newer than the version Flyway has been verified with. The latest verified version of H2 is 2.3.232.
2026-02-04 06:56:43.750 [info] [Debug - 06:56:43.749] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] Scanning for script callbacks ...
2026-02-04 06:56:43.751 [info] [Debug - 06:56:43.750] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.753 [info] [Debug - 06:56:43.752] [org.flywaydb.core.internal.callback.SqlScriptCallbackFactory : SonarLint Server RPC sequential executor] Scanning for SQL callbacks ...
2026-02-04 06:56:43.753 [info] [Debug - 06:56:43.752] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.753 [info] [Debug - 06:56:43.752] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.760 [info] [Debug - 06:56:43.759] [org.flywaydb.core.internal.command.DbValidate : SonarLint Server RPC sequential executor] Validating migrations ...
2026-02-04 06:56:43.765 [info] [Debug - 06:56:43.763] [org.flywaydb.core.api.configuration.ClassicConfiguration : SonarLint Server RPC sequential executor] CherryPickConfigurationExtension not found
2026-02-04 06:56:43.765 [info] [Debug - 06:56:43.764] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.765 [info] [Debug - 06:56:43.764] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.771 [info] [Debug - 06:56:43.769] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
2026-02-04 06:56:43.771 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
2026-02-04 06:56:43.771 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
2026-02-04 06:56:43.771 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V5__allow_longer_configuration_scope_ids.sql (filename: V5__allow_longer_configuration_scope_ids.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V4__allow_longer_file_paths.sql (filename: V4__allow_longer_file_paths.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.770] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V5__allow_longer_configuration_scope_ids.sql (filename: V5__allow_longer_configuration_scope_ids.sql)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.772 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V4__allow_longer_file_paths.sql (filename: V4__allow_longer_file_paths.sql)
2026-02-04 06:56:43.773 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.773 [info] [Debug - 06:56:43.771] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.773 [info] [Debug - 06:56:43.772] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.772] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V5__allow_longer_configuration_scope_ids.sql (filename: V5__allow_longer_configuration_scope_ids.sql)
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/README_BEFORE_TOUCHING_THIS_FOLDER.md (filename: README_BEFORE_TOUCHING_THIS_FOLDER.md)
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.774 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V4__allow_longer_file_paths.sql (filename: V4__allow_longer_file_paths.sql)
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V3__allow_longer_messages_for_known_findings_table.sql (filename: V3__allow_longer_messages_for_known_findings_table.sql)
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V2__create_local_only_issues_table.sql (filename: V2__create_local_only_issues_table.sql)
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.773] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V1__init_database.sql (filename: V1__init_database.sql)
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.774] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V5__allow_longer_configuration_scope_ids.sql (filename: V5__allow_longer_configuration_scope_ids.sql)
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.774] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/ (filename: )
2026-02-04 06:56:43.775 [info] [Debug - 06:56:43.774] [org.flywaydb.core.internal.scanner.Scanner : SonarLint Server RPC sequential executor] Filtering out resource: db/migration/V4__allow_longer_file_paths.sql (filename: V4__allow_longer_file_paths.sql)
2026-02-04 06:56:43.787 [info] [Info - 06:56:43.786] [org.flywaydb.core.internal.command.DbValidate : SonarLint Server RPC sequential executor] Successfully validated 5 migrations (execution time 00:00.025s)
2026-02-04 06:56:43.788 [info] [Debug - 06:56:43.787] [org.flywaydb.core.internal.command.DbSchemas : SonarLint Server RPC sequential executor] Skipping creation of existing schema: "PUBLIC"
2026-02-04 06:56:43.792 [info] [Debug - 06:56:43.791] [org.flywaydb.core.api.configuration.ClassicConfiguration : SonarLint Server RPC sequential executor] CherryPickConfigurationExtension not found
2026-02-04 06:56:43.792 [info] [Info - 06:56:43.791] [org.flywaydb.core.internal.command.DbMigrate : SonarLint Server RPC sequential executor] Current version of schema "PUBLIC": 5
2026-02-04 06:56:43.795 [info] [Info - 06:56:43.794] [org.flywaydb.core.internal.command.DbMigrate : SonarLint Server RPC sequential executor] Schema "PUBLIC" is up to date. No migration necessary.
2026-02-04 06:56:43.798 [info] [Debug - 06:56:43.797] [org.flywaydb.core.FlywayExecutor : SonarLint Server RPC sequential executor] Memory usage: 32 of 64M
2026-02-04 06:56:44.146 [info] [Debug - 06:56:44.145] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Executing query : delete from "PUBLIC"."AI_CODEFIX_SETTINGS" where true
2026-02-04 06:56:44.147 [info] [Info - 06:56:44.146] [org.jooq.impl.DefaultExecuteContext.logVersionSupport : SonarLint Server RPC sequential executor] Version : Database version is supported by dialect H2: 2.4.240 (2025-09-22)
2026-02-04 06:56:44.149 [info] [Debug - 06:56:44.148] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Affected row(s) : 0
2026-02-04 06:56:44.150 [info] [Debug - 06:56:44.149] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Executing query : delete from "PUBLIC"."SERVER_FINDINGS" where true
2026-02-04 06:56:44.150 [info] [Debug - 06:56:44.150] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Affected row(s) : 0
2026-02-04 06:56:44.150 [info] [Debug - 06:56:44.150] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Executing query : delete from "PUBLIC"."SERVER_DEPENDENCY_RISKS" where true
2026-02-04 06:56:44.151 [info] [Debug - 06:56:44.150] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Affected row(s) : 0
2026-02-04 06:56:44.151 [info] [Debug - 06:56:44.150] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Executing query : delete from "PUBLIC"."SERVER_BRANCHES" where true
2026-02-04 06:56:44.151 [info] [Debug - 06:56:44.151] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Affected row(s) : 0
2026-02-04 06:56:44.175 [info] [Debug - 06:56:44.174] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Executing query : delete from "PUBLIC"."LOCAL_ONLY_ISSUES" where ("PUBLIC"."LOCAL_ONLY_ISSUES"."RESOLUTION_DATE" is not null and "PUBLIC"."LOCAL_ONLY_ISSUES"."RESOLUTION_DATE" <= cast(? as timestamp(6)))
2026-02-04 06:56:44.175 [info] [Debug - 06:56:44.174] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] -> with bind values : delete from "PUBLIC"."LOCAL_ONLY_ISSUES" where ("PUBLIC"."LOCAL_ONLY_ISSUES"."RESOLUTION_DATE" is not null and "PUBLIC"."LOCAL_ONLY_ISSUES"."RESOLUTION_DATE" <= timestamp '2026-01-28 05:56:44.1512301')
2026-02-04 06:56:44.179 [info] [Debug - 06:56:44.178] [org.jooq.tools.LoggerListener : SonarLint Server RPC sequential executor] Affected row(s) : 0
2026-02-04 06:56:44.573 [info] [Info - 06:56:44.571] [sonarlint : SonarLint Server RPC sequential executor] Started embedded server on port 64120
2026-02-04 06:56:44.868 [info] [Debug - 06:56:44.867] [sonarlint : SonarLint Server RPC sequential executor] Added configuration scope '<root>'
2026-02-04 06:56:44.908 [info] [Debug - 06:56:44.907] [sonarlint : SonarLint Server RPC sequential executor] No connections configured, skipping binding suggestions.
2026-02-04 06:56:44.909 [info] [Debug - 06:56:44.908] [sonarlint : SonarLint Server RPC sequential executor] Synchronizing new configuration scopes: [<root>]
2026-02-04 06:56:44.918 [info] [Debug - 06:56:44.918] [sonarlint : SonarLint Server RPC sequential executor] Looking for node in the PATH
2026-02-04 06:56:44.973 [info] [Debug - 06:56:44.973] [sonarlint : SonarLint Server RPC sequential executor] Execute command 'C:\Windows\System32\where.exe $PATH:node.exe'...
2026-02-04 06:56:44.975 [info] [Debug - 06:56:44.975] Folder WorkspaceFolder[name=empty,uri=file:///c:/Users/gqu/Projets/empty] added
2026-02-04 06:56:45.056 [info] [Debug - 06:56:45.055] [sonarlint : SonarLint Server RPC sequential executor] Command 'C:\Windows\System32\where.exe $PATH:node.exe' exited with 0
stdout: C:\Program Files\nodejs\node.exe
2026-02-04 06:56:45.056 [info] [Debug - 06:56:45.055] [sonarlint : SonarLint Server RPC sequential executor] Found node at C:\Program Files\nodejs\node.exe
2026-02-04 06:56:45.056 [info] [Debug - 06:56:45.055] [sonarlint : SonarLint Server RPC sequential executor] Checking node version...
2026-02-04 06:56:45.056 [info] [Debug - 06:56:45.055] [sonarlint : SonarLint Server RPC sequential executor] Execute command 'C:\Program Files\nodejs\node.exe -v'...
2026-02-04 06:56:45.081 [info] Initializing file:///c%3A/Users/gqu/Projets/empty on branch undefined
2026-02-04 06:56:45.092 [info] [Debug - 06:56:45.073] Language Server initialized
2026-02-04 06:56:45.093 [info] [Debug - 06:56:45.074] Fetching global configuration
2026-02-04 06:56:45.107 [info] [Debug - 06:56:45.092] Folder file:///c:/Users/gqu/Projets/empty is now on an unknown branch.
2026-02-04 06:56:45.107 [info] [Debug - 06:56:45.095] [sonarlint : SonarLint Server RPC sequential executor] Command 'C:\Program Files\nodejs\node.exe -v' exited with 0
stdout: v24.11.1
2026-02-04 06:56:45.107 [info] [Debug - 06:56:45.095] [sonarlint : SonarLint Server RPC sequential executor] Detected node version: 24.11.1
2026-02-04 06:56:45.107 [info] [Debug - 06:56:45.095] [sonarlint : SonarLint Server RPC sequential executor] Auto-detected Node.js path set to: C:\Program Files\nodejs\node.exe (version 24.11.1)
2026-02-04 06:56:45.127 [info] [Debug - 06:56:45.125] Fetching configuration for folder 'file:///c:/Users/gqu/Projets/empty'
2026-02-04 06:56:45.130 [info] [Debug - 06:56:45.129] Workspace folder 'WorkspaceFolder[name=empty,uri=file:///c:/Users/gqu/Projets/empty]' configuration updated: WorkspaceFolderSettings[analyzerProperties={},connectionId=<null>,pathToCompileCommands=,projectKey=<null>,testFilePattern=]
2026-02-04 06:56:45.131 [info] [Debug - 06:56:45.131] Global settings updated: WorkspaceSettings[analysisExcludes=,automaticAnalysis=true,connections={},disableTelemetry=false,excludedRules=[],focusOnNewCode=false,ideLabsEnabled=false,includedRules=[],pathToNodeExecutable=,ruleParameters={},showVerboseLogs=true]
2026-02-04 06:56:45.132 [info] [Debug - 06:56:45.132] Default settings updated: WorkspaceFolderSettings[analyzerProperties={},connectionId=<null>,pathToCompileCommands=,projectKey=<null>,testFilePattern=]
2026-02-04 06:56:45.146 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] Loaded 13 plugins
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * CFamily Code Quality and Security 6.77.0.95488 (cpp)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * Python Code Quality and Security 5.16.0.29940 (python)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * Go Code Quality and Security 1.32.0.5128 (go)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * IaC Code Quality and Security 2.5.0.18803 (iac)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * JavaScript/TypeScript/CSS Code Quality and Security 11.8.0.37897 (javascript)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * C# Code Quality and Security 10.18.0.131500 (csharp)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.146] [sonarlint : SonarLint Server RPC sequential executor] * Java Code Quality and Security 8.23.0.42096 (java)
2026-02-04 06:56:45.147 [info] [Debug - 06:56:45.147] [sonarlint : SonarLint Server RPC sequential executor] * HTML Code Quality and Security 3.22.0.7011 (web)
2026-02-04 06:56:45.148 [info] [Debug - 06:56:45.147] [sonarlint : SonarLint Server RPC sequential executor] * XML Code Quality and Security 2.15.0.7513 (xml)
2026-02-04 06:56:45.148 [info] [Debug - 06:56:45.148] [sonarlint : SonarLint Server RPC sequential executor] * PHP Code Quality and Security 3.54.0.15452 (php)
2026-02-04 06:56:45.148 [info] [Debug - 06:56:45.148] [sonarlint : SonarLint Server RPC sequential executor] * C# Code Quality and Security (Omnisharp) 1.38.0.101637 (omnisharp)
2026-02-04 06:56:45.148 [info] [Debug - 06:56:45.148] [sonarlint : SonarLint Server RPC sequential executor] * Text Code Quality and Security 2.38.0.10279 (text)
2026-02-04 06:56:45.148 [info] [Debug - 06:56:45.148] [sonarlint : SonarLint Server RPC sequential executor] * Java Advanced Code Quality Analyzer 8.16.3.1589 (javasymbolicexecution)
2026-02-04 06:56:45.199 [info] [Debug - 06:56:45.199] [sonarlint : SonarLint Server RPC sequential executor] Using default analysis expiration delay: PT1M
2026-02-04 06:56:45.245 [info] [Debug - 06:56:45.245] [com.sonar.cpp.plugin.CFamilyPlugin : SonarLint Server RPC sequential executor] A3S context collection is not provided by runtime: running in SonarQube for IDE
2026-02-04 06:56:45.408 [info] [Debug - 06:56:45.407] Analysis readiness changed for config scope `<root>` to true
2026-02-04 06:56:45.420 [info] [Debug - 06:56:45.419] [sonarlint : SonarLint Server RPC sequential executor] Reporting 0 issues over 0 files for configuration scope <root>
2026-02-04 06:56:45.431 [info] [Debug - 06:56:45.429] [sonarlint : SonarLint Server RPC sequential executor] Added configuration scope 'file:///c:/Users/gqu/Projets/empty'
2026-02-04 06:56:45.439 [info] [Debug - 06:56:45.438] [sonarlint : SonarLint Server RPC sequential executor] No connections configured, skipping binding suggestions.
2026-02-04 06:56:45.439 [info] [Debug - 06:56:45.438] [sonarlint : SonarLint Server RPC sequential executor] Synchronizing new configuration scopes: [file:///c:/Users/gqu/Projets/empty]
2026-02-04 06:56:45.439 [info] [Debug - 06:56:45.438] Analysis readiness changed for config scope `file:///c:/Users/gqu/Projets/empty` to true
I then switched automatic analysis to false, the following lines were added in the log:
2026-02-04 06:58:13.347 [info] [Debug - 06:58:13.315] Fetching global configuration
2026-02-04 06:58:13.351 [info] [Debug - 06:58:13.350] Fetching configuration for folder 'file:///c:/Users/gqu/Projets/empty'
2026-02-04 06:58:13.352 [info] [Debug - 06:58:13.351] [sonarlint : SonarLint Server RPC sequential executor] Automatic analysis setting changed to: false
2026-02-04 06:58:13.370 [info] [Debug - 06:58:13.370] [sonarlint : SonarLint Server RPC sequential executor] Reporting 0 issues over 0 files for configuration scope <root>
2026-02-04 06:58:13.370 [info] [Debug - 06:58:13.370] [sonarlint : SonarLint Server RPC sequential executor] Reporting 0 issues over 0 files for configuration scope file:///c:/Users/gqu/Projets/empty
2026-02-04 06:58:13.371 [info] [Error - 06:58:13.370] [sonarlint : SonarLint Server RPC sequential executor] Duplicate configuration scope registered: file:///c:/Users/gqu/Projets/empty
1 Like
ganncamp
(G Ann Campbell)
5
Hi,
Thanks for the log. I’ve flagged this for the team.
Ann