Instability in the Sonarqube scanning result

I have upgraded my setup from v9.9 to v25.3 community version and migrated the DB, after upgrading the setup is working fine and able to scan my codes. Most of the pipelines are scanning good, but in few pipelines failing, when i try to check the details of the issue in UI, its showing blank, couldnt get the info about the issue.
Not sure its a known issue or did I miss something when i upgrade the setup.

Setup information:

  • Sonarqube server v25.3 community version
  • Deployed as docker container in AWS ECS

Error:
Analysis report generated in 359ms, dir size=5.3 MB
15-Jul-2025 15:04:34 [INFO] ScannerEngine: Analysis report compressed in 1521ms, zip size=3.5 MB
15-Jul-2025 15:04:34 [INFO] ScannerEngine: Analysis report uploaded in 162ms
15-Jul-2025 15:04:34 [INFO] ScannerEngine: ------------- Check Quality Gate status
15-Jul-2025 15:04:34 [INFO] ScannerEngine: Waiting for the analysis report to be processed (max 1200s)
15-Jul-2025 15:04:54 [ERROR] ScannerEngine: QUALITY GATE STATUS: FAILED - View details on https://sonarqube.abcorg.com/dashboard?id=front-ui
15-Jul-2025 15:04:55 [ERROR] Bootstrapper: An error occurred: Error: Scanner engine failed with code 1
Help me to fix this issue.

Hi,

Unfortunately, only the latest version of Community Build is supported, so can you upgrade to 25.7 and see if this is still replicable?

 
Thx,
Ann

Thanks for the update @ganncamp I have upgraded the setup to 25.7 and i am able to see the details about the issue. It really fixed my issue.

I am getting an another issue in the latest version. its showing this below error message banner.
SonarQube Community Build completed the reload of project data. Some tasks failed or canceled causing some projects to remain unavailable.

Do i need to manually reload the index as suggested in this document?
Reindexing | SonarQube Server Documentation.

I am running in ECS, do i need to remove the content of SONARQUBE_HOME/data/es8 folder? Is there any other alternate way that i can do from the console?

Thanks.

Hi,

Normally, we try to keep it to one topic per thread. Otherwise it can get messy, fast. But this should be quick: yes, I would force an ElasticSearch reindex. If that doesn’t help, please create a new thread.

 
Thx,
Ann