We are trying to analyze Angular-typescript project on SonarQube: 9.9 version using Command Line with Sonar Scanner version : 4.6.
We are able to see analysis getting successful on CLI but at the time of publishing it onto the SonarQube we are getting error in the background task please refer attachment.
That’s pretty unusual that you’re facing the same issue on multiple versions.
Is it possible you accidentally have multiple SonarQube instances started on your server at once? You can try running jps to see if any processes are duplicated.
This could also be caused by some “helpful” security software of your machine quarantining files. Your system administrators would know more about this.