Not able to analyze the Project. Getting Exception

Hi All,
I am using sonar:sonar to analyze the project.
It was working all good and I am able to generate report successfullly on Sonar Server.

But when I tried to analyze the report yesterday I am getting on exception saying that…

Unable to download components

cause by: You are not authorized to analyze the reports.

I am using the plugin as below.

			<plugin>
                <groupId>org.sonarsource.scanner.maven</groupId>
                <artifactId>sonar-maven-plugin</artifactId>
                <version>3.4.1.1168</version>
            </plugin>

Please help. I need to generate report and give it to my boss.

Hi,

Welcome to the community!

This is a permissions problem. Assuming the project analysis configuration hasn’t changed, either the project permissions have been edited to remove the ability of the account in question to analyze the project, or the credentials are no longer valid for some reason.

 
HTH,
Ann

Thanks Ann