You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "John Roesler (Jira)" <ji...@apache.org> on 2021/04/13 01:29:00 UTC

[jira] [Assigned] (KAFKA-12658) bin/kafka-metadata-shell.sh cannot find or load main class org.apache.kafka.shell.MetadataShell

     [ https://issues.apache.org/jira/browse/KAFKA-12658?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

John Roesler reassigned KAFKA-12658:
------------------------------------

    Assignee:     (was: John Roesler)

> 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
>            Priority: Major
>
> 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)