Not able to start Kafka Connect

Hi there,
My use case is : Change Data capture using Debezium

When iam trying to start the Kafka Connect ,facing the error as below.

Note : Kafka is up & running.


[2022-03-08 18:43:46,573] ERROR Stopping due to error (org.apache.kafka.connect.cli.ConnectStandalone:126)
org.apache.kafka.connect.errors.ConnectException: Unable to initialize REST server
        at org.apache.kafka.connect.runtime.rest.RestServer.initializeServer(RestServer.java:200)
        at org.apache.kafka.connect.cli.ConnectStandalone.main(ConnectStandalone.java:86)
Caused by: java.io.IOException: Failed to bind to 0.0.0.0/0.0.0.0:8083

Hi @AneeshBabu

according to the error message some other services are running on port 8083.

Did you check with
netstat -anp | grep 8083

hth,
michael

Hi there.
I’m facing the same problem. How do you solve it?