-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Enterprise
-
None
Problem Definition
JMX_REMOTE_PORT is only used for authentication, after which JMX-RMI negotiates a random RMI port for data transfer. Inside a docker container or behind a strict firewall, access to a random port is not possible
Suggested Solution
Provide a standard way to specify -Dcom.sun.management.jmxremote.rmi.port as an environment variable, e.g. JMX_REMOTE_RMI_PORT
Workaround
Manually update set-jmx-opts.sh to specify this value
- duplicates
-
BSERV-9389 Force the JMX server port (random by default) to be the same as the JMX registry port (3333) so it can be opened on firewalls
- Closed