[ https://issues.apache.org/jira/browse/KAFKA-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15514380#comment-15514380 ]
Ewen Cheslack-Postava commented on KAFKA-4202: ---------------------------------------------- It looks like you may have mismatched versions of Kafka jars on your classpath since there is a reference to a method that doesn't exist. You should check what's on your classpath and verify there aren't multiple versions. > Facing error while trying to create the Producer. > ------------------------------------------------- > > Key: KAFKA-4202 > URL: https://issues.apache.org/jira/browse/KAFKA-4202 > Project: Kafka > Issue Type: Bug > Reporter: Rohan > > While trying to run the command > bin/kafka-console-producer.sh --broker-list localhost:9092 --topic first-topic > I am facing the below error. > ERROR StatusLogger No log4j2 configuration file found. Using default > configuration: logging only errors to the console. > Exception in thread "main" java.lang.NoSuchMethodError: > kafka.utils.CommandLineUtils$.parseKeyValueArgs(Lscala/collection/Iterable;)Ljava/util/Properties; > at > kafka.tools.ConsoleProducer$ProducerConfig.<init>(ConsoleProducer.scala:279) > at kafka.tools.ConsoleProducer$.main(ConsoleProducer.scala:38) > at kafka.tools.ConsoleProducer.main(ConsoleProducer.scala) -- This message was sent by Atlassian JIRA (v6.3.4#6332)