System cannot find the path — Apache Kafka Zookeeper

纵饮孤独 提交于 2019-12-11 12:17:38

问题


When i want to start a Zookeeper-Server with the command line I get the message that the system cannot find the path. Yesterday everything was fine and the code/path was correct. Today the system cannot find the path.

This is the content of my cmd.exe window which was opened 'As administrator' on Windows 7:

C:\Users\KESSP2>cd Documents

C:\Users\KESSP2\Documents>cd kafka

C:\Users\KESSP2\Documents\kafka>.\bin\windows\zookeeper-server-start.bat .\config\zookeeper.properties
Das System kann den angegebenen Pfad nicht finden.

C:\Users\KESSP2\Documents\kafka>

回答1:


Do the files still exist under bin\windows\? Is this definitely the right directory that you were using yesterday? Have you tried removing the leading .\?



来源:https://stackoverflow.com/questions/51654919/system-cannot-find-the-path-apache-kafka-zookeeper

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!