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

Cannot call requestPortForward() when in stopped state #5086

Open
estensen opened this issue Feb 10, 2023 · 0 comments
Open

Cannot call requestPortForward() when in stopped state #5086

estensen opened this issue Feb 10, 2023 · 0 comments
Labels
good first issue Good for newcomers icebox items that need more consideration, time, or can wait

Comments

@estensen
Copy link
Contributor

Mainnet
v22.10.3
Checkpoint sync
Bonsai
Paired with Lighthouse
macOS Ventura 13.2

Everytime I start I get this error message. I'm able to sync, but I think the exception should be handled

2023-02-10 07:37:07.497+01:00 | vert.x-eventloop-thread-1 | INFO  | JsonRpcService | JSON-RPC service started and listening on 127.0.0.1:8551
2023-02-10 07:37:07.498+01:00 | vert.x-eventloop-thread-1 | ERROR | ContextImpl | Unhandled exception
java.lang.IllegalStateException: Cannot call requestPortForward() when in stopped state
	at com.google.common.base.Preconditions.checkState(Preconditions.java:502)
	at org.hyperledger.besu.nat.upnp.UpnpNatManager.requestPortForward(UpnpNatManager.java:283)
	at org.hyperledger.besu.ethereum.api.jsonrpc.JsonRpcService.lambda$start$0(JsonRpcService.java:253)
	at java.base/java.util.Optional.ifPresent(Optional.java:178)
	at org.hyperledger.besu.nat.NatService.ifNatEnvironment(NatService.java:70)
	at org.hyperledger.besu.ethereum.api.jsonrpc.JsonRpcService.lambda$start$1(JsonRpcService.java:249)
	at io.vertx.core.impl.future.FutureImpl$3.onSuccess(FutureImpl.java:141)
	at io.vertx.core.impl.future.FutureBase.emitSuccess(FutureBase.java:60)
	at io.vertx.core.impl.future.FutureImpl.tryComplete(FutureImpl.java:211)
	at io.vertx.core.impl.future.FixedMapping.onSuccess(FixedMapping.java:31)
	at io.vertx.core.impl.future.FutureBase.lambda$emitSuccess$0(FutureBase.java:54)
	at io.netty.util.concurrent.AbstractEventExecutor.runTask(AbstractEventExecutor.java:174)
	at io.netty.util.concurrent.AbstractEventExecutor.safeExecute(AbstractEventExecutor.java:167)
	at io.netty.util.concurrent.SingleThreadEventExecutor.runAllTasks(SingleThreadEventExecutor.java:470)
	at io.netty.channel.kqueue.KQueueEventLoop.run(KQueueEventLoop.java:293)
	at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:997)
	at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
	at io.netty.util.concurrent.FastThreadLocalRunnable.run(FastThreadLocalRunnable.java:30)
	at java.base/java.lang.Thread.run(Thread.java:1589)
2023-02-10 07:37:07.499+01:00 | main | INFO  | AutoTransactionLogBloomCachingService | Starting auto transaction log bloom caching service.
@non-fungible-nelson non-fungible-nelson added good first issue Good for newcomers icebox items that need more consideration, time, or can wait labels Feb 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers icebox items that need more consideration, time, or can wait
Projects
None yet
Development

No branches or pull requests

2 participants