The Ethereum private chain is built, and the block information cannot be synchronized. The error is resolved: Node data write error err=”state node failed with all peers(1 tries, 1 peers)

In the afternoon, I tried to build a private ethereum chain, and then an error was reported when I joined the node. The error was reported as follows:

INFO [06-09|16:44:36.966] Block synchronisation started 
INFO [06-09|16:44:36.973] Imported new block headers               count=0 elapsed=2.059ms number=265 hash=436ce2…310d57 age=27m26s   ignored=63
WARN [06-09|16:44:36.975] Node data write error                    err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
WARN [06-09|16:44:36.976] Synchronisation failed, retrying         err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
INFO [06-09|16:44:46.970] Imported new block headers               count=0 elapsed=1.040ms number=265 hash=436ce2…310d57 age=27m36s   ignored=63
WARN [06-09|16:44:46.972] Node data write error                    err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
WARN [06-09|16:44:46.973] Synchronisation failed, retrying         err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
INFO [06-09|16:44:56.970] Imported new block headers               count=0 elapsed=1.040ms number=265 hash=436ce2…310d57 age=27m46s   ignored=63
WARN [06-09|16:44:56.971] Node data write error                    err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
WARN [06-09|16:44:56.972] Synchronisation failed, retrying         err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
INFO [06-09|16:45:06.971] Imported new block headers               count=0 elapsed=1.084ms number=265 hash=436ce2…310d57 age=27m56s   ignored=63
WARN [06-09|16:45:06.973] Node data write error                    err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
WARN [06-09|16:45:06.973] Synchronisation failed, retrying         err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"
INFO [06-09|16:45:16.971] Imported new block headers               count=0 elapsed=1.020ms number=265 hash=436ce2…310d57 age=28m6s    ignored=63
WARN [06-09|16:45:16.972] Node data write error                    err="state node 80477e…d1c7e3 failed with all peers (1 tries, 1 peers)"

There was no solution on the error reporting network, and I tried to restart the chain to no avail.
My solution is that USES a non-root account to carry out the chain operation again. If it doesn’t work, delete all the chains and use ordinary users to carry out the operation, mainly because I saw the error of Node data write error, which I suspect is related to the root user's permission.
I did it once with a normal user and it worked...

Read More: