AuroraDAO / aurad

Staking software for the AURA token
https://auroradao.com/
GNU Lesser General Public License v3.0
32 stars 20 forks source link

Error processing transactions, retry in 5 seconds #49

Closed golebioto closed 5 years ago

golebioto commented 5 years ago

I am getting this error continuously. I've attempted aura stop and aura start as well as restarting my AWS instance. Any ideas on how to identify the cause?

20:41:31 0|worker  | STAKING OFFLINE: Your staker is out of sync with the blockchain
20:41:37 0|worker  | Error processing transactions, retry in 5 seconds
20:41:42 0|worker  | Processing blocks 7670750 to 7670759
20:41:47 0|worker  | Error processing transactions, retry in 5 seconds
20:41:52 0|worker  | Processing blocks 7670750 to 7670759
20:41:58 0|worker  | Error processing transactions, retry in 5 seconds
20:42:01 0|worker  | STAKING OFFLINE: Your staker is out of sync with the blockchain
20:42:03 0|worker  | Processing blocks 7670750 to 7670759
20:42:11 0|worker  | Error processing transactions, retry in 5 seconds
20:42:16 0|worker  | Processing blocks 7670750 to 7670759
20:42:22 0|worker  | Error processing transactions, retry in 5 seconds
20:42:27 0|worker  | Processing blocks 7670750 to 7670759
20:42:31 0|worker  | STAKING OFFLINE: Your staker is out of sync with the blockchain
20:42:33 0|worker  | Error processing transactions, retry in 5 seconds
20:42:38 0|worker  | Processing blocks 7670750 to 7670759
20:42:44 0|worker  | Error processing transactions, retry in 5 seconds
20:42:49 0|worker  | Processing blocks 7670750 to 7670759
kieranelby commented 5 years ago

For what it's worth, I got the same error when my server ran out of disk space.

mooleshacat commented 5 years ago

I suspect @kieranelby is right, because look at the block number it never changes...

I have same error but I ignore it because each time it shows a higher blockheight (and my disk has space)

Run sudo df -h and it should show your disk space

yennieb commented 5 years ago

@golebioto please try upgrading to the new idexd client and see if disk space is the issue. If so, can you file a new issue on our new repo: https://github.com/idexio/IDEXd

Also you can try: rm ~/.aurad/downloads/*

Which would remove any previously downloaded snapshots and free up some space.