datahub-project / datahub

The Metadata Platform for your Data Stack
https://datahubproject.io
Apache License 2.0
9.67k stars 2.86k forks source link

zookeeper raise error ClassNotFound #11155

Open 365taofang opened 1 month ago

365taofang commented 1 month ago

Describe the bug deploy by quickstart guide in k8s and zookpeeper raise errors. zk image is bitnami/zookeeper:3.9.1-debian-12-r13

Error info

Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.11 INFO ==> Welcome to the Bitnami zookeeper container
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.11 INFO ==> Subscribe to project updates by watching https://github.com/bitnami/containers
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.11 INFO ==> Submit issues and feature requests at https://github.com/bitnami/containers/issues
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.11 INFO ==>
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.11 INFO ==> ** Starting ZooKeeper setup **
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.13 WARN ==> You have set the environment variable ALLOW_ANONYMOUS_LOGIN=yes. For safety reasons, do not use this flag in a production environment.
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.14 INFO ==> Initializing ZooKeeper...
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.14 INFO ==> No injected configuration file found, creating default config files...
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.17 INFO ==> No additional servers were specified. ZooKeeper will run in standalone mode...
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.17 INFO ==> Deploying ZooKeeper with persisted data...
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.17 INFO ==> ** ZooKeeper setup finished! **
Tue, Aug 13 2024 9:25:40 am |  
Tue, Aug 13 2024 9:25:40 am | zookeeper 01:25:40.18 INFO ==> ** Starting ZooKeeper **
Tue, Aug 13 2024 9:25:40 am | /opt/bitnami/java/bin/java
Tue, Aug 13 2024 9:25:40 am | ZooKeeper JMX enabled by default
Tue, Aug 13 2024 9:25:40 am | Using config: /opt/bitnami/zookeeper/bin/../conf/zoo.cfg
Tue, Aug 13 2024 9:25:40 am | Error: Could not find or load main class org.apache.zookeeper.server.quorum.QuorumPeerMain
Tue, Aug 13 2024 9:25:40 am | Caused by: java.lang.ClassNotFoundException: org.apache.zookeeper.server.quorum.QuorumPeerMain
365taofang commented 1 month ago

when i run bitnami/zookeeper:3.9.1-debian-12-r13 in docker it's had no error