在windows 7上运行时发生kafka错误

chhkpiq4  于 2021-06-07  发布在  Kafka
关注(0)|答案(0)|浏览(247)

我将按照本教程在Windows7上配置和运行ApacheKafka。我在某个时候试过了,一切都很顺利。在使用命令运行kafka之前,我曾经运行zookeeper zkserver . 但是,在某个时候,在我再次尝试重新运行它之后,我得到了以下错误:

The syntax of the command is incorrect.
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: scala/Function0
        at java.lang.Class.getDeclaredMethods0(Native Method)
        at java.lang.Class.privateGetDeclaredMethods(Class.java:2701)
        at java.lang.Class.privateGetMethodRecursive(Class.java:3048)
        at java.lang.Class.getMethod0(Class.java:3018)
        at java.lang.Class.getMethod(Class.java:1784)
        at sun.launcher.LauncherHelper.validateMainClass(LauncherHelper.java:544)
        at sun.launcher.LauncherHelper.checkAndLoadMain(LauncherHelper.java:526)
Caused by: java.lang.ClassNotFoundException: scala.Function0
        at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
        at java.lang.ClassLoader.loadClass(ClassLoader.java:357)

我用这个命令在命令提示符下运行kafka:

Path\to\Kafka>.\bin\windows\kafka-server-start.bat .\config\server.properties

我使用的是这个版本的Kafka:Kafka2.12-0.10.2.0,还有这个版本的zookeeper:zookeeper-3.4.9
有什么问题吗?感谢您的帮助!

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题