Skip to content

Commit ef4697a

Browse files
commit changes
1 parent e911ab1 commit ef4697a

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

docs/cdk/get-started/deploy-validium/node/run-node-services.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ Since the prover is large and compute-expensive to build, we will use a docker c
66
docker run -v "/tmp/cdk/test.prover.config.json:/usr/src/app/config.json" -p 50061:50061 -p 50071:50071 --network host hermeznetwork/zkevm-prover:v3.0.2 zkProver -c /usr/src/app/config.json
77
```
88

9+
!!! important
10+
The database logs may output an error while they wait for a node. For example:
11+
12+
```txt
13+
2024-01-31 12:18:30.329 UTC [675] ERROR: relation "state.nodes" does not exist at character 15
14+
2024-01-31 12:18:30.329 UTC [675] STATEMENT: SELECT * FROM state.nodes WHERE hash = E'\\xffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff';
15+
```
16+
17+
The node log may also output an error while they wait for services to come online. For example:
18+
19+
```txt
20+
aggregatorClientMockThread() channel broken; will retry in 5 seconds
21+
aggregatorClientMockThread() failed calling readerWriter->Read(&aggregatorMessage)
22+
```
23+
924
## Run the node
1025

1126
```bash

0 commit comments

Comments
 (0)