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
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)
The text was updated successfully, but these errors were encountered:
Running
besu --version
on the mainnet binary of the latest release returns the following error:The text was updated successfully, but these errors were encountered: