центр управления слияниями не запускается.
Я выполнил следующие команды для запуска слияния платформы
- Запуск Zookeeper (Терминал 1)
- Запуск Kafka (Терминал 2)
Запуск реестра схемы (терминал 3)
Затем я попытался запустить Центр управления (терминал 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)