pi-node / instructions

255 stars 154 forks source link

pi-consensus stopped starting automatically #324

Open Blorkman opened 1 year ago

Blorkman commented 1 year ago

Hello, i've been running the node for some months but recently the docker container has stopped starting at launch and i cannot figure why, extremely annoying, the log only says this :

2023-07-23 14:54:53 Starting Stellar Quickstart 2023-07-23 14:54:53 2023-07-23 14:54:53 mode: persistent 2023-07-23 14:54:53 network: testnet (Pi Testnet) 2023-07-23 14:54:53 postgres: config directory exists, skipping copy 2023-07-23 14:54:53 supervisor: config directory exists, skipping copy 2023-07-23 14:54:53 stellar-core: config directory exists, skipping copy 2023-07-23 14:54:53 horizon: config directory exists, skipping copy 2023-07-23 14:54:53 postgres: already initialized 2023-07-23 14:54:53 chown-core: ok 2023-07-23 14:54:53 core: already initialized 2023-07-23 14:54:53 horizon: already initialized 2023-07-23 14:54:53 starting supervisor 2023-07-23 14:54:53 2023-07-23 12:54:53,652 CRIT Supervisor running as root (no user in config file) 2023-07-23 14:54:53 2023-07-23 12:54:53,672 INFO RPC interface 'supervisor' initialized 2023-07-23 14:54:53 2023-07-23 12:54:53,672 CRIT Server 'unix_http_server' running without any HTTP authentication checking 2023-07-23 14:54:53 2023-07-23 12:54:53,673 INFO supervisord started with pid 1 2023-07-23 14:54:54 2023-07-23 12:54:54,677 INFO spawned: 'postgresql' with pid 20 2023-07-23 14:54:54 2023-07-23 12:54:54,681 INFO spawned: 'stellar-core' with pid 21 2023-07-23 14:54:55 2023-07-23 12:54:55,784 INFO success: postgresql entered RUNNING state, process has stayed up for > than 1 seconds (startsecs) 2023-07-23 14:54:55 2023-07-23 12:54:55,784 INFO success: stellar-core entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

It seems like its starting but it stops after ? I dont know crap about docker and how it works, I tried delaying Dockers launch with windows task scheduler and setting the container to restart on crash, to no avail. Could someone help me troubleshoot this please