Measures are not appearing in SonarQube

What are you trying to accomplish?

After upgrading the SonarQube 2026.1 version we are not found the Measures under application.

Hey @vbeesabathini, welcome to the Community! UI-inconsistencies like this could be a problem with Elasticsearch. Do your Elasticsearch logs (es.log) show any errors or particular messages? Did you restore a DB backup as part of the upgrade? If yes, then we typically recommend a full Elasticsearch re-indexing in those cases.

Hi Andres,

Thank you for your response.

Yes, a database restore was performed as part of the upgrade process.

Based on your recommendation, we performed a full Elasticsearch reindex by stopping SonarQube, clearing the contents of the <sonarqubeHome>/data/es8 directory, and restarting the server.

Following the reindex, all projects are now visible again. However, we are still experiencing an issue where the Measures tab does not display data for all projects. In addition, the UI intermittently displays the message: “The request cannot be processed. Try again later.”

Background Tasks show 0 pending and 0 failing analyses, and recent analyses are completing successfully.

Could you advise on any additional logs or diagnostics that would help investigate the Measures issue?

Thanks.

As I mentioned, it would be interesting to see if es.log shows any errors. However, given that you’re ran a full ES reindexing, the issue might lie somewhere else. Do you see any errors in the browser console/network tab that perhaps are not being surfaced to the UI?