Hi Manna , Thanks for the response. All the properties in both the files
are the defaults provided when we download kafka. I have listed them below.

zookeeper.properties
-----------------------------
dataDir=/tmp/zookeeper
clientPort=2181
maxClientCnxns=0

server.properties
-----------------------
broker.id=0
num.network.threads=3
num.io.threads=8
socket.send.buffer.bytes=102400
socket.receive.buffer.bytes=102400
socket.request.max.bytes=104857600
log.dirs=/tmp/kafka-logs
num.partitions=1
log.retention.hours=168
log.segment.bytes=1073741824
log.retention.check.interval.ms=300000
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, shyla deshpande <deshpandesh...@gmail.com>
> wrote:
>
> > 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 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 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)
> > >> kafka.common.KafkaException: Socket server failed to bind to
> > 0.0.0.0:9092:
> > >> Address already in use.
> > >> at kafka.network.Acceptor.openServerSocket(SocketServer.scala:327)
> > >> at kafka.network.Acceptor.<init>(SocketServer.scala:252)
> > >> at kafka.network.SocketServer$$anonfun$startup$1.apply(SocketSe
> > >> rver.scala:91)
> > >> at kafka.network.SocketServer$$anonfun$startup$1.apply(SocketSe
> > >> rver.scala:83)
> > >> at scala.collection.mutable.ResizableArray$class.foreach(Resiza
> > >> bleArray.scala:59)
> > >> at scala.collection.mutable.ArrayBuffer.foreach(ArrayBuffer.scala:48)
> > >> at kafka.network.SocketServer.startup(SocketServer.scala:83)
> > >> at kafka.server.KafkaServer.startup(KafkaServer.scala:222)
> > >> at kafka.server.KafkaServerStartable.startup(KafkaServerStartab
> > >> le.scala:38)
> > >> at kafka.Kafka$.main(Kafka.scala:65)
> > >> at kafka.Kafka.main(Kafka.scala)
> > >> Caused by: java.net.BindException: Address already in use
> > >> at sun.nio.ch.Net.bind0(Native Method)
> > >> at sun.nio.ch.Net.bind(Net.java:433)
> > >> at sun.nio.ch.Net.bind(Net.java:425)
> > >> at sun.nio.ch.ServerSocketChannelImpl.bind(ServerSocketChannelI
> > >> mpl.java:223)
> > >> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:74)
> > >> at sun.nio.ch.ServerSocketAdaptor.bind(ServerSocketAdaptor.java:67)
> > >> at kafka.network.Acceptor.openServerSocket(SocketServer.scala:323)
> > >> ... 10 more
> > >>
> > >
> > >
> >
>

Reply via email to