[OP Stack Deployment] <getting issue in running op-batcher in linux > #716
Replies: 6 comments 9 replies
-
1:are you running batch for you own op stack chain?if so,how you deploy it?(op-deployer? or from tutorials/chain branch?)
|
Beta Was this translation helpful? Give feedback.
-
curl -X POST -H "Content-Type: application/json" --data \ ✔ |
Beta Was this translation helpful? Give feedback.
-
This is my OP-GETH response./build/bin/geth \ ✔ This is of OP-NODE response./bin/op-node \ ✔ ▼ This is op-batcher response./bin/op-batcher \ ✔ ▼ This is OP-PROPOSER response ~/optimism/op-proposer develop *1 !3 ?4 ./bin/op-proposer \ ✔ ▼ i just wanted to know what is wrong happening here and how to fix this . |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ not working same issue as above |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ |
Beta Was this translation helpful? Give feedback.
-
./bin/op-node \ INT ✘ ▼ |
Beta Was this translation helpful? Give feedback.
-
Did you check the documentation?
Did you check for duplicate questions?
Issue Description
NFO [02-07|10:55:22.977] Initializing Batch Submitter
INFO [02-07|10:55:23.743] metrics disabled
INFO [02-07|10:55:23.743] Admin RPC enabled
INFO [02-07|10:55:23.743] Starting JSON-RPC server
INFO [02-07|10:55:23.754] Starting batcher notSubmittingOnStart=false
INFO [02-07|10:55:23.754] Starting Batch Submitter
INFO [02-07|10:55:23.754] Batch Submitter started
INFO [02-07|10:55:27.631] Starting batch-submitter work at safe-head safe=5f6cbc..8d802d:0
WARN [02-07|10:55:27.631] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:38.115] Error calculating L2 block range err="failed to get sync status: Post "http://localhost:9545/": context deadline exceeded"
WARN [02-07|10:55:41.522] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:47.634] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:50.606] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:52.620] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
WARN [02-07|10:55:55.008] Error calculating L2 block range err="L2 safe head ahead of L2 unsafe head"
i am getting this error in op batcher what could be the reason ??
Logs
No response
Additional Information
No response
Feedback
No response
Beta Was this translation helpful? Give feedback.
All reactions