CMAK
CMAK copied to clipboard
Error when running kafka-manager
Followed all the steps from readme. Getting the following when running bin/kafka-manager
Error: Could not find or load main class play.core.server.ProdServerStart
Any pointers?
I met the same issue, java 1.8.0_161, os is centos 7
@prem911 , I did these and then it works
yum install java
yum install java-devel
and follow https://medium.com/@jhiciano/yahoos-kafka-manager-installation-82fdc4bd1222
and add if your kafka manager path in zk is not root
kafka-manager.base-zk-path="/db_xxx_kafka_manager"
@prem911 , unzip kafka-manager-1.3.3.23.zip to some location and then run the bin/kafka-manager from the unzipped location , it should work
or you can use the docker image which has everything packed in and ready to go: https://hub.docker.com/r/kafkamanager/kafka-manager
i find when i change from 127.0.0.1:2081 to zoo1:2181, then every thing works well