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
Copy file name to clipboardExpand all lines: docs/cdk/get-started/deploy-rollup/start-node.md
+28-21Lines changed: 28 additions & 21 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,26 +14,6 @@ This command spins up the following services:
14
14
- Pool DB
15
15
- Mock prover
16
16
17
-
### Configuration issues
18
-
19
-
If you have errors related to configuration issues, see the warning at step 4 in the [configure node deployment](configure-node-deployment.md#set-up) section.
20
-
21
-
### Process binding issue
22
-
23
-
If you need to restart, make sure you kill any db processes hanging with the following commands.
zkevm-state-db | 2024-01-24 13:49:21.909 UTC [78] ERROR: relation "public.gorp_migrations" does not exist at character 22
46
+
zkevm-state-db | 2024-01-24 13:49:21.909 UTC [78] ERROR: relation "public.gorp_migrations" does not exist at character 22
47
+
48
+
## Troubleshooting
49
+
50
+
### Configuration issues
51
+
52
+
If you have errors related to configuration issues, see the warning at step 4 in the [configure node deployment](configure-node-deployment.md#set-up) section.
53
+
54
+
### Process binding issue
55
+
56
+
If you need to restart, make sure you kill any hanging db processes with the following commands.
57
+
58
+
!!! info
59
+
You can find the port number from the log warnings.
60
+
61
+
```sh
62
+
sudo lsof -t -i:<DB_PORT>
63
+
kill -9 <PID>
64
+
```
65
+
66
+
### Kill all Docker containers and images
67
+
68
+
You can fix many restart issues and persistent errors by stopping and deleting all Docker containers and images.
0 commit comments