yahoo / CMAK

CMAK is a tool for managing Apache Kafka clusters
Apache License 2.0
11.83k stars 2.51k forks source link

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms] #152

Open Jonathan-Wei opened 8 years ago

Jonathan-Wei commented 8 years ago

I think running kafka-manager to manager exist kafka cluster. running server is sucess. but open the page can't see the topic informartion.

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager)]] after [5000 ms]

I see the kafka-manager file,script_conf_file="${app_home}/../conf/application.ini"

How to fixed this issues?

Jonathan-Wei commented 8 years ago

The conf path only have an application.conf file!Why script_conf_file="${app_home}/../conf/application.ini"

zheolong commented 8 years ago

What is the difference between *./conf/application.ini*** and ./conf/application.conf**

How to use

When we start play application, some common options can be set through ./conf/application.ini

For examples, you can specify config.file and http.port in command line,

bin/kafka-manager -Dconfig.file=/path/to/application.conf -Dhttp.port=8080

Or you can just put them in ./conf/application.ini like this

2015-11-11 2 13 06

and then start kafka-manager by bin/kafka-manager

alabeduarte commented 8 years ago

Hey everybody,

I got same issue here even specifying them in command line or put them into ./conf/application.ini I got the same error:

Yikes! Ask timed out on [ActorSelection[Anchor(akka://kafka-manager-system/), Path(/user/kafka-manager/test/kafka-state)]] after [2000 ms]

Anybody's facing the some issue here?

Lagoran commented 2 years ago

Hi All,

I have the same issue and when researching for a posted it here:

https://github.com/yahoo/CMAK/issues/143

There is another big discussion here:

https://github.com/yahoo/CMAK/issues/148

You can try the existing solutions and confirm; for me still no progress.

Regards,

Yordan