Sonar coverage/coverage on new code is zero after moving to new server

Hi There,

I am using sonarqube-7.7 and mysql Ver 14.14 Distrib 5.7.26, for Linux (x86_64)
recently i have upgraded my server from CentOS release 6.10 to CentOS Linux 8
on new server when i am generating sonar report code coverage is showing zero on sonar dashboard attaching


screenshot as Sonar_screenshot.PNG

but when i am creating new jobs on Jenkins for same code but different branch
code coverage working as expected .

Can you please help me .
below is sonar logs from jenkins console , there is no error in sonar logs on server.

[INFO] --- sonar-maven-plugin:3.7.0.1746:sonar (default-cli) @ Commons ---
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] SonarQube version: 7.7.0
[INFO] Default locale: "en_GB", source code encoding: "UTF-8"
[INFO] Load global settings
[INFO] Load global settings (done) | time=145ms
[INFO] Server id: E7ED0471-AWrY6xcdR9suXBfnRLGJ
[INFO] User cache: /home/jenkins/.sonar/cache
[INFO] Load/download plugins
[INFO] Load plugins index
[INFO] Load plugins index (done) | time=82ms
[INFO] Load/download plugins (done) | time=148ms
[INFO] Process project properties
[INFO] Execute project builders
[INFO] Execute project builders (done) | time=5ms
[INFO] Project key: com.irfan:Commons
[INFO] Base dir: /opt/jenkins/jenkins_home/workspace/Dev_Equity_Commons/Commons
[INFO] Working dir: /opt/jenkins/jenkins_home/workspace/Dev_Equity_Commons/Commons/target/sonar
[INFO] Load project settings for component key: 'com.irfan:Commons:Development'
[INFO] Load project settings for component key: 'com.irfan:Commons:Development' (done) | time=30ms
[INFO] Load project repositories
[INFO] Load project repositories (done) | time=197ms
[INFO] Load quality profiles
[INFO] Load quality profiles (done) | time=60ms
[INFO] Load active rules
[INFO] Load active rules (done) | time=994ms
[INFO] Branch key: Development
[WARNING] The use of "sonar.branch" is deprecated and replaced by "sonar.branch.name". See https://redirect.sonarsource.com/doc/branches.html.
[INFO] Indexing files...
[INFO] Project configuration:
[INFO]   Excluded sources: **/*Constant*
[INFO] 300 files indexed
[INFO] 0 files ignored because of inclusion/exclusion patterns
[INFO] Quality profile for java: Sonar way
[INFO] ------------- Run sensors on module Commons
[INFO] Load metrics repository
[INFO] Load metrics repository (done) | time=32ms
[INFO] Using JAXBContext implementation: com.sun.xml.bind.v2.runtime.JAXBContextImpl
[INFO] Sonargraph Integration: Custom metrics file '/home/jenkins/.sonargraphintegration/metrics.properties' not found
[INFO] Sonargraph Integration: Created 54 predefined and 0 custom metric(s)
WARNING: An illegal reflective access operation has occurred
WARNING: Illegal reflective access by net.sf.cglib.core.ReflectUtils$1 (file:/home/jenkins/.sonar/cache/866bb1adbf016ea515620f1aaa15ec53/sonar-javascript-plugin.jar) to method java.lang.ClassLoader.defineClass(java.lang.String,byte[],int,int,java.security.ProtectionDomain)
WARNING: Please consider reporting this to the maintainers of net.sf.cglib.core.ReflectUtils$1
WARNING: Use --illegal-access=warn to enable warnings of further illegal reflective access operations
WARNING: All illegal access operations will be denied in a future release
[INFO] Sensor JavaSquidSensor [java]
[INFO] Configured Java source version (sonar.java.source): 6
[INFO] JavaClasspath initialization
[INFO] JavaClasspath initialization (done) | time=16ms
[INFO] JavaTestClasspath initialization
[INFO] JavaTestClasspath initialization (done) | time=3ms
[INFO] Java Main Files AST scan
[INFO] 162 source files to be analyzed
[INFO] 82/162 files analyzed, current file: src/main/java/com/irfan/domain/audit/AuditTrailAttribute.java
[INFO] 162/162 source files have been analyzed
[INFO] Java Main Files AST scan (done) | time=14261ms
[INFO] Java Test Files AST scan
[INFO] 120 source files to be analyzed
[INFO] 120/120 source files have been analyzed
[INFO] Java Test Files AST scan (done) | time=5600ms
[INFO] Sensor JavaSquidSensor [java] (done) | time=20500ms
[INFO] Sensor SmellMeasuresSensor [smells]
[INFO] Sensor SmellMeasuresSensor [smells] (done) | time=1422ms
[INFO] Sensor SurefireSensor [java]
[INFO] parsing [/opt/jenkins/jenkins_home/workspace/Dev_Equity_Commons/Commons/target/surefire-reports]
[INFO] Sensor SurefireSensor [java] (done) | time=1254ms
[INFO] Sensor JaCoCoSensor [java]
[WARNING] Property 'sonar.jacoco.reportPaths' is deprecated (JaCoCo binary format). 'sonar.coverage.jacoco.xmlReportPaths' should be used instead (JaCoCo XML format).
[INFO] Analysing /opt/jenkins/jenkins_home/workspace/Dev_Equity_Commons/Commons/target/coverage-reports/jacoco-ut.exec
[WARNING] Coverage information was not collected. Perhaps you forget to include debug information into compiled classes?
[INFO] Sensor JaCoCoSensor [java] (done) | time=240ms
[INFO] Sensor JavaXmlSensor [java]
[INFO] Sensor JavaXmlSensor [java] (done) | time=3ms
[INFO] Sensor Sonargraph Integration [sonargraphintegration]
[INFO] Sonargraph Integration: Processing project 'com.irfan:Commons'
[WARNING] Sonargraph Integration: XML report file '/opt/jenkins/jenkins_home/workspace/Dev_Equity_Commons/Commons/target/sonargraph/sonargraph-sonarqube-report.xml' not found
[INFO] Sonargraph Integration: Finished processing project 'com.irfan:Commons'
[INFO] Sensor Sonargraph Integration [sonargraphintegration] (done) | time=1ms
[INFO] Sensor HTML [web]
[INFO] Sensor HTML [web] (done) | time=21ms
[INFO] ------------- Run sensors on project
[INFO] Sensor Zero Coverage Sensor
[INFO] Sensor Zero Coverage Sensor (done) | time=414ms
[INFO] Sensor Java CPD Block Indexer
[INFO] Sensor Java CPD Block Indexer (done) | time=417ms
[INFO] SCM Publisher is disabled
[INFO] 68 files had no CPD blocks
[INFO] Calculating CPD for 94 files
[INFO] CPD calculation finished
[INFO] Analysis report generated in 2738ms, dir size=1 MB
[INFO] Analysis report compressed in 3175ms, zip size=661 KB
[INFO] Analysis report uploaded in 113ms
[INFO] ANALYSIS SUCCESSFUL, you can browse http://localhost:9000/dashboard?id=com.irfan%3ACommons%3ADevelopment
[INFO] Note that you will be able to access the updated dashboard once the server has processed the submitted analysis report
[INFO] More about the report processing at http://localhost:9000/api/ce/task?id=AXmiAFOIcJLh-beZPISb
[INFO] Analysis total time: 37.394 s
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 41.031 s
[INFO] Finished at: 2021-05-25T01:30:02-04:00
[INFO] Final Memory: 20M/100M
[INFO] ------------------------------------------------------------------------
SonarQube analysis completed: SUCCESS
Finished: SUCCESS