Performed trial upgrade from SonarQube 5.6.7 to SonarQube 6.7.5 Community Edition on Windows Server 2016 using SQL Server 2016 and Java 8, and encounter a red dialogue box which appears at top of screen stating one of the following:
Facet(s) ‘moduleUuids’ require to also filter by project or organization
Facet(s) ‘directories’ require to also filter by project or organization
Facet(s) ‘fileUuids’ require to also filter by project or organization
When trying to use either the Module, Directory or File links from the Issues page, when the Code option has been used to navigate to a child / sub project.
Please review and advise if this is a bug, missing configuration or as intended.
The Issues page is fetching data from Elasticsearch.
Try to delete Elasticsearch data and see if that helps.
Here are the steps:
stop your SonarQube server
delete the ElasticSearch index @ <sonar_install_dir>/data/es5
start your SonarQube server
wait for the startup to be complete (“Process[ce] is up” message recorded in the <sonar_install_dir>/logs/sonar.log ), which will take longer than usual since SonarQube will re-index all data