Hi All
having trouble getting a second node open with this error after creating a node with the windows GUI. and using GUI Toolbox to open the second node. I am studying how multiple nodes function so I can master the software. This is the error I am getting
2021-07-02T19:52:28.856+1000 FATAL Unrecoverable error {“error”: “Error starting master database on storagenode: group:\n— CreateFile D:\blobs: The system cannot find the file specified.\n— CreateFile D:\temp: The system cannot find the file specified.\n— CreateFile D:\garbage: The system cannot find the file specified.\n— CreateFile D:\trash: The system cannot find the file specified.”, “errorVerbose”: “Error starting master database on storagenode: group:\n— CreateFile D:\blobs: The system cannot find the file specified.\n— CreateFile D:\temp: The system cannot find the file specified.\n— CreateFile D:\garbage: The system cannot find the file specified.\n— CreateFile D:\trash: The system cannot find the file specified.\n\tmain.cmdRun:162\n\tstorj.io/private/process.cleanup.func1.4:363\n\tstorj.io/private/process.cleanup.func1:381\n\tgithub.com/spf13/cobra.(*Command ).execute:852\n\tgithub.com/spf13/cobra.(*Command ).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command ).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service ).Execute.func1:64\n\tgolang.org/x/sync/errgroup.(*Group ).Go.func1:57”}
and the node is not writing anything to the data disk. I think the error involves storage path and Database2 path as I had no idea what to put in Database2. Can someone help me with putting the correct files back in please?
Stob
July 2, 2021, 10:02am
86
This is often a permissions problem writing directly into the root of a drive. Reinstall the node or adjust the config.yaml with the StorJ directory set to D:\Node or D:\Storj instead of the root of the D:\ drive.
2021-07-02T20:06:44.999+1000 FATAL Unrecoverable error {“error”: “Error starting master database on storagenode: group:\n— CreateFile D:\Storagenode1\blobs: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\temp: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\garbage: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\trash: The system cannot find the file specified.”, “errorVerbose”: “Error starting master database on storagenode: group:\n— CreateFile D:\Storagenode1\blobs: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\temp: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\garbage: The system cannot find the file specified.\n— CreateFile D:\Storagenode1\trash: The system cannot find the file specified.\n\tmain.cmdRun:162\n\tstorj.io/private/process.cleanup.func1.4:363\n\tstorj.io/private/process.cleanup.func1:381\n\tgithub.com/spf13/cobra.(*Command ).execute:852\n\tgithub.com/spf13/cobra.(*Command ).ExecuteC:960\n\tgithub.com/spf13/cobra.(*Command ).Execute:897\n\tstorj.io/private/process.ExecWithCustomConfig:88\n\tstorj.io/private/process.Exec:65\n\tmain.(*service ).Execute.func1:64\n\tgolang.org/x/sync/errgroup.(*Group ).Go.func1:57”}
still doing it after the rename
not sure what is going on here
Stob
July 2, 2021, 10:23am
88
What user is running the ‘storagenode’ service? Normally it would be ‘system’ , ‘local system’ or ‘network service’. The account which is running the service needs permissions to the D:\ drive. Also just checking you’re not using an SMB share? That’s not supported. It must be a local or iSCSI device.
Did you check in services and see which account is being used? It’s most likely running as ‘system’ , ‘local system’ or ‘network service’. Then look at the ‘Security’ permissions on the F: drive from ‘This PC’.
Full control was not switched on for D: which i changed I started the node and for a second it went green and then went offline again. the error log is showing nothing now when I start the node and the node is not showing on localhost, thanks for your patience with inexperience
Stob
July 2, 2021, 10:36am
90
At this point I would probably clear the D:\ drive, uninstall and put the correct permissions in place before re-installing.
ye its turned into a mess
Sweet reinstalled and working thank ye for your directions
1 Like
Alexey
July 3, 2021, 3:34pm
93
This is because of missing setup step. In Windows GUI it’s done via reinstall, in docker - Storage Node - Node Operator
Alexey
Split this topic
July 7, 2021, 7:55pm
94
3 posts were split to a new topic: My nods are offline for 6 hours
Alexey
Split this topic
November 4, 2021, 6:17am
95
Alexey
Split this topic
November 8, 2021, 7:06pm
96
Noting on contact:service ping satellite failed ??
mer44
July 14, 2022, 5:24pm
98
ERROR piecestore
download failed
“error”: “context
deadline exceeded”
What is this one all about?
Alexey
July 14, 2022, 6:22pm
99
Variation of “Context canceled” - your node was too slow to give a piece.
Alexey
Split this topic
January 29, 2023, 3:56am
100
hatred
February 21, 2023, 10:51pm
101
I have an error:
ERROR collector error during collecting pieces: {"Process": "storagenode", "error": "database disk image is malformed"}
how can I figure out which database is malformed? I will delete it and restart node.
You can also search the forum If you still get stuck make a separate thread about it. This is not the right thread for your issue.
1 Like
hatred
February 22, 2023, 6:38am
103
I meant how to find which file is corrupted, or just remove all of them?
Alexey
February 22, 2023, 6:47am
104
You may use a script from the above guide (depends on used approach and OS), it will check all databases one by one.
1 Like