The request cannot be processed. Try again later

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
    SonarQube 8.3 (+ dependency check extension)
  • what are you trying to achieve
    I am trying to view security hotspots
  • what have you tried so far to achieve this
    I visited:
    http://185.46.58.14:9000/security_hotspots?id=brp-rest-service-oil2
    and immendiatelly got this error:
    image

I do not see any errors in sonar.log, web.log, es.log…
All HTTP requests in browser (tried both Chrome and Edge) are successful (HTTP code 200).

Simple Google search indicates that it could be URI too long error in proxy/http server:

but I am accessing SonarQube directly. (without proxy)

Hi,

What does your browser console say?

 
Ann

Hi, i’m facing this problem. On browser console say:

GET http://localhost:9000/api/metrics/search?ps=500
[HTTP/1.1 499 Request has been forbidden by antivirus 2ms]

Dont know if my antivirus is causing it. Im using Kaspersky.
Running sonarqube on docker, SonarQube ID information:
Server ID: 243B8A4D-AXm0QuhqkIA2MuJ-RO1j
Version: 8.9.0.43852
Date: 2021-05-28

After disabling for a while my antivirus, it worked!