Re: Error running example

2014-10-14 Thread Bowei Chi
It's not hanging. The console producer shell script allows you to enter message via the console. So when you execute it, it waits for your console input. Also, the kafka distribution is missing a couple jar files: slf4j-nop-1.7.2.jar mx4j-tools.jar You can google them and find them online. O

Re: Error running example

2014-10-14 Thread Mohit Anchlia
Could somebody help throw some light on why my commands might be hanging? What's the easiest way to monitor and debug this problem? On Mon, Oct 13, 2014 at 5:07 PM, Mohit Anchlia wrote: > I am new to Kafka and I just installed Kafka. I am getting the following > error. Zookeeper seems to be r

Re: Error running example

2014-10-13 Thread Mohit Anchlia
I ran it again but it seems to be hanging: [2014-10-13 20:43:36,341] INFO Closing socket connection to /10.231.154.117. (kafka.network.Processor) [ec2-user@ip-10-231-154-117 kafka_2.10-0.8.1.1]$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test SLF4J: Failed to load class "

Re: Error running example

2014-10-13 Thread Jun Rao
Is that error transient or persistent? Thanks, Jun On Mon, Oct 13, 2014 at 5:07 PM, Mohit Anchlia wrote: > I am new to Kafka and I just installed Kafka. I am getting the following > error. Zookeeper seems to be running. > > [ec2-user@ip-10-231-154-117 kafka_2.10-0.8.1.1]$ > bin/kafka-console-p

Error running example

2014-10-13 Thread Mohit Anchlia
I am new to Kafka and I just installed Kafka. I am getting the following error. Zookeeper seems to be running. [ec2-user@ip-10-231-154-117 kafka_2.10-0.8.1.1]$ bin/kafka-console-producer.sh --broker-list localhost:9092 --topic test SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".