Sonarqube failed to upload scanned report

Hi , I am getting this error. Done with increasing log size but still same issue.

##[error]ERROR: Error during SonarScanner execution
ERROR: Error during SonarScanner execution
##[error]java.lang.IllegalStateException: Failed to upload report: Fail to request url: https://sonarqube/api/ce/submit?projectKey=project_key &projectName=projectname&characteristic=branch%3DSonarQube-Fix&characteristic=branchType%3DBRANCH
java.lang.IllegalStateException: Failed to upload report: Fail to request url: https://Sonarqube/api/ce/submit?projectKey=projectkeyname&projectName=projectname&characteristic=branch%3DSonarQube-Fix&characteristic=branchType%3DBRANCH
##[error]at org.sonar.scanner.report.ReportPublisher.upload(ReportPublisher.java:225)

Please share if any solution of this problem.

Hi,

There is likely something on your network, e.g. a proxy, that’s blocking the analysis report submission. You should check with your network folks.

 
HTH,
Ann

ERROR: Error during SonarScanner execution
java.lang.IllegalStateException: Failed to upload report: Fail to request url:

Could you please help me with resolving this error?

Hi @Aravind_Kumar,

Welcome to the community!

My advice to you is the same as to the OP^

 
HTH,
Ann