Sonar Report upload error

SonarQube Version: 10.2.1.78527
SonarQube Platform : AWS cloud
SonarQube Scan Completed and upload fails.

We are using maven to scan source code and the scan was running fine. All of a sudden we have started to see below errors

 [exec] 14:46:19 [ERROR] Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar (default-cli) on project gbs-environment-full: Error creating bean with name 'org.sonarsource.scanner.api.internal.IsolatedClassloader@26115a4f-org.sonar.scanner.report.ReportPublisher': Unsatisfied dependency expressed through constructor parameter 7; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.sonarsource.scanner.api.internal.IsolatedClassloader@26115a4f-org.sonar.scanner.report.MetadataPublisher': Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'QualityProfiles' defined in org.sonar.scanner.repository.QualityProfilesProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.sonar.scanner.rule.QualityProfiles]: Factory method 'provide' threw exception; nested exception is java.lang.IllegalStateException: Failed to load the quality profiles of project 'com.dft.UOB': Fail to request url: http://sonar.dragonflyft.com/api/qualityprofiles/search.protobuf?project=com.dft.UOB: timeout: Socket closed -> [Help 1]
     [exec] org.apache.maven.lifecycle.LifecycleExecutionException: Failed to execute goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar (default-cli) on project gbs-environment-full: Error creating bean with name 'org.sonarsource.scanner.api.internal.IsolatedClassloader@26115a4f-org.sonar.scanner.report.ReportPublisher': Unsatisfied dependency expressed through constructor parameter 7; nested exception is org.springframework.beans.factory.UnsatisfiedDependencyException: Error creating bean with name 'org.sonarsource.scanner.api.internal.IsolatedClassloader@26115a4f-org.sonar.scanner.report.MetadataPublisher': Unsatisfied dependency expressed through constructor parameter 2; nested exception is org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'QualityProfiles' defined in org.sonar.scanner.repository.QualityProfilesProvider: Bean instantiation via factory method failed; nested exception is org.springframework.beans.BeanInstantiationException: Failed to instantiate [org.sonar.scanner.rule.QualityProfiles]: Factory method 'provide' threw exception; nested exception is java.lang.IllegalStateException: Failed to load the quality profiles of project 'com.dft.UOB'
     [exec]     at org.apache.maven.lifecycle.internal.MojoExecutor.execute (MojoExecutor.java:215)

Hi,

Could we have the full log, starting from the analysis command and ending at the end of the full stacktrace?

 
Thx,
Ann