Skip to content
This repository has been archived by the owner on Oct 6, 2018. It is now read-only.

Can't get any brokers or topics listed #34

Closed
jpotter opened this issue Sep 10, 2014 · 4 comments
Closed

Can't get any brokers or topics listed #34

jpotter opened this issue Sep 10, 2014 · 4 comments

Comments

@jpotter
Copy link

jpotter commented Sep 10, 2014

We're not able to see anything listed under Brokers or Topics on kafka-web-console. We have two zookeeper nodes in the data center and they show up fine, but the info under the other tabs is just blank.

There's no logging being produced, either, so I'm not even sure how to debug this.

Suggestions?

Thanks!

-Jeff

Some additional info that might help shed some light:

screen shot 2014-09-10 at 4 20 49 pm
screen shot 2014-09-10 at 4 22 06 pm

And, in zookeeper, we have plenty of data.

...
├── kafka
│ ├── address_book
│ │ ├── partition_0
│ ├── apns
│ │ ├── partition_0
│ ├── admin
│ │ ├── delete_topics
│ ├── consumers
│ │ ├── kafkaspout
│ │ │ ├── offsets
│ │ │ │ ├── address_book
│ │ │ │ │ ├── 3
│ │ │ │ │ ├── 2
...

@jpotter
Copy link
Author

jpotter commented Sep 10, 2014

Also, this is running under a play dist -- I built kafka-web-console.kafka-web-console-2.1.0-SNAPSHOT.jar from a recent download of the github repo, but we were seeing the issue with the latest released version as well.

@ibanner56
Copy link

Your chroot should be the root directory for all your kafka zookeeper entries, which in this case looks to just be 'kafka,' not the aws region your zk instance is running in.

@jpotter
Copy link
Author

jpotter commented Oct 15, 2014

Thanks, Isaac -- it looks like the issue was leading/trailing slashes. Our chroot needed to be "us-west-2/kafka", NOT "/us-west-2/kafka". It's working now, finally! Much appreciated.

@harshv2
Copy link

harshv2 commented Mar 31, 2015

Hi,

I'm unable to connect, status is always connecting!! Could anybody help me? Am i missing anything?

screen shot 2015-03-31 at 4 44 35 pm

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants