kafka-manager-docker icon indicating copy to clipboard operation
kafka-manager-docker copied to clipboard

Yikes! Ask timed out on [ActorSelection[Anchor

Open drewjocham opened this issue 8 years ago • 1 comments

I am getting the following error when using the yaml file at sheepkiller yaml file:

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

test

drewjocham avatar Jan 11 '18 07:01 drewjocham

I was also able to reproduce this issue by running the docker-compose.yml file in this repository with the following command:

Steps to Reproduce

docker-compose up --build

Upon visiting http://localhost:9000 I was able to add a new cluster with the following configuration:

  • cluster name: test_cluster
  • cluster zookeeper hosts: localhost:2181
  • kafka version: 0.9.0.1

screen shot 2018-12-13 at 10 07 12

The save is successful and a confirmation screen is shown, however when selecting to view the cluster at http://localhost:9000/clusters/test_cluster, this produces the timeout.

screen shot 2018-12-13 at 10 09 59

apoclyps avatar Dec 13 '18 10:12 apoclyps