'Kafka server not returning anything

Zookeper is up and running in windows env.Now when i start Kafka server using

.\bin\windows\kafka-server-start.bat .\config\server.properties

nothing is displayed

G:\Apache Kafka\kafka_2.11-0.11.0.0\kafka_2.11-0.11.0.0>.\bin\windows\kafka-serv
er-start.bat .\config\server.properties

G:\Apache Kafka\kafka_2.11-0.11.0.0\kafka_2.11-0.11.0.0>

I am following this article.



Solution 1:[1]

The issue resolved after including C:\Windows\System32 in PATH variable.

Solution 2:[2]

You have to add the path:

 %SystemRoot%\System32\Wbem;%SystemRoot%\System32\;SystemRoot%

in User %PATH% Environment variable, and not in system %PATH% Environment variable.

Solution 3:[3]

Deleting the existing Kafka folder and un-tarring the downloaded Kafka{version}.tgz file worked for me.

Caveat: Although this is not an ideal solution but it works for individuals learning/exploring Kafka wanting to just get the things done.

Solution 4:[4]

I have added the %SystemRoot%\system32 variable to path. Then restart zookeeper and kafka-server. Then it worked.

Solution 5:[5]

yesi resolved this issue goton system variable settings and the edit path and click new after you paste this C:\Windows\System32 in you path then close cmd and again open new cmd and try that it's works for me

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 darshan kamat
Solution 2 Bsquare ℬℬ
Solution 3
Solution 4 Priyanka Thakur
Solution 5 user18925316