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
I am from testing background and want o build selenium test suite to verify the kafka data in topics.
I am working on window 10 OS and have configured maven and able to build after running mvn clean package
..Next step I am trying to execute
' java -jar ./target/kafdrop-2.1.0.jar --zookeeper.connect=localhost:2181... --kafka.brokers=localhost:2181...' and getting error message as :
PS C:\WINDOWS\system32> java -jar ./target/kafdrop-2.1.0.jar --zookeeper.connect=localhost:2181... --kafka.brokers=localhost:2181...
Exception in thread "main" java.lang.ClassNotFoundException: com.homeadvisor.kafdrop.KafDrop
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.springframework.boot.loader.LaunchedURLClassLoader.loadClass(LaunchedURLClassLoader.java:93)
at java.lang.ClassLoader.loadClass(Unknown Source)
at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:46)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:87)
at org.springframework.boot.loader.Launcher.launch(Launcher.java:51)
at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:52)
Any resolution to this error?
Regards, -Anuj
The text was updated successfully, but these errors were encountered:
Hi,
I am from testing background and want o build selenium test suite to verify the kafka data in topics.
I am working on window 10 OS and have configured maven and able to build after running
mvn clean package
..Next step I am trying to execute
' java -jar ./target/kafdrop-2.1.0.jar --zookeeper.connect=localhost:2181... --kafka.brokers=localhost:2181...' and getting error message as :
Any resolution to this error?
Regards, -Anuj
The text was updated successfully, but these errors were encountered: