cjmamo / kafka-web-console

A web console for Apache Kafka (retired)
Apache License 2.0
762 stars 246 forks source link

Web console up, zookeeper connected, don't see brokers list #42

Open navneet-flipkart opened 9 years ago

navneet-flipkart commented 9 years ago

Images are attached...Don't see anything in logs...not sure what's the problem

zookeeper connected

brokers view empty

nicgrayson commented 9 years ago

I'm having this problem too. I do have kafka running on /kakfa if that makes a difference.

ibanner56 commented 9 years ago

It's likely because it's not connected to the proper directory. See #34.

nicgrayson commented 9 years ago

You are totally right. I was putting "/kafka" not "kafka"

It's working now.

ibanner56 commented 9 years ago

@navneet-flipkart Did you check your chroot? Does the problem still persist or can this issue be closed?

navneet-flipkart commented 9 years ago

Issac,

You can close it for now. I will check and let you know. Will open a new issue if required. Thanks.

On Tue, Dec 9, 2014 at 3:05 AM, Isaac Banner notifications@github.com wrote:

@navneet-flipkart https://github.com/navneet-flipkart Did you check your chroot? Does the problem still persist or can this issue be closed?

— Reply to this email directly or view it on GitHub https://github.com/claudemamo/kafka-web-console/issues/42#issuecomment-66191776 .

Thanks & Regards, Navneet Gupta

ibanner56 commented 9 years ago

Ah, I don't own the repo - I'm just trying to clean up the issues since I've been working with the utility. I can't close issues.

mkandasamy commented 9 years ago

What is chroot? I tried many different values, none seems to work for me..Is this same as dataDir in zookeeper.properties file?