Hi,

I have problem with connecting VisualVM to Ignite running in docker. I tried
to run it with command 
/docker run -d -p 50000:50000 --rm -e IGNITE_JMX_PORT="50000" -e
CONFIG_URI="https://raw.githubusercontent.com/apache/ignite/master/examples/config/example-cache.xml";
apacheignite/ignite/
telnet to port 50000 is working but I can't connect with VisualVM.

I also tried to run it with additional flags described in link 
How-to-connect-monitor-ignite-server-through-jmx-client
<http://apache-ignite-users.70518.x6.nabble.com/How-to-connect-monitor-ignite-server-through-jmx-client-td5420.html#a5451>
  
result was same as above.
/docker run -d --rm -e
CONFIG_URI="https://raw.githubusercontent.com/apache/ignite/master/examples/config/example-cache.xml";
-e "IGNITE_JMX_PORT=50000" -e JVM_OPTS="-Dcom.sun.management.jmxremote
-Dcom.sun.management.jmxremote.port=50000
-Dcom.sun.management.jmxremote.authenticate=false
-Dcom.sun.management.jmxremote.ssl=false" apacheignite/ignite/

Can someone point me on what I'm doing wrong?

Thanks!



--
Sent from: http://apache-ignite-users.70518.x6.nabble.com/

Reply via email to