[
https://issues.apache.org/jira/browse/KAFKA-4202?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ewen Cheslack-Postava updated KAFKA-4202:
-----------------------------------------
Component/s: (was: KafkaConnect)
> 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
> Assignee: Ewen Cheslack-Postava
>
> 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)