CMAK icon indicating copy to clipboard operation
CMAK copied to clipboard

Error when running kafka-manager

Open prem911 opened this issue 7 years ago • 5 comments

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?

prem911 avatar Mar 17 '18 09:03 prem911

I met the same issue, java 1.8.0_161, os is centos 7

foreversunyao avatar Mar 19 '18 08:03 foreversunyao

@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"

foreversunyao avatar Mar 21 '18 10:03 foreversunyao

@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

saurabhg27 avatar Apr 04 '19 19:04 saurabhg27

or you can use the docker image which has everything packed in and ready to go: https://hub.docker.com/r/kafkamanager/kafka-manager

linehrr avatar Apr 05 '19 19:04 linehrr

image i find when i change from 127.0.0.1:2081 to zoo1:2181, then every thing works well

yuanjinzhong avatar Sep 01 '22 08:09 yuanjinzhong