mesos/kafka

Cannot connect to JMX port

Closed this issue · 3 comments

Hello, i'm trying to connect to broker JMX

[centos@slave-03 ~]$ ps aux | grep kafka
centos     512  0.0  0.0 112612   732 pts/0    S+   08:37   0:00 grep --color=auto kafka
root      4173  0.4  2.8 6552620 460940 ?      Ssl  Sep16  10:21 jre/bin/java -cp kafka-mesos-0.9.0-beta.jar -Xmx3500m ly.stealth.mesos.kafka.Executor
[centos@slave-03 ~]$ sudo netstat -tulpan | grep 4173
tcp        0      0 192.168.10.10:34860     0.0.0.0:*               LISTEN      4173/jre/bin/java
tcp        0      0 192.168.10.10:44220     192.168.10.10:5051      ESTABLISHED 4173/jre/bin/java
tcp        0      0 192.168.10.10:37293     192.168.10.11:2181      CLOSE_WAIT  4173/jre/bin/java
tcp6       0      0 192.168.10.10:1025      :::*                    LISTEN      4173/jre/bin/java
tcp6       0      0 192.168.10.10:50207     192.168.10.11:2181      ESTABLISHED 4173/jre/bin/java
[centos@slave-03 ~]$

But the jmc and jconsole connection test keeps saying Unable to connect

Telnet on port works

telnet slave-03 34860
Trying 192.168.10.10...
Connected to slave-03.
Escape character is '^]'.
test
Connection closed by foreign host.

The readme needs to be updated but how to-do this is captured in #69

@joestein @tymofii-polekhin
Hi guys, any updates here?

Resolved