An internal error occurred during: "Update issues markers for project"

If your question is about SonarQube for IDE in the IntelliJ Platform, VS Code, Visual Studio, or Eclipse, please post it in that sub-category.

Otherwise, please provide:

  • Operating system: Windows
  • IDE name and flavor/env:Sonar lint is installed on IDZ version 17 Eclipse version 4.31 for Cobol code anaylsis
  • IDE name and flavor/env:SonarLint for Eclipse 11.14.0.83019
  • Sonar server :V2025.5 (113872)

And a thorough description of the problem / question: While working on Sonar for IDE on same code file with multiple issues , after sometime it gives error like this

An internal error occurred during: “Update issues markers for project com”.
Duplicate key 8005b715-915c-4543-8cd6-09e2caa9740f (attempted merging values Marker [on: /com/9.cbl, id: 2144, type: org.sonarlint.eclipse.core.sonarlintOnTheFlyProblem, attributes: [anticipatedIssue: true, charEnd: 4648, charStart: 4641, creationdate: 1773058622000, extralocations: org.sonarlint.eclipse.core.internal.markers.MarkerFlows@37c48f86, issuetype: VULNERABILITY, lineNumber: 130, message: Remove this use of “DISPLAY”., priority: 2, quickfixes: org.sonarlint.eclipse.core.internal.quickfixes.MarkerQuickFixes@47701fbd, resolved: false, rulekey: cobol:COBOL.DisplayStatementUsageCheck, serverissuekey: 6b551965-7050-4405-b051-4ccb64d4e91a, severity: 0, sonarseverity: BLOCKER, trackedIssueId: 8005b715-915c-4543-8cd6-09e2caa9740f], created: 3/10/26, 1:08 PM] and Marker [on: /com/9.cbl, id: 2145, type: org.sonarlint.eclipse.core.sonarlintOnTheFlyProblem, attributes: [anticipatedIssue: true, charEnd: 6059, charStart: 6052, creationdate: 1773058622000, extralocations: org.sonarlint.eclipse.core.internal.markers.MarkerFlows@f2de9555, issuetype: VULNERABILITY, lineNumber: 169, message: Remove this use of “DISPLAY”., priority: 2, quickfixes: org.sonarlint.eclipse.core.internal.quickfixes.MarkerQuickFixes@536c67ba, resolved: false, rulekey: cobol:COBOL.DisplayStatementUsageCheck, serverissuekey: 6b551965-7050-4405-b051-4ccb64d4e91a, severity: 0, sonarseverity: BLOCKER, trackedIssueId: 8005b715-915c-4543-8cd6-09e2caa9740f], created: 3/10/26, 1:08 PM])

Please note I have not marked any issue as fixed or false positive and I am unable to understand when this error occurs . Can you please help ?

Regards

Roopali

Hey @Roopali,

This version is quite outdated, the newest one is 11.28.0.84542. Can you please update and check if the issues still happens?

If it happens, can you please provide some info on what you were doing roughly at this point? Like saving a file, switching branches, etc. If you can’t recall and would rather say this is happening randomly or regularly, please provide as much info as possible. Also, please always provide the full logs.

This error is quite verbose, also showing the line number and the rough text range on where the issue is happening, meaning what actual issue reported by the Analyzer was not correctly handled by the Eclipse plug-in.
As you said that you did not mark the issue as resolved, did you do anything else to that issue? Like right clicking on it and from the context menu disabling the rule or something like this?

Just for reference for the folks at Sonar, this issue must happen somewhere in HERE.

Additionally, can you please provide some information of where in the Eclipse project the file is located (like the path) and where on the SonarQube Server, like what path it is? The integration with IBM IDz was implemented by IBM themselves, and the SonarQube for IDE plug-in relies on the information provided by the integration to match the local file with the remote file path.

Cheers :glass_of_milk: