Israel Ekpo created KAFKA-12658:
-----------------------------------
Summary: bin/kafka-metadata-shell.sh cannot find or load main
class org.apache.kafka.shell.MetadataShell
Key: KAFKA-12658
URL: https://issues.apache.org/jira/browse/KAFKA-12658
Project: Kafka
Issue Type: Bug
Components: core
Affects Versions: 3.0.0, 2.8.0
Environment: Ubuntu, Java 11
Reporter: Israel Ekpo
Assignee: John Roesler
With the latest release candidate for 2.8.0, the binaries from the Scala 2.13
and 2.12 tarballs are not finding the class for the meta data shell from the
classpath
[https://home.apache.org/~vvcephei/kafka-2.8.0-rc1/]
kafka-run-class.sh is not able to load it.
cd ../kafka_2.12-2.8.0$
bin/kafka-metadata-shell.sh --help
Error: Could not find or load main class org.apache.kafka.shell.MetadataShell
Caused by: java.lang.ClassNotFoundException:
org.apache.kafka.shell.MetadataShell
cd ../kafka_2.13-2.8.0/
bin/kafka-metadata-shell.sh --help
Error: Could not find or load main class org.apache.kafka.shell.MetadataShell
Caused by: java.lang.ClassNotFoundException:
org.apache.kafka.shell.MetadataShell
!https://ssl.gstatic.com/ui/v1/icons/mail/images/cleardot.gif!
--
This message was sent by Atlassian Jira
(v8.3.4#803005)