You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
error could not found jar file
/stream-reactor/bin/../build/libs/kafka-connect-cli-@@CLI_VERSION@@-all.jar
i tried downloading cli1.0 and executed java -jar cli1.0.jar
but it gave me error
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: scala/Option
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)
The text was updated successfully, but these errors were encountered:
matesio
changed the title
cli.sh exection problems
cli.sh execution problems
Mar 17, 2017
error could not found jar file
/stream-reactor/bin/../build/libs/kafka-connect-cli-@@CLI_VERSION@@-all.jar
i tried downloading cli1.0 and executed java -jar cli1.0.jar
but it gave me error
Error: A JNI error has occurred, please check your installation and try again
Exception in thread "main" java.lang.NoClassDefFoundError: scala/Option
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)
The text was updated successfully, but these errors were encountered: