As a part of fixing this issue new system property added: -Dcom.gs.jndi.enabled that in the case of false value allows not to open jndi port at all
Â
setting GS_OPTIONS_EXT to -Dcom.gs.jmx.enabled=false
and see that relevant property is component is true.
see: System.setProperty(CommonSystemProperties.JMX_ENABLED_PROP, Boolean.TRUE.toString());
In SystemConfig
As a part of fixing this issue new system property added: -Dcom.gs.jndi.enabled that in the case of false value allows not to open jndi port at all
Made change to
https://docs-staging.gigaspaces.com/latest/admin/space-jmx-management.html#RemoteJConsoleConnection
and now testing.