I have just started using Sonarqube and have one project analyzed so far. When using the "Issues" search facility the UI hangs.
It turns out to be caused by the fact that I have somehow included files called AVJ9.... which turns out to be sonarqube's own log files being included in my database.
They are not part of my single project but still causes the "Issues" search to hang unless I exclude them from the search.
I cannot find a way to remove or even ignore them (Neither excluding the path, the filename, ... makes any difference). And I don't understand how they got there in the first place. I an not including their location in my analysis.
Any clues?