Node stop working "unable to find satellite on the network"

2019-07-16T06:07:05.490Z ERROR piecestore:orderssender.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW failed to settle orders {“error”: “order: unable to find satellite on the network: node not found”, “errorVerbose”: “order: unable to find satellite on the network: node not found\n\tstorj.io/storj/storagenode/orders.(*Sender).settle:156\n\tstorj.io/storj/storagenode/orders.(*Sender).Settle:142\n\tstorj.io/storj/storagenode/orders.(*Sender).runOnce.func1:127\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}

What is the Last contact says?
What is your OS?

@guarez

Please post the provide the docker run command that you’re executing, the full log and the check that you’re using the last docker image.

The log file

2019-07-16T06:12:33.659Z INFO Configuration loaded from: /app/config/config.yaml
2019-07-16T06:12:33.833Z INFO Operator email: xxxx@gmail.com
2019-07-16T06:12:33.833Z INFO Operator wallet: 0xxxxxxxxxxxxxxxxxxxxx
2019-07-16T06:12:54.049Z INFO running on version v0.14.13
2019-07-16T06:12:54.128Z INFO db.migration Latest Version {“version”: 7}
2019-07-16T06:12:54.142Z INFO vouchers Checking vouchers
2019-07-16T06:12:54.143Z INFO Node 1HJzmgjrzd7dyCDYyN1NpkcmUF2CaFZpo3mREyXgjXZVNH3Hpr started
2019-07-16T06:12:54.143Z INFO Public server started on [::]:28967
2019-07-16T06:12:54.143Z INFO Private server started on 127.0.0.1:7778
2019-07-16T06:12:54.290Z INFO running on version v0.14.13
2019-07-16T06:12:54.419Z INFO piecestore:orderssender.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW sending {“count”: 2221}
2019-07-16T06:13:04.124Z INFO piecestore:orderssender.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW finished
2019-07-16T06:13:04.124Z ERROR piecestore:orderssender.118UWpMCHzs6CvSgWd9BfFVjw5K9pZbJjkfZJexMtSkmKxvvAW failed to settle orders {“error”: “orer: unable to find satellite on the network: node not found”, “errorVerbose”: “order: unable to find satellite on the network: node not found\n\tstorj.io/stoj/storagenode/orders.(*Sender).settle:156\n\tstorj.io/storj/storagenode/orders.(*Sender).Settle:142\n\tstorj.io/storj/storagenode/orders.(*Sender).runOnce.fuc1:127\n\tgolang.org/x/sync/errgroup.(*Group).Go.func1:57”}
2019-07-16T06:13:35.063Z INFO piecestore:monitor Remaining Bandwidth {“bytes”: 4885598543104}
2019-07-16T06:27:55.341Z INFO running on version v0.14.13

Latest version

[root@storj ~]# docker pull storjlabs/storagenode:alpha
alpha: Pulling from storjlabs/storagenode
Digest: sha256:1cdcceb6658d10329acd4db2d0270854d459d8df3cb74a183e00b0256b3bada6
Status: Image is up to date for storjlabs/storagenode:alpha
[root@storj ~]#

the RUN command

docker run -d --restart unless-stopped -p 28967:28967 -e WALLET=“0xxxxxxxxx” -e EMAIL="xxxxx@gmail.com" -e ADDRESS=“xxx.xxx.xxx.xxx:28967” -e BANDWIDTH=“6TB” -e STORAGE=“1.5TB” --mount type=bind,source="/root/.local/share/storj/identity/storagenode",destination=/app/identity --mount type=bind,source="/mnt/storj",destination=/app/config --name storagenode storjlabs/storagenode:alpha

My OS CentOS Linux release 7.6.1810 (Core)

You still not answer about the Last contact on your dashboard.

image

So, the node work, just no traffic?
If so, the tests are stopped at the moment

ok!! thanks for the answer :grinning::grinning: