Error orders cleaning filestore archive

the Docker prints these two types of error every 5 minutes
ERROR orders listing orders
ERROR orders cleaning filestore archive

{"Process": "storagenode", "error": "order: ordersfile: invalid path: \"@eaDir\"", "errorVerbose": "order: ordersfile: invalid path: \"@eaDir\"\n\tstorj.io/storj/storagenode/orders/ordersfile.getUnsentFileInfo:144\n\tstorj.io/storj/storagenode/orders/ordersfile.GetUnsentInfo:90\n\tstorj.io/storj/storagenode/orders.(*FileStore).ListUnsentBySatellite.func1:234\n\tstorj.io/storj/storagenode/orders.walkFilenamesInPath:465\n\tstorj.io/storj/storagenode/orders.(*FileStore).ListUnsentBySatellite:233\n\tstorj.io/storj/storagenode/orders.(*Service).SendOrders:182\n\tstorj.io/storj/storagenode/orders.(*Service).Run.func1:131\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:93"} 
{"Process": "storagenode", "error": "order: ordersfile: invalid path: \"@eaDir\"", "errorVerbose": "order: ordersfile: invalid path: \"@eaDir\"\n\tstorj.io/storj/storagenode/orders/ordersfile.getArchivedFileInfo:177\n\tstorj.io/storj/storagenode/orders/ordersfile.GetArchivedInfo:104\n\tstorj.io/storj/storagenode/orders.(*FileStore).CleanArchive.func1:429\n\tstorj.io/storj/storagenode/orders.walkFilenamesInPath:465\n\tstorj.io/storj/storagenode/orders.(*FileStore).CleanArchive:428\n\tstorj.io/storj/storagenode/orders.(*Service).CleanArchive:156\n\tstorj.io/storj/storagenode/orders.(*Service).Run.func2:140\n\tstorj.io/common/sync2.(*Cycle).Run:102\n\tstorj.io/common/sync2.(*Cycle).Start.func1:77\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:93"} 

I didn’t have any power loss and the file system checking returns good of every file integrity.
I would allow a time out for each shutdown, sudo docker stop -t 300 storagenode1.
Does it mean some DBs are still corrupted? I have to fix them by sqlite3?
I hope there are some workarounds or possibilities .

P.S. Please forgive me about the pasted log, I don’t know how to format code style well on this forum.

Hello @pbodq2,
Welcome back!

Orders are stored on the filesystem, not in the database.
Please stop and remove the container, check your disk for errors and fix them, then try to run your node back.
Please note, only stopping the container is not enough, because you likely will modify a filesystem.

Please check also your config.yaml for errors/wrong characters around paths. Please note, paths there are inside the container, not as on your host.