JMX configuration for sonarqube

Im trying to connect JMX remote access. I configured sonar.properties file mentioned in the doc’s like below

JMX WEB - 10443/10444

sonar.web.javaAdditionalOpts=-Dcom.sun.management.jmxremote=true -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=true -Dcom.sun.management.jmxremote.port=10443 -Dcom.sun.management.jmxremote.rmi.port=10444 -Dcom.sun.management.jmxremote.password.file=/opt/sonarsource/sonar/conf/jmxremote.password -Dcom.sun.management.jmxremote.access.file=/opt/sonarsource/sonar/conf/jmxremote.access

then I created jmxremote.access and password files. After that restart sonarqube.
I’m unable to connect remote access from Jconsole ?

Hey there.

As noted in the template post:

Must-share information (formatted with Markdown):

  • which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)

Hi Colin,
I was used Sonarqube and scanner versions are mentioned below.
I’m not used and installed any plugins.

Sonarqube version -  9.6.1.59531
Sonar-scanner - 4.7.0.2747