Measures Tab not showing anything

When clicking on the Measures Tab for a project to get a report on code coverage, no measures is displayed. Code coverage can be seen in the Code tab for a given project. Opening the Browser console we are receiving a 404 (not found error) for that request.

  • If we are seeing code coverage being shown in the Code Tab but not the Measures tab, where could the problem reside?

Hi,

Welcome to the community!

First, what SonarQube version are we talking about. You can check the page footer if you’re not sure.

Second, are there any browser console errors?

Third, what permissions do you have on the project? Is this replicated for all users?

 
Thx,
Ann

Version is Enterprise Edition v2026.1.1 (121187)

Error message is

image

Hi,

Thanks for confirming you’re on a current version. What permissions do you have on the project in question, and do all users get the same error?

 
Thx,
Ann

All users receive the same error message. Including those with Site Admin Privileges, project privileges, etc…

Hi,

Is this happening for all projects, or just one or two? How are you deployed? From a zip? I’m wondering if the deployment itself got munged and the file is actually missing somehow.

 
Ann

This is happening to all projects and we are deploying from a zip.

Hi,

Can you try re-exploding the zip? Once you update the new directory’s config file, it should be a drop-in replacement.

 
Thx,
Ann

We got it to work. Once I know what that was after talking to one of our infrastructure team members, I’ll post here.

To resolve this issue our Infrastructure team increased the values of maxUrl and maxQueryString because they were set too small to support very large GETs. This may have been a default value from initial installation. We recently migrated our development environment into a new and more secure enclave and had to re-install SonarQube.

Thanks very much for your help on this @ganncamp !!