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

Unhandled exception error #45

Open
yorickdowne opened this issue Oct 2, 2024 · 0 comments
Open

Unhandled exception error #45

yorickdowne opened this issue Oct 2, 2024 · 0 comments

Comments

@yorickdowne
Copy link

Linea Besu logs unhandled exception. It doesn't appear to be fatal to functioning, just noisy.

linea-1  | 2024-10-02 15:42:02.313+00:00 | EthScheduler-Workers-0 | INFO  | LineaExtraDataHandler | Parsing extra data version 1: 0x00007530010c84c80002287300000000000000000000000000000000000000d11faf5ff3f10b13878065618130948a1bd5c3ad464d3095f041a8537281ccba718f5582924cf99976473b8f081c7e860f03f638e60c724205439865fba0ae6d01
linea-1  | 2024-10-02 15:42:02.313+00:00 | EthScheduler-Workers-0 | INFO  | PersistBlockTask | Imported #10,228,857 / 4 tx / 0 om / 236,507 (0.4%) gas / (0xa3d798e49f98bc01190f0f95b7fc9c65493c0e1e02992cea194fb862c44b028f) in 0.023s. Peers: 50
linea-1  | 2024-10-02 15:42:02.433+00:00 | vert.x-eventloop-thread-1 | ERROR | RoutingContext | Unhandled exception in router
linea-1  | java.lang.NoSuchMethodError: 'void net.consensys.linea.zktracer.ZkTracer.<init>(net.consensys.linea.config.LineaL1L2BridgeSharedConfiguration)'
linea-1  | 	at net.consensys.linea.sequencer.txpoolvalidation.validators.SimulationValidator.createZkTracer(SimulationValidator.java:148)
linea-1  | 	at net.consensys.linea.sequencer.txpoolvalidation.validators.SimulationValidator.validateTransaction(SimulationValidator.java:82)
linea-1  | 	at net.consensys.linea.sequencer.txpoolvalidation.LineaTransactionPoolValidatorFactory.lambda$createTransactionValidator$0(LineaTransactionPoolValidatorFactory.java:93)
linea-1  | 	at java.base/java.util.stream.ReferencePipeline$3$1.accept(ReferencePipeline.java:197)
linea-1  | 	at java.base/java.util.Spliterators$ArraySpliterator.tryAdvance(Spliterators.java:1034)
linea-1  | 	at java.base/java.util.stream.ReferencePipeline.forEachWithCancel(ReferencePipeline.java:129)
linea-1  | 	at java.base/java.util.stream.AbstractPipeline.copyIntoWithCancel(AbstractPipeline.java:527)
linea-1  | 	at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:513)
linea-1  | 	at java.base/java.util.stream.AbstractPipeline.wrapAndCopyInto(AbstractPipeline.java:499)
linea-1  | 	at java.base/java.util.stream.FindOps$FindOp.evaluateSequential(FindOps.java:150)
linea-1  | 	at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:234)
linea-1  | 	at java.base/java.util.stream.ReferencePipeline.findFirst(ReferencePipeline.java:647)
linea-1  | 	at net.consensys.linea.sequencer.txpoolvalidation.LineaTransactionPoolValidatorFactory.lambda$createTransactionValidator$1(LineaTransactionPoolValidatorFactory.java:95)
linea-1  | 	at org.hyperledger.besu.ethereum.eth.transactions.TransactionPool.validateTransaction(TransactionPool.java:461)
linea-1  | 	at org.hyperledger.besu.ethereum.eth.transactions.TransactionPool.addTransaction(TransactionPool.java:249)
linea-1  | 	at org.hyperledger.besu.ethereum.eth.transactions.TransactionPool.addTransactionViaApi(TransactionPool.java:183)
linea-1  | 	at org.hyperledger.besu.ethereum.api.jsonrpc.internal.methods.EthSendRawTransaction.response(EthSendRawTransaction.java:109)
linea-1  | 	at org.hyperledger.besu.ethereum.api.jsonrpc.execution.BaseJsonRpcProcessor.process(BaseJsonRpcProcessor.java:44)
linea-1  | 	at org.hyperledger.besu.ethereum.api.jsonrpc.execution.TracedJsonRpcProcessor.process(TracedJsonRpcProcessor.java:54)
linea-1  | 	at org.hyperledger.besu.ethereum.api.jsonrpc.execution.TimedJsonRpcProcessor.process(TimedJsonRpcProcessor.java:45)
linea-1  | 	at org.hyperledger.besu.ethereum.api.jsonrpc.execution.JsonRpcExecutor.execute(JsonRpcExecutor.java:92)
linea-1  | 	at org.hyperledger.besu.ethereum.api.handlers.AbstractJsonRpcExecutor.executeRequest(AbstractJsonRpcExecutor.java:87)
linea-1  | 	at org.hyperledger.besu.ethereum.api.handlers.JsonRpcObjectExecutor.execute(JsonRpcObjectExecutor.java:57)
linea-1  | 	at org.hyperledger.besu.ethereum.api.handlers.JsonRpcExecutorHandler.lambda$handler$0(JsonRpcExecutorHandler.java:57)
linea-1  | 	at java.base/java.util.Optional.ifPresentOrElse(Optional.java:196)
linea-1  | 	at org.hyperledger.besu.ethereum.api.handlers.JsonRpcExecutorHandler.lambda$handler$2(JsonRpcExecutorHandler.java:54)
linea-1  | 	at io.vertx.ext.web.impl.BlockingHandlerDecorator.lambda$handle$0(BlockingHandlerDecorator.java:48)
linea-1  | 	at io.vertx.core.impl.ContextImpl.lambda$executeBlocking$1(ContextImpl.java:191)
linea-1  | 	at io.vertx.core.impl.ContextInternal.dispatch(ContextInternal.java:279)
linea-1  | 	at io.vertx.core.impl.ContextImpl.lambda$internalExecuteBlocking$2(ContextImpl.java:210)
linea-1  | 	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1144)
linea-1  | 	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:642)
linea-1  | 	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
linea-1  | 	at java.base/java.lang.Thread.run(Thread.java:1583)
linea-1  | 2024-10-02 15:42:04.284+00:00 | EthScheduler-Workers-0 | INFO  | LineaExtraDataHandler | Parsing extra data version 1: 0x00007530010c84c80002287300000000000000000000000000000000000000e5149f88711bd789da98c40c0cc4dd2100bd65c33a21feceba7064c34b6e84b0689f8f3469682aee78e4b4c2504115ad3f8e118b2082c075c8a5d489459d9a9901
linea-1  | 2024-10-02 15:42:04.284+00:00 | EthScheduler-Workers-0 | INFO  | PersistBlockTask | Imported #10,228,858 / 6 tx / 0 om / 264,862 (0.4%) gas / (0xc34d5b71288cfa3e34ce9f6627ba65ca2dc4aa59e42a10df68ce2b8758e7222b) in 0.009s. Peers: 50

Version output:

besu/v24.9-delivery32/linux-x86_64/openjdk-java-21
linea-tracer/v0.6.0-rc8
linea-tracer/v0.6.0-rc8
linea-tracer/v0.6.0-rc8
linea-tracer/v0.6.0-rc8
linea-tracer/v0.6.0-rc8
finalized-tag-updater/v0.0.2
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-sequencer-plugins/v0.1.4-test34
besu-shomei-plugin/v0.3.1
besu-shomei-plugin/v0.3.1
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