Reputation: 111
confluent control center is not starting.
I executed following commands to start Confluent platform
Schema Registry Start (Terminal 3)
Then I tried to start Control Center (Terminal 4). But got Error. Its not starting.
[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)
Upvotes: 5
Views: 6224
Reputation: 1
It worked.
Upvotes: 0
Reputation: 111
worked by updating control center id in properties file
Thank you https://stackoverflow.com/users/3715185/styps
Upvotes: 2