error in kafka producer

2017-02-28 Thread shyla deshpande
org.apache.kafka.common.errors.TimeoutException: Expiring 1 record(s) for positionevent-6 due to 30003 ms has passed since batch creation plus linger time

Re: Unable to start kafka server, 0.0.0.0:9092: Address already in use. Please help

2017-08-09 Thread shyla deshpande
zookeeper.connect=localhost:2181 zookeeper.connection.timeout.ms=6000 On Wed, Aug 9, 2017 at 1:08 AM, M. Manna <manme...@gmail.com> wrote: > Hi, > > Could you Post your zookeeper.properties and server.properties file > details? > > Thanks, > > On 9 August 2017 at 07:08

Re: Unable to start kafka server, 0.0.0.0:9092: Address already in use. Please help

2017-08-08 Thread shyla deshpande
I was successfully using it for many months, and now I am unable to. I have used lsof -i tcp:9092 to see any process using 9092 port and I don't see any process using 9092. On Tue, Aug 8, 2017 at 10:28 PM, shyla deshpande <deshpandesh...@gmail.com> wrote: > Hello all, > > I a

Unable to start kafka server, 0.0.0.0:9092: Address already in use. Please help

2017-08-08 Thread shyla deshpande
Hello all, I am trying to use kafka locally on my Mac. When I am trying to start the kafka server I get the following error. Please help. Thanks. [2017-08-08 22:16:37,319] FATAL [Kafka Server 0], Fatal error during KafkaServer startup. Prepare to shutdown (kafka.server.KafkaServer)

Re: Unable to start kafka server, 0.0.0.0:9092: Address already in use. Please help

2017-08-09 Thread shyla deshpande
I have even tried deleting the contents of log.dirs and dataDir before starting the zookeeper and kafka server, still no success. I appreciate any help. On Tue, Aug 8, 2017 at 10:43 PM, shyla deshpande <deshpandesh...@gmail.com> wrote: > I was successfully using it for many months, and

Re: Unable to start kafka server, 0.0.0.0:9092: Address already in use. Please help

2017-08-09 Thread shyla deshpande
email? > > Regards, > > > > On 9 August 2017 at 17:49, shyla deshpande <deshpandesh...@gmail.com> > wrote: > > > Hi Manna , Thanks for the response. All the properties in both the files > > are the defaults provided