Analysis reports not generated on server when status is sent to github PR

I am using SonarQube 6.7.4 , Scanner 3.2.

I want whenever Sonarqube analysis is triggered by jenkins reports should be generated on sonarqube server and status check should be sent to github. So that merging decision is taken based on status.

But when I try to send status to github it is sent successfully but reports are not generated on sonarqube server and if i dont send the status to github then reports are generated on sonarqube server

Hello san,

In case you didn’t know, I wanted to point out that pull request decoration involving GitHub is a feature of SonarQube Developer Edition starting in 7.9. If you need the decoration to work with GitHub.com, please have a look at SonarQube 8.1.

Regards,
Jeff

2020.01.07 13:33:02 INFO app[o.s.a.ProcessLauncherImpl] Launch process[[key=‘web’, ipcIndex=2, logFilenamePrefix=web]] from [/opt/sonarqube/sonarqube-8.1.0.31237]: /usr/lib/jvm/java-11-openjdk-amd64/bin/java -Djava.awt.headless=true -Dfile.encoding=UTF-8 -Djava.io.tmpdir=/opt/sonarqube/sonarqube-8.1.0.31237/temp --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang=ALL-UNNAMED --add-opens=java.base/java.io=ALL-UNNAMED --add-opens=java.rmi/sun.rmi.transport=ALL-UNNAMED -Xmx1024m -Xms256m -XX:+HeapDumpOnOutOfMemoryError -Dhttp.nonProxyHosts=localhost|127.|[::1] -cp ./lib/common/:/opt/sonarqube/sonarqube-8.1.0.31237/lib/jdbc/postgresql/postgresql-42.2.8.jar org.sonar.server.app.WebServer /opt/sonarqube/sonarqube-8.1.0.31237/temp/sq-process2140739464430810218properties

facing this issue while trying to start sonarqube
tried increasing memory in properties file but same error