Concordium-testnet-node.service: Failed with result 'exit-code'

i am getting this error while starting Ubuntu testnet node
concordium-testnet-node.service: Failed with result ‘exit-code’.

Previously testnet node was working fine, i tried github suggestion to check for /data/ directory and delete all content, except genesis file. But nothing there in /data directory other than genesis file

Can you show more of the logs.

Restart your node

sudo systemctl restart concordium-testnet-node.service

Get the logs for the last 30min

sudo journalctl -u concordium-testnet-node.service --since '30min ago' | tee logs.txt

and then send us the logs.txt file.

1 Like