Discussion
Citigroup Inc
CA
Last activity: 26 Feb 2024 15:57 EST
Pega Stream Jvm's showing JMX Authentication Not Enabled on Localhost Interfaces is detected
Pega Stream Jvm's showing JMX Authentication Not Enabled on Localhost Interfaces is detected .
the solution to this is to add the below paramers to the prconfig.xml and also update the JAVA Jre to the latest verison. and restart the JVM's .
<env name="dsm/services/stream/pyJmxUser" value="my_user"/>
<env name="dsm/services/stream/pyJmxPassword" value="my_password"/>
After the restart is completed , run the command in server
ps -ef |grep kafka
validate the below value will be updated from False to True.
Dcom.sun.management.jmxremote.authenticate=true