Measures tab is empty and not Home Dashboard not displaying the data

Hi Team,

We are using Sonarqube 10.6 Community Edition and hosted the app behind the IIS reverse proxy server to serve the https requests.

We are facing 2 issues after we import the project on to the dashboard.

  1. We are not able to see all the projects in the dashboard. Suppose we have 20 + projects our dashboard is empty and when we search with the project name it is displaying. If we maintain projects less than 20, it is displaying in the home dashboard. Screenshots attached for the same.
  2. Measures tab is empty and not displaying the data. Screenshots attached.

Solution we tried is to update the request filtering settings in the IIS sites as given below. Still it is not working and both the above mentioned issues still exists.

Max allowed Content Length= 1000000000 bytes (1GB)

Max query String= 4000000 bytes (4MB)

Max URL Length= 16000 bytes (16KB)

Kindly check the logs as well and let us know.


FailedRequestTraceLogss.zip (75.0 KB)

Hi Team,

We also could see from the recent IIS logs, 404.15 error got resolved after changing the request filtering to a higher value. Nowe we are getting 400 bad requests which can be seen from the attachment.
We are not having any control over this datadog module components which is getting added from sonarqube package causing this 400 error.

Kindly check the logs and snapshots and help us to resolve this issue ASAP.

Logs:
Warning [**-**MODULE_SET_RESPONSE_ERROR_STATUS](javascript:toggleDiv(‘section_errors_60’):wink:

ModuleName DatadogTracingModule


Notification BEGIN_REQUEST
HttpStatus 400
HttpReason Bad Request
HttpSubStatus 0
ErrorCode The operation completed successfully. (0x0)
ConfigExceptionInfo

fr000034 1.txt (170.6 KB)

Thanks,
Muhammadh.

Hi Muhammadh,

You’re on the right track with the IIS settings. It’s likely that you’re running into a URL-length problem in IIS. All I can tell you is to set the URL length as high as possible (or maybe bypass IIS? :innocent: )

 
HTH,
Ann