Re: Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread wangl...@geekplus.com.cn
kafka and what version ? From: "wangl...@geekplus.com.cn" Date: Sunday, May 10, 2020 at 9:38 PM To: users Cc: "Agrawal, Manoj (Cognizant)" Subject: Re: Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX [External] Hi Manoj, I have tried, not w

Re: Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread wangl...@geekplus.com.cn
: Port already in use Exception after enable JMX Please share the consumer.sh . Are you using Apache kafka and what version ? From: "wangl...@geekplus.com.cn" Date: Sunday, May 10, 2020 at 9:38 PM To: users Cc: "Agrawal, Manoj (Cognizant)" Subject: Re: Re: kafka-conso

Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread rohit garg
ersion ? > > From: "wangl...@geekplus.com.cn" > Date: Sunday, May 10, 2020 at 9:38 PM > To: users > Cc: "Agrawal, Manoj (Cognizant)" > Subject: Re: Re: kafka-console-consumer.sh: Port already in use Exception > after enable JMX > > [External] > Hi Manoj

Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread Manoj.Agrawal2
Please share the consumer.sh . Are you using Apache kafka and what version ? From: "wangl...@geekplus.com.cn" Date: Sunday, May 10, 2020 at 9:38 PM To: users Cc: "Agrawal, Manoj (Cognizant)" Subject: Re: Re: kafka-console-consumer.sh: Port already in use Exception after e

Re: Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread wangl...@geekplus.com.cn
Hi Manoj, I have tried, not work. When i changed to 9998, the consumer.sh tells me Port already in use: 9998 Thanks, Lei wangl...@geekplus.com.cn From: manoj.agraw...@cognizant.com Date: 2020-05-11 12:04 To: users@kafka.apache.org Subject: Re: kafka-console-consumer.sh: Port already in

Re: kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread Manoj.Agrawal2
own by the agent : java.rmi.server.ExportException: Port already in use: 9988; nested exception is: java.net.BindException: Address already in use (Bind failed) wangl...@geekplus.com.cn This e-mail and any files transmitted with it are for the sole use of the intended recipient(

kafka-console-consumer.sh: Port already in use Exception after enable JMX

2020-05-10 Thread wangl...@geekplus.com.cn
Add JMX_PORT=9988 to kafka-run-class.sh to enable JMX After execute bin/kafka-console-consumer.sh there‘s exception: Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 9988; nested exception is: java.net.BindException: Address already in

Re: Port already in use

2020-02-21 Thread sunil chaudhari
M sunil chaudhari < > sunilmchaudhar...@gmail.com> > wrote: > > > Hi, > > I just enlabled the Jmx port in kafka broker. > > Since then I am not able to run utilities under /bin > > Example when I run > > ./kafka-topics.sh —create > > Then it

Re: Port already in use

2020-02-21 Thread Karolis Pocius
t; Example when I run > ./kafka-topics.sh —create > Then it throws bindException port already in use 9099 > > Before it was running. > Same thing happening for perf test utilities under /bin. > > Please help. How can i run those utilities with JMx port ON. > > Regards, > Sunil. >

Port already in use

2020-02-21 Thread sunil chaudhari
Hi, I just enlabled the Jmx port in kafka broker. Since then I am not able to run utilities under /bin Example when I run ./kafka-topics.sh —create Then it throws bindException port already in use 9099 Before it was running. Same thing happening for perf test utilities under /bin

Re: port already in use error when trying to add topic

2015-09-15 Thread allen chan
1-test.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/kafka-clients-0.8.2.1.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/log4j-1.2.16.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/lz4-1.2.0.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/metrics-core-2.2.0.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/scala-library-2.

Re: port already in use error when trying to add topic

2015-09-14 Thread Lance Laursen
.1/bin/../libs/slf4j-log4j12-1.6.1.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/snappy-java-1.1.1.6.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/zkclient-0.3.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/zookeeper-3.4.6.jar:/opt/kafka_2.10-0.8.2.1/bin/../core/build/libs/kafka_2.10*.jar > >> > kafka.

Re: port already in use error when trying to add topic

2015-09-14 Thread allen chan
../libs/snappy-java-1.1.1.6.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/zkclient-0.3.jar:/opt/kafka_2.10-0.8.2.1/bin/../libs/zookeeper-3.4.6.jar:/opt/kafka_2.10-0.8.2.1/bin/../core/build/libs/kafka_2.10*.jar >> > kafka.Kafka /opt/kafka_2.10-0.8.2.1/config/server.properties* >> > >>

Re: port already in use error when trying to add topic

2015-09-13 Thread allen chan
10-0.8.2.1/bin/../libs/zookeeper-3.4.6.jar:/opt/kafka_2.10-0.8.2.1/bin/../core/build/libs/kafka_2.10*.jar > > kafka.Kafka /opt/kafka_2.10-0.8.2.1/config/server.properties* > > > > > > *[achan@server1 ~]$ sudo /opt/kafka_2.10-0.8.2.1/bin/kafka-topics.sh >

Re: port already in use error when trying to add topic

2015-09-12 Thread Foo Lim
–replica 0 –topic test.logs* > *[sudo] password for achan:* > *Error: Exception thrown by the agent : java.rmi.server.ExportException: > Port already in use: 9994; nested exception is:* > * java.net.BindException: Address already in use* > > I have pretty much the manila kakfa-run-class.sh except i added t

port already in use error when trying to add topic

2015-09-11 Thread allen chan
test.logs* *[sudo] password for achan:* *Error: Exception thrown by the agent : java.rmi.server.ExportException: Port already in use: 9994; nested exception is:* * java.net.BindException: Address already in use* I have pretty much the manila kakfa-run-class.sh except i added the following *export JMX_PORT