Project issues page blank

Hi Team,

We are using SonarQube(Version 6.7.3) for monitoring our frontend code. When I try to check issues in the source code, the information of the issue is missing(see the image). please help me on how to resolve the issue.

Regards,
Nataraj.R

Hi Nataraj,

This looks like a corrupted Elasticsearch index. Try this:

  • stop server
  • delete $SONARQUBE_HOME/data/es5
  • start server

This will force ES to rebuild the indices and should fix your problem. Note that the rebuild could take a while depending on how large your instance is.

 
Ann

Hi Ann Campbell,

Thanks for your comments.

I went to the directory which you are mentioned the path. But the directory has empty.

Is there any another alternate way to reindexing thing?

Regards,
Nataraj.R

Hi Nataraj,

Double check to see if your Elasticsearch storage path has been configured to a non-default value.

 
Ann

1 Like