Центр управления Confluent не запускается - PullRequest
1 голос
/ 31 октября 2019

центр управления слияниями не запускается.

Я выполнил следующие команды для запуска слияния платформы

  1. Запуск Zookeeper (Терминал 1)
  2. Запуск Kafka (Терминал 2)
  3. Запуск реестра схемы (терминал 3)

  4. Затем я попытался запустить Центр управления (терминал 4). Но получил ошибку. Не запускается.

    [2019-10-30 08:58:36,331] INFO [main] unable to get command store (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,331] INFO [main] unable to get command store (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,331] WARN [main] unable to start with allowance=300000 (io.confluent.command.CommandStore)
    [2019-10-30 08:58:37,332] ERROR [main] failed to start topology (io.confluent.controlcenter.ControlCenter)
java.util.concurrent.TimeoutException
        at io.confluent.command.CommandStore.start(CommandStore.java:108)
        at io.confluent.controlcenter.ControlCenter.main(ControlCenter.java:124)
...