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

Created on 9 Nov 2015  路  3Comments  路  Source: yahoo/CMAK

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?

Most helpful comment

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?

All 3 comments

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

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

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?

Was this page helpful?
0 / 5 - 0 ratings

Related issues

koldrid picture koldrid  路  3Comments

Angryrou picture Angryrou  路  4Comments

bameur picture bameur  路  9Comments

BDeus picture BDeus  路  5Comments

lm884612 picture lm884612  路  3Comments