Sonarqube Integration with Azure devops not publishing results to sonarserver

I can see my build got succeeded after adding sonar tasks in Azure build pipeline. But results are not published to my sonar server.

Build:
image

SonarServer:

Run Code analysis logs:

2020-08-26T15:18:42.7706746Z ##[section]Starting: Run Code Analysis

2020-08-26T15:18:42.7706746Z ==============================================================================

2020-08-26T15:18:42.7706746Z Task : Run Code Analysis

2020-08-26T15:18:42.7706746Z Description : Run scanner and upload the results to the SonarQube server.

2020-08-26T15:18:42.7706746Z Version : 4.11.0

2020-08-26T15:18:42.7706746Z Author : sonarsource

2020-08-26T15:18:42.7706746Z Help : Version: 4.11.0. This task is not needed for Maven and Gradle projects since the scanner should be run as part of the build.

More Information

2020-08-26T15:18:42.7706746Z ==============================================================================

2020-08-26T15:18:43.2698874Z [command]C:\agent_work_tasks\SonarQubePrepare_15b84ca1-b62f-4a2a-a403-89b77a063157\4.11.0\classic-sonar-scanner-msbuild\SonarScanner.MSBuild.exe end

2020-08-26T15:18:43.5350942Z SonarScanner for MSBuild 4.10

2020-08-26T15:18:43.5350942Z Using the .NET Framework version of the Scanner for MSBuild

2020-08-26T15:18:43.5974958Z Post-processing started.

2020-08-26T15:18:49.2604410Z INFO: Detected Azure DevOps

2020-08-26T15:18:49.2604410Z INFO: Load active rules

2020-08-26T15:18:50.2900674Z INFO: Load active rules (done) | time=1014ms

2020-08-26T15:18:50.3368686Z INFO: Branch name: develop_sonar

2020-08-26T15:18:50.3524690Z INFO: Indexing files…

2020-08-26T15:18:50.3524690Z INFO: Project configuration:

2020-08-26T15:18:50.8204810Z INFO: Indexing files of module ‘PlatformContentService’

2020-08-26T15:18:50.8204810Z INFO: Base dir: C:\agent_work\351\s\Libraries\Services\PlatformContentService

2020-08-26T15:18:50.8204810Z INFO: Source paths: IPlatformContentService.cs, Model/CreateorUpdateContentRespon…

2020-08-26T15:18:51.3508946Z INFO: Quality profile for xml: Sonar way

2020-08-26T15:18:51.3508946Z INFO: ------------- Run sensors on module MicroservicesCommonResources

2020-08-26T15:18:51.4132962Z INFO: Load metrics repository

2020-08-26T15:18:51.5380994Z INFO: Load metrics repository (done) | time=125ms

2020-08-26T15:18:52.2401174Z WARNING: WARNING: An illegal reflective access operation has occurred

2020-08-26T15:18:52.2401174Z WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/svc.v1tfsbuild/.sonar/cache/54f6535c111cefad0fb6a09ba3e61922/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)

2020-08-26T15:18:52.2401174Z WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1

2020-08-26T15:18:52.2401174Z WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations

2020-08-26T15:18:52.2401174Z WARNING: WARNING: All illegal access operations will be denied in a future release

2020-08-26T15:18:52.5833262Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.5833262Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.5989266Z INFO: ------------- Run sensors on module PlatformContentService

2020-08-26T15:18:52.6613282Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.6613282Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.6613282Z INFO: ------------- Run sensors on module TenantUserManagementService

2020-08-26T15:18:52.7081294Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.7081294Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.7081294Z INFO: ------------- Run sensors on module EventSource

2020-08-26T15:18:52.7393302Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.7393302Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.7393302Z INFO: ------------- Run sensors on module PlatformCoreService

2020-08-26T15:18:52.7861314Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.7861314Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.7861314Z INFO: ------------- Run sensors on module InternalCommunication

2020-08-26T15:18:52.8329326Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.8485330Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.8485330Z INFO: ------------- Run sensors on module Caching

2020-08-26T15:18:52.8797338Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.8953342Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.8953342Z INFO: ------------- Run sensors on module Extensions

2020-08-26T15:18:52.9889366Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:52.9889366Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:52.9889366Z INFO: ------------- Run sensors on module RabbitMQ

2020-08-26T15:18:53.0045370Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.0045370Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.0045370Z INFO: ------------- Run sensors on module NotificationService.API

2020-08-26T15:18:53.0357378Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.0357378Z INFO: 1 source files to be analyzed

2020-08-26T15:18:53.0513382Z INFO: Load project repositories

2020-08-26T15:18:53.1605410Z INFO: Load project repositories (done) | time=109ms

2020-08-26T15:18:53.4413482Z INFO: Sensor JavaXmlSensor [java] (done) | time=406ms

2020-08-26T15:18:53.4413482Z INFO: Sensor XML Sensor [xml]

2020-08-26T15:18:53.4413482Z INFO: 1/1 source files have been analyzed

2020-08-26T15:18:53.4413482Z INFO: 1 source files to be analyzed

2020-08-26T15:18:53.6441534Z INFO: Sensor XML Sensor [xml] (done) | time=187ms

2020-08-26T15:18:53.6441534Z INFO: ------------- Run sensors on module Database

2020-08-26T15:18:53.6441534Z INFO: 1/1 source files have been analyzed

2020-08-26T15:18:53.6753542Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.6909546Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.6909546Z INFO: ------------- Run sensors on module NotificationService.Infrastructure

2020-08-26T15:18:53.7065550Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.7065550Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.7065550Z INFO: ------------- Run sensors on module TenantInfo

2020-08-26T15:18:53.7377558Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.7377558Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.7377558Z INFO: ------------- Run sensors on module Agilysys.Utility

2020-08-26T15:18:53.7533562Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.7533562Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.7533562Z INFO: ------------- Run sensors on module Middleware

2020-08-26T15:18:53.7845570Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.7845570Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.7845570Z INFO: ------------- Run sensors on module ServiceAuthority

2020-08-26T15:18:53.8313582Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.8313582Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.8313582Z INFO: ------------- Run sensors on module Agilysys.Notification

2020-08-26T15:18:53.8625590Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.8625590Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.8625590Z INFO: ------------- Run sensors on module PlatformConfiguration

2020-08-26T15:18:53.8937598Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.8937598Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.8937598Z INFO: ------------- Run sensors on module Database.RDBMS

2020-08-26T15:18:53.9249606Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.9249606Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.9249606Z INFO: ------------- Run sensors on module DomainEvents

2020-08-26T15:18:53.9561614Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.9561614Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.9561614Z INFO: ------------- Run sensors on module Kernel

2020-08-26T15:18:53.9873622Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:53.9873622Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:53.9873622Z INFO: ------------- Run sensors on module V1-NotificationService

2020-08-26T15:18:54.0341634Z INFO: Sensor JavaXmlSensor [java]

2020-08-26T15:18:54.0341634Z INFO: Sensor JavaXmlSensor [java] (done) | time=0ms

2020-08-26T15:18:54.0341634Z INFO: ------------- Run sensors on project

2020-08-26T15:18:54.0341634Z INFO: Sensor Dependency-Check [dependencycheck]

2020-08-26T15:18:54.0341634Z INFO: Process Dependency-Check report

2020-08-26T15:18:54.0497638Z INFO: Using JSON-Reportparser

2020-08-26T15:18:54.0497638Z INFO: Dependency-Check JSON report does not exists. Please check property sonar.dependencyCheck.jsonReportPath:C:\agent_work\351\s${Agent.BuildDirectory}\dependency-check-report.json

2020-08-26T15:18:54.0497638Z INFO: JSON-Analysis skipped/aborted due to missing report file

2020-08-26T15:18:54.0497638Z INFO: Using XML-Reportparser

2020-08-26T15:18:54.0497638Z INFO: Dependency-Check XML report does not exists. Please check property sonar.dependencyCheck.xmlReportPath:C:\agent_work\351\s${Agent.BuildDirectory}\dependency-check-report.xml

2020-08-26T15:18:54.0497638Z INFO: XML-Analysis skipped/aborted due to missing report file

2020-08-26T15:18:54.0497638Z INFO: Dependency-Check HTML report does not exists. Please check property sonar.dependencyCheck.htmlReportPath:C:\agent_work\351\s$(Agent.TempDirectory)\dependency-check-report.html

2020-08-26T15:18:54.0497638Z INFO: HTML-Dependency-Check report does not exist.

2020-08-26T15:18:54.0497638Z INFO: Process Dependency-Check report (done) | time=15ms

2020-08-26T15:18:54.0497638Z INFO: Sensor Dependency-Check [dependencycheck] (done) | time=15ms

2020-08-26T15:18:54.0497638Z INFO: Sensor Zero Coverage Sensor

2020-08-26T15:18:54.0497638Z INFO: Sensor Zero Coverage Sensor (done) | time=0ms

2020-08-26T15:18:54.0653642Z INFO: SCM Publisher SCM provider for this project is: git

2020-08-26T15:18:54.0653642Z INFO: SCM Publisher 1 source file to be analyzed

2020-08-26T15:18:54.3461714Z INFO: SCM Publisher 1/1 source file have been analyzed (done) | time=281ms

2020-08-26T15:18:54.3617718Z INFO: CPD Executor Calculating CPD for 0 files

2020-08-26T15:18:54.3617718Z INFO: CPD Executor CPD calculation finished (done) | time=0ms

2020-08-26T15:18:54.4397738Z INFO: Analysis report generated in 78ms, dir size=73 KB

2020-08-26T15:18:54.4709746Z INFO: Analysis report compressed in 31ms, zip size=10 KB

2020-08-26T15:18:54.7829826Z INFO: Analysis report uploaded in 281ms

2020-08-26T15:18:54.7829826Z INFO: ANALYSIS SUCCESSFUL, you can browse https://sonar.hospitalityrevolution.com/dashboard?id=V1-NotificationService&branch=develop_sonar

2020-08-26T15:18:54.7829826Z INFO: Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report

2020-08-26T15:18:54.7829826Z INFO: More about the report processing at https://sonar.hospitalityrevolution.com/api/ce/task?id=AXQrWbnps1clUQodgf00

2020-08-26T15:18:54.7829826Z INFO: Analysis total time: 6.801 s

2020-08-26T15:18:54.7829826Z INFO: ------------------------------------------------------------------------

2020-08-26T15:18:54.7985830Z INFO: EXECUTION SUCCESS

2020-08-26T15:18:54.7985830Z INFO: ------------------------------------------------------------------------

2020-08-26T15:18:54.7985830Z INFO: Total time: 9.734s

2020-08-26T15:18:54.8297838Z INFO: Final Memory: 12M/50M

2020-08-26T15:18:54.8297838Z INFO: ------------------------------------------------------------------------

2020-08-26T15:18:54.8921854Z The SonarQube Scanner has finished

2020-08-26T15:18:54.8921854Z 08:18:54.892 Post-processing succeeded.

2020-08-26T15:18:54.9233862Z ##[section]Finishing: Run Code Analysis

Can anyone help me on this? I’m getting this warning in azure build pipeline in “Run Code Analysis” task. Though my build got success.

2020-08-26T15:18:52.2401174Z WARNING: WARNING: An illegal reflective access operation has occurred
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/C:/Users/svc.v1tfsbuild/.sonar/cache/54f6535c111cefad0fb6a09ba3e61922/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte,int,int,java.security.ProtectionDomain)
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
2020-08-26T15:18:52.2401174Z WARNING: WARNING: Use --illegal-access=warn to enable warnings of further illegal re

Build:
image

Don’t know coz of this warning not giving proper reports to my sonar server.