JMX connection refused (Tomcat deployment)

We are trying to monitor our BR System via JMX Connection. Unfortunately every Connection attempt has been refused.
We modified sentenv.sh with the following parameters
-Dcom.sun.management.jmxremote.port=9010
-Dcom.sun.management.jmxremote.local.only=true
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false

and could verify these via a simple hello world on said server.

It seems to be some problem inside Bloomreach we couldn’t figure out.

Try to remove -Dcom.sun.management.jmxremote.local.only=true
besides port that is the only difference I see in the configuration we use

Also check the remote access section here