简体   繁体   中英

Not able to start kafka server but my zookeeper is working fine

Not able to start kafka server but my zookeeper is working fine

C:\kafka>.bin\windows\kafka-server-start.bat.\config\server.properties The system cannot find the path specified.

before this error i got wmic internal or external command then i put C:\Windows\System32 in path variable of system variables after seeing in stackoverflow to sort out issue.

version of kafka is 3.0.0 latest

back slash() is missing before bin .

try this:

C:\kafka>.\bin\windows\kafka-server-start.bat.\config\server.properties

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM