-
Notifications
You must be signed in to change notification settings - Fork 473
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
Sometimes client hangs in startup, when a required plugin fails to load. #8122
Comments
stack trace when client hangs: 2025-01-28 14:57:46.0895|ERROR|Init.Steps.InitializePlugins|6|Failed to initialize plugin Clef signer by Nethermind Nethermind.Network.NetworkingException: Remote signer at http://172.17.0.1:8550/ did not respond. --- End of stack trace from previous location --- at System.Net.Http.HttpConnectionPool.ConnectToTcpHostAsync(String host, Int32 port, HttpRequestMessage initialRequest, Boolean async, CancellationToken cancellationToken) 2025-01-28 14:57:46.0895|ERROR|Init.Steps.EthereumStepsManager|6|Step InitializePlugins failed after 76ms Nethermind.Network.NetworkingException: Remote signer at http://172.17.0.1:8550/ did not respond. |
Description
There is a race condition, that sometimes causes the client to hang on startup, when a required plugin fails.
Steps to Reproduce
In order to replicate the behavior, please provide a detailed list of steps:
The text was updated successfully, but these errors were encountered: