Sonar - JMX - Datadog monitoring

Hi we are trying to enable JMX to set up integration between Sonar 8.9 and Datadog. Keep seeing this error in sonar web.log and not receiving metrics in datadog right now. wondering if this error is whats stopping this integration

**2021.05.25 15:42:05 DEBUG web[s.rmi.transport.tcp] RMI TCP Connection(548)-127.0.0.1: terminated with exception: **
java.io.EOFException: null **
** at java.base/java.io.DataInputStream.readInt(Unknown Source)

Followed the instructions from Sonar for enabling JMX Monitoring | SonarQube Docs
here are the system settings from sonar:


Hi ,trying to enable JMX, passing additional parameters

-Dcom.sun.management.jmxremote=true
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false
-Dcom.sun.management.jmxremote.local.only=false
-Dcom.sun.management.jmxremote.port=9090
-Dcom.sun.management.jmxremote.rmi.port=9090
-Djava.rmi.server.hostname=10.92.8.110

Able to see the system setting applied but the log throws an error: DEBUG web[][s.rmi.transport.tcp] RMI TCP Connection(53493)-127.0.0.1: terminated with exception:
java.io.EOFException: null