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
Occasionally, the local node fails to start correctly. In these cases, the JSON-RPC relay does not initialize, and the process remains stuck at Executing command: docker compose -f docker-compose.yml -f docker-compose.evm.yml up -d.
Problem
Occasionally, the local node fails to start correctly. In these cases, the JSON-RPC relay does not initialize, and the process remains stuck at
Executing command: docker compose -f docker-compose.yml -f docker-compose.evm.yml up -d
.This issue can be reproduced using an Adhoc Release Image of Hedera Services, such as the one available here https://github.com/hashgraph/hedera-services/actions/runs/12583938570.
Steps to Reproduce
Modify
local.json
Update the
NETWORK_NODE_IMAGE_TAG
tag to:Update
.env
Replace the first two paragraphs with the following:
#### Image Names & Prefixes #### NETWORK_NODE_IMAGE_PREFIX=us-docker.pkg.dev/swirlds-registry/local-node/ HAVEGED_IMAGE_PREFIX=gcr.io/hedera-registry/ NETWORK_NODE_IMAGE_NAME=main-network-node
Start the Local Node
The text was updated successfully, but these errors were encountered: