Basically, I downloaded Confluent 7.9 with Oracle JDK11
and configured /etc/kafka/server.properties for listeners & advertised listeners & adding Confluent_HOME env variable
then I run confluent local services start
all services are up & control center is Up too but
when I tried to test its link
curl -V http://localhost:9021 >>> connection refused & no firewall issues
I checked the logs using confluent local services control-center log, it shows Error >>> failed to start topology (io.confluent.controlcenter.application.AllControlCenter)
java.util.concurrent.TimeoutException)
Any clue for this please?