Error When run VSYS Node v0.3.2

I want to run a V-system full node on Mac.

An error occurred.
It seems a Tx id is duplicated. Any one know how to fix it? And where is the blockchain files located?

===============
2021-02-16 18:29:43 INFO [lt-dispatcher-3] a.event.slf4j.Slf4jLogger - Slf4jLogger started
2021-02-16 18:30:03 INFO [main] vsys.Application$ - VSYS Core v0.3.2 Blockchain Id: M
2021-02-16 18:30:03 INFO [main] v.b.s.BlockchainUpdaterImpl - Constructing BlockchainUpdaterImpl, total blocks: 5520853, persisted: 5513653, topMemDiff: 0, bottomMemDiff: 0
2021-02-16 18:30:03 INFO [main] v.b.s.BlockchainUpdaterImpl - State rebuild started, total blocks: 5520853, persisted: 5513653, topMemDiff: 0, bottomMemDiff: 0
2021-02-16 18:40:52 ERROR [main] v.actor.RootActorSystem$ - Error while initializing actor system vsys
java.lang.Exception: TransactionValidationError(GenericError(Tx id cannot be duplicated. Current height is: 5513655. Tx with such id already present),{“type”:5,“id”:“9uyVk8HxgqvywEhDsLxKzY1Ec82NQMGAn8BaoyhQB8hw”,“recipient”:“ARJ1WDeEqVKK6VQcc3VaJqnDAvbhfia8nVT”,“timestamp”:1565648824006426938,“amount”:3600000000,“currentBlockHeight”:5513655})
at vsys.blockchain.state.package$EitherExt2.explicitGet(package.scala:20)
at vsys.blockchain.state.diffs.BlockDiffer$.$anonfun$unsafeDiffMany$1(BlockDiffer.scala:26)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1(TraversableOnce.scala:157)
at scala.collection.TraversableOnce.$anonfun$foldLeft$1$adapted(TraversableOnce.scala:157)
at scala.collection.Iterator.foreach(Iterator.scala:944)
at scala.collection.Iterator.foreach$(Iterator.scala:944)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1432)
at scala.collection.IterableLike.foreach(IterableLike.scala:71)

deleted ./vsys/data directory. can start now.

1 Like

maybe you and I have a call, yeah?

:slight_smile:

Hi Jacob

How to fix the problem without delete .vsys/data directory?
It will take 2 days to synchronize the data.

[info] 2021-02-23 00:08:05 ERROR [main] v.actor.RootActorSystem$ - Error while initializing actor system vsys

[info] java.lang.Exception: TransactionValidationError(GenericError(Tx id cannot be duplicated. Current height is: 17591250. Tx with such id already present),{“type”:5,“id”:“8F2pEJEyKcBXTTMxQhk1qYKyYc7u5fcF83gC5nNvqsQc”,“recipient”:“ARNG4ZkAHqFrh1iHN96ZhZkcBDrBBeVrqC5”,“timestamp”:1614012248010661897,“amount”:3600000000,“currentBlockHeight”:17591250})

1 Like