Error building node

Issue Report

Environment

  • Operating System: Ubuntu 20.04
  • CPU Architecture: 4 Core, Intel(R) Xeon(R) CPU E5-2630 v3 @ 2.40GHz
  • **RAM:**8Gb
  • **Storage:**260 Gb
  • **Plot Size:**50 Gb
  • Subspace Deployment Method: Simple CLI

Problem

After restarting the node did not start again

Steps to reproduce

  1. Noda version subspace-cli-ubuntu-x86_64-v3-v0.3.3-alpha was installed and synchronized
  2. Network connection lost
  3. After restarting the node did not start again

Expected result

Starting a node

What happens instead

Error building node

[Paste error here]
```2023-04-23T00:25:14.432103Z ERROR sc_service::task_manager: Essential task `txpool-background` failed. Shutting down service.
Error:
   0: error building the node
   1: Failed to build a partial subspace node

Thanks for the report Anna, would you mind enabling RUST_BACKTRACE so we can get some more insight into what might be causing this issue?

You can do so with the following steps below

For Linux:

  1. Open your terminal.
  2. Type “export RUST_BACKTRACE=1” and hit enter. This will enable the backtrace for the current session of your terminal.
  3. To make the change permanent, add the same command to your ~/.bashrc or ~/.zshrc file.

For macOS:

  1. Open your terminal.
  2. Type “export RUST_BACKTRACE=1” and hit enter. This will enable the backtrace for the current session of your terminal.
  3. To make the change permanent, add the same command to your ~/.bash_profile or ~/.zshrc file.

For Windows (Powershell):

  1. Open your Powershell terminal.
  2. Type “$env:RUST_BACKTRACE=1” and hit enter. This will enable the backtrace for the current session of your terminal.
  3. To make the change permanent, add the same command to your Powershell profile file. You can find your Powershell profile file by typing “$PROFILE” in your Powershell terminal.