Why does SonarQube not show results, although the analysis succeeded?

后端 未结 2 537
余生分开走
余生分开走 2021-01-23 15:55

I use sonar-runner to analyse my project and the analysis succeeds:

14:30:34.813 INFO  - Analysis reports sent to server in 160ms
14:30:34.813 INFO  - ANALYSIS S         


        
2条回答
  •  太阳男子
    2021-01-23 16:27

    There can be 2 explanations for this:

    • You browsed the Web application too rapidly, the server did not have the time to process your analysis. As the log says: "Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report."

    • If you think that you've waited already for too long, maybe the processing of your analysis on server-side went wrong. In this case, there are 2 ways to check this:

      • In the "Settings > System > Analysis Reports > Past Reports" administration page, you should be able to see that the processing failed

      • In the server logs, you should have a error message that gives more details about the failure

提交回复
热议问题