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
{{ message }}
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.
When you run the command bin/bookkeeper localbookie 1 from the source code it may happen that it does not work and finished with Error: Could not find or load main class org.apache.bookkeeper.util.LocalBookKeeper
This is because the find_module_jar function finds these files as main BK server jar:
Original Issue: apache#2725
When you run the command
bin/bookkeeper localbookie 1
from the source code it may happen that it does not work and finished withError: Could not find or load main class org.apache.bookkeeper.util.LocalBookKeeper
This is because the
find_module_jar
function finds these files as main BK server jar:To Reproduce
Run
Suggested fix
Enhance
find_module_jar
in order to skip additional artifacts or use some mvn plugin to get the path of the jar fileThe text was updated successfully, but these errors were encountered: