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
I'm getting an error launching the optimism package with no args:
Adding service with name 'cl-1-lighthouse-geth' and image 'ethpandaops/lighthouse:stable'
There was an error executing Starlark code
An error occurred executing instruction (number 29) at github.com/ethpandaops/ethereum-package/src/cl/lighthouse/lighthouse_launcher.star[82:38]: <truncated...>
Caused by: Unexpected error occurred starting service 'cl-1-lighthouse-geth'
Caused by: An error occurred waiting for all TCP and UDP ports to be open for service 'cl-1-lighthouse-geth' with private IP '172.16.4.11'; this is usually due to a misconfiguration in the service itself, so here are the logs:
== SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
Jan 10 18:30:27.884 INFO Logging to file path: "/data/lighthouse/beacon-data/beacon/logs/beacon.log"
Jan 10 18:30:27.886 INFO Lighthouse started version: Lighthouse/v6.0.1-0d90135
Jan 10 18:30:27.886 INFO Configured for network name: custom (/network-configs)
Jan 10 18:30:27.892 INFO Data directory initialised datadir: /data/lighthouse/beacon-data
Jan 10 18:30:27.892 WARN Discv5 packet filter is disabled
Jan 10 18:30:27.897 WARN The slots-per-restore-point flag is deprecated
Jan 10 18:30:27.897 INFO Deposit contract address: 0x4242424242424242424242424242424242424242, deploy_block: 0
Jan 10 18:30:27.914 INFO Blob DB initialized oldest_data_column_slot: None, oldest_blob_slot: Some(Slot(0)), path: "/data/lighthouse/beacon-data/beacon/blobs_db", service: freezer_db
Jan 10 18:30:30.285 INFO Starting from known genesis state service: beacon
Jan 10 18:30:30.290 INFO Block production enabled method: json rpc via http, endpoint: Auth { endpoint: "http://172.16.4.10:8551/", jwt_path: "/jwt/jwtsecret", jwt_id: None, jwt_version: None }
Jan 10 18:30:30.295 CRIT Failed to start beacon node reason: Failed to build beacon chain: Head block not found in store
Jan 10 18:30:30.295 INFO Internal shutdown received reason: Failed to start beacon node
Jan 10 18:30:30.295 INFO Shutting down.. reason: Failure("Failed to start beacon node")
Failed to start beacon node
== FINISHED SERVICE 'cl-1-lighthouse-geth' LOGS ===================================
Caused by: An error occurred while waiting for all TCP and UDP ports to be open
Caused by: Unsuccessful ports check for IP '172.16.4.11' and port spec '{privatePortSpec:0x40009a24e0}', even after '240' retries with '500' milliseconds in between retries. Timeout '2m0s' has been reached
Caused by: An error occurred while calling network address '172.16.4.11:4000' with port protocol 'TCP' and using time out '200ms'
Caused by: dial tcp 172.16.4.11:4000: i/o timeout
Error encountered running Starlark code.
The text was updated successfully, but these errors were encountered:
I'm getting an error launching the optimism package with no args:
The text was updated successfully, but these errors were encountered: