Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

besu --version on mainnet retuns an error #151

Open
abbaahmad opened this issue Jan 2, 2025 · 0 comments
Open

besu --version on mainnet retuns an error #151

abbaahmad opened this issue Jan 2, 2025 · 0 comments

Comments

@abbaahmad
Copy link

Running besu --version on the mainnet binary of the latest release returns the following error:

2025-01-02 14:24:30.670+00:00 | main | INFO  | LibCompress | Loaded compress_jni native library from /home/ubuntu/.cache/JNA/temp/jna9773913183948059231.tmp with compressor_dict /tmp/tempCompressor_dict5948105337760245846bin
2025-01-02 14:24:30.689+00:00 | main | ERROR | Besu | Uncaught exception in thread "main"
java.lang.AbstractMethodError: Receiver class net.consensys.shomei.rpc.BesuShomeiRpcPlugin does not define or inherit an implementation of the resolved method 'abstract void register(org.hyperledger.besu.plugin.ServiceManager)' of interface org.hyperledger.besu.plugin.BesuPlugin.
    at org.hyperledger.besu.services.BesuPluginContextImpl.registerPlugin(BesuPluginContextImpl.java:208)
    at org.hyperledger.besu.services.BesuPluginContextImpl.registerPlugins(BesuPluginContextImpl.java:200)
    at org.hyperledger.besu.services.BesuPluginContextImpl.registerPlugins(BesuPluginContextImpl.java:154)
    at org.hyperledger.besu.cli.BesuCommand.lambda$createPluginRegistrationTask$1(BesuCommand.java:898)
    at picocli.CommandLine.execute(CommandLine.java:2174)
    at org.hyperledger.besu.cli.util.ConfigDefaultValueProviderStrategy.execute(ConfigDefaultValueProviderStrategy.java:58)
    at picocli.CommandLine.execute(CommandLine.java:2174)
    at org.hyperledger.besu.cli.BesuCommand.executeCommandLine(BesuCommand.java:927)
    at org.hyperledger.besu.cli.BesuCommand.parse(BesuCommand.java:870)
    at org.hyperledger.besu.Besu.main(Besu.java:43)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant