Once every couple of days I’m getting this error in the block producing node
cardano.node.Forge:Error:54] [2021-03-18 15:45:33.00 UTC] fromList [(“credentials”,String “Cardano”),(“val”,Object (fromList [(“kind”,String “TraceNoLedgerView”),(“slot”,Number 2.4516042e7)]))]
Previoulsy when I had this error, I deleted the ledger directory under db and restarted. It went away for some time and then came back again today.
What causes this issue and how to prevent this from happening again?
Im not sure but according to the IOHK documentation is seems to be related to chain forks:
TraceNoLedgerView
Leadership check failed: we were unable to get the ledger view for the current slot number
This will only happen if there are many missing blocks between the tip of our chain and the current slot.
Hello,
I am seeing the same errors on my BP node. That’s only what I am seeing, repeating entries for cardano.node.ForgeTime:info followed by cardano.node.LeadershipCheck:Info and then error cardano.node.Forge:Error.
What wording in that makes you think that it is not fully released?
In fact, since the Vasil hard fork on September 22nd, you have to run 1.35.3 on mainnet. 1.34.1 will not work anymore at all. And there were a lot of announcements on that.
Preview and preprod are not stages a node software has to go through, but testnets running in parallel to the mainnet. They also require to have 1.35.3 running. They even needed it a little earlier, since they went through the hard fork earlier to test it.
This was about the 1.35.3-configs release with -configs at the end. Never understood why that is there. Looked like it had something to do with enabling the Docker images to run the testnets.
The 1.35.3 release did not contain such perhaps confusing language and has been there since 11th August.