Relay stuck, error: cardano.node.ErrorPolicy

Using: version 1.18.0 commit: 468f52e .

I’m running for more than 12 hours now and the relay is getting stuck on epoch / slot: 211 / 355 .

“cardano.node.ErrorPolicy”

“event”:“Application Exception: 18.184.30.25:3001 HeaderError (At (Block {blockPointSlot = SlotNo 5789249, blockPointHash = 68914f093daebff961def6df4830a21b2fffccec69442e8e6b780e51c40d5217})) (HeaderProtocolError (HardForkValidationErrFromEra S (Z (WrapValidationErr {unwrapValidationErr = ChainTransitionError [OverlayFailure (VRFLeaderValueTooBig (OutputVRF {getOutputVRFBytes = “\NUL\NUL\157\185\199\189l\210Y\130\175\220\248\140\242\129\&4!\138\193\175\235\238c*h(\\\187\156Y3\239\204lYMF\160\239F.>S\248\193l\CAN\162\181\204\147\241\EOT\183\182P{R`z\200vM”}) (0 % 1) (ActiveSlotCoeff {unActiveSlotVal = UnsafeUnitInterval (1 % 20), unActiveSlotLog = -512932943875505334261962382072846}))]})))) (Tip (SlotNo 5789155) f8b6f29bfda0736204e173e0fc7764f6c0510d9e0b83922de8e97ec7d92d9d55 (BlockNo 4555195)) (Tip (SlotNo 5862866) 9f1d70048ba7851e97a38ee1d4487f533b3ec2715aa28fe7ed31a634953d32a1 (BlockNo 4558814))”,
“kind”:“SubscriptionTrace”,
“domain”:"“relays-new.cardano-mainnet.iohk.io”"

Any idea someone?

1 Like

I’ve had the same issue, but I’m just trying to install a cardano node using Nix, and it’s been stuck in a loop - my output is…
[jt-HP-Pr:cardano.node.ErrorPolicy:Notice:57] [2020-08-15 02:39:21.62 UTC] [String “ErrorPolicySuspendConsumer (Just (ConnectionExceptionTrace (SubscriberError {seType = SubscriberParallelConnectionCancelled, seMessage = “Parallel connection cancelled”, seStack = }))) 1s”,String “ErrorPolicyTrace”,String “18.224.78.212:3001”]
[jt-HP-Pr:cardano.node.DnsSubscription:Error:15085] [2020-08-15 02:39:22.16 UTC] [String “Application Exception: 18.133.43.175:3001 HeaderError (At (Block {blockPointSlot = SlotNo 5789249, blockPointHash = 68914f093daebff961def6df4830a21b2fffccec69442e8e6b780e51c40d5217})) (HeaderProtocolError (HardForkValidationErrFromEra S (Z (WrapValidationErr {unwrapValidationErr = ChainTransitionError [OverlayFailure (VRFLeaderValueTooBig (OutputVRF {getOutputVRFBytes = “\NUL\NUL\157\185\199\189l\210Y\130\175\220\248\140\242\129\&4!\138\193\175\235\238c*h(\\\187\156Y3\239\204lYMF\160\239F.>S\248\193l\CAN\162\181\204\147\241\EOT\183\182P{R`z\200vM”}) (0 % 1) (ActiveSlotCoeff {unActiveSlotVal = UnsafeUnitInterval (1 % 20), unActiveSlotLog = -512932943875505334261962382072846}))]})))) (Tip (SlotNo 5788955) 2982b812a584fe4bec14b39a098db8251f9c3d2719f5dc166a50d5e59427838b (BlockNo 4555187)) (Tip (SlotNo 5892866) 7b8dd909c5fbfc09d6f6454d94eff4c01c06d4c3bcaa991fca5e1331eb2732cf (BlockNo 4560299))”,String “SubscriptionTrace”,String ““relays-new.cardano-mainnet.iohk.io””]

I have deleted the DB yesterday and again stuck on epoch 211, so frustrating. Any solution?

1 Like

How did you build your binairies? Because the last commit I see for tag 1.18.0 on github is ba0f96b, which is what I have running. But yours seems to be later on the branch 468f52e. The merge on ba0f96b is #1554 and it’s #1660 on 468f52e.

2 Likes

Thanks @gabrield, I have notice it later on as well. I have deleted DB again and rebuild and the git version is now: git rev ba0f96b1a9fc9232ed211e57835fd5018093069d.

Finger crossed, it’s now at epoch 208… it went very fast to this epoch, but it’s now slowing down…

Well alright. Good luck!

1 Like

That worked out :sweat_smile:

Glad to hear it!

Hello ApoCardano!

say, how did you delete and rebuild the database? do you just delete the folder and redo the tabs cabal build upddate etc. process?

1 Like

I deleted it by running rf -rf on the db folder… ~/cardano/db for me. Then I ran the cardano-node run with my parameters and that began rebuilding the db.

1 Like