Error after create new node with toolbox

Hi, I create a new node but when starts I have this error:

2020-12-12T21:03:05.053+0100 ERROR servers unexpected shutdown of a runner {“name”: “debug”, “error”: “debug: http: Server closed”, “errorVerbose”: “debug: http: Server closed\n\tstorj.io/private/debug.(*Server).Run.func2:108\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

Regards

Hello @naxeras,
Welcome to the forum!

This error is happen when you or system stop the storagenode container/service, it will not prevent it from working.
So, please, check what is a previous FATAL error?
If you do not have a FATAL ERROR, then it should work. Are you able to open a dashboard?

No is not possible, the fatal error is this:

But directory is accesible, even when start the node some files are created and when stopped, these files are deleted.

Regards.

That’s the real error, not what you posted in your initial message :slight_smile:
You should do &"C:\Program Files\Storj\Storage Node\storagenode.exe" setup --config-dir D:\Path-to-your-storage (format for PowerShell) at least once, then modify the config.yaml file with all parameters.
Please, note - by default the storagenode will create a storage subfolder in the D:\Path-to-your-storage.

You also can specify all needed parameters with the setup, you can see options by

&"C:\Program Files\Storj\Storage Node\storagenode.exe" setup --help

Thank you, its working now!!!

I use some parameteres for configure the setup.

storagenode.exe setup --identity-dir “” --config-dir “” --storage.path “”

Then I remplaced with a configured config.yaml.

Regards.

1 Like