Skip to content

Instantly share code, notes, and snippets.

@MeInTheFuture
Created November 25, 2017 08:42
Show Gist options
  • Save MeInTheFuture/f484d583339f6dc13f31e9586c06428b to your computer and use it in GitHub Desktop.
Save MeInTheFuture/f484d583339f6dc13f31e9586c06428b to your computer and use it in GitHub Desktop.
2017-11-24 14:47:19 INFO [main] c.w.Application$ - Starting...
2017-11-24 14:47:21 INFO [main] kamon.Kamon$Instance - Initializing Kamon...
2017-11-24 14:47:21 INFO [lt-dispatcher-3] a.event.slf4j.Slf4jLogger - Slf4jLogger started
2017-11-24 14:47:21 INFO [main] c.w.Application$ - Waves v0.7.9 Blockchain Id: W
2017-11-24 14:47:22 INFO [main] c.w.s.BlockchainUpdaterImpl - Constructing BlockchainUpdaterImpl, total blocks: 765676, persisted: 765456, topMemDiff: 0, bottomMemDiff: 0
2017-11-24 14:47:22 INFO [main] c.w.s.BlockchainUpdaterImpl - State rebuild started, total blocks: 765676, persisted: 765456, topMemDiff: 0, bottomMemDiff: 0
2017-11-24 14:47:24 ERROR [main] c.w.actor.RootActorSystem$ - Error while initializing actor system wavesplatform
java.lang.Exception: TransactionValidationError(GenericError(Tx id(exc. for some PaymentTransactions) cannot be duplicated. Current height is: 765457. Tx with such id aready present),{"type":4,"id":"BPrkJXm8EE8eTA3kX7ae39ZfwvrBsYPfy1bstK1KHfs6","sender":"3PE5ZLLSdrryLZ6TSCJZhimY9HxmQT8m4Ty","senderPublicKey":"DPjswXJgPJwepuohsKzkSRvfFxDCZQ7hBUBqksoN2a2M","fee":100000,"timestamp":1511518072240,"signature":"Yf4fQRsknTuqdacz2JyvjKk8cToqjoepDS48EdLC3xPxFUepvb8LRog6oJG3kd8wxfgbiu6xK8WRUPGerDBcsS4","recipient":"3P4kAfTst9EU9mGWRVF6EQ5CSttmEwcHjVo","assetId":null,"amount":5000000,"feeAsset":null,"attachment":""})
at com.wavesplatform.state2.package$EitherExt2.explicitGet(package.scala:20)
at com.wavesplatform.state2.diffs.BlockDiffer$.$anonfun$unsafeDiffMany$1(BlockDiffer.scala:24)
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:929)
at scala.collection.Iterator.foreach$(Iterator.scala:929)
at scala.collection.AbstractIterator.foreach(Iterator.scala:1417)
at scala.collection.IterableLike.foreach(IterableLike.scala:71)
at scala.collection.IterableLike.foreach$(IterableLike.scala:70)
at scala.collection.AbstractIterable.foreach(Iterable.scala:54)
at scala.collection.TraversableOnce.foldLeft(TraversableOnce.scala:157)
at scala.collection.TraversableOnce.foldLeft$(TraversableOnce.scala:155)
at scala.collection.AbstractTraversable.foldLeft(Traversable.scala:104)
at com.wavesplatform.state2.diffs.BlockDiffer$.unsafeDiffMany(BlockDiffer.scala:23)
at com.wavesplatform.state2.BlockchainUpdaterImpl.$anonfun$unsafeDiffByRange$4(BlockchainUpdaterImpl.scala:31)
at com.wavesplatform.state2.StateWriterImpl$.withTime(StateWriter.scala:132)
at com.wavesplatform.state2.StateWriterImpl$.measureLog(StateWriter.scala:144)
at com.wavesplatform.state2.BlockchainUpdaterImpl.unsafeDiffByRange(BlockchainUpdaterImpl.scala:31)
at com.wavesplatform.state2.BlockchainUpdaterImpl.$anonfun$updatePersistedAndInMemory$2(BlockchainUpdaterImpl.scala:50)
at com.wavesplatform.state2.BlockchainUpdaterImpl.$anonfun$updatePersistedAndInMemory$2$adapted(BlockchainUpdaterImpl.scala:49)
at scala.collection.immutable.Stream.foreach(Stream.scala:530)
at com.wavesplatform.state2.BlockchainUpdaterImpl.$anonfun$updatePersistedAndInMemory$1(BlockchainUpdaterImpl.scala:49)
at com.wavesplatform.state2.BlockchainUpdaterImpl.$anonfun$updatePersistedAndInMemory$1$adapted(BlockchainUpdaterImpl.scala:44)
at scorex.utils.Synchronized.synchronizeOperation(Synchronized.scala:82)
at scorex.utils.Synchronized.synchronizeOperation$(Synchronized.scala:79)
at com.wavesplatform.state2.BlockchainUpdaterImpl.synchronizeOperation(BlockchainUpdaterImpl.scala:17)
at scorex.utils.Synchronized.write(Synchronized.scala:77)
at scorex.utils.Synchronized.write$(Synchronized.scala:76)
at com.wavesplatform.state2.BlockchainUpdaterImpl.write(BlockchainUpdaterImpl.scala:17)
at com.wavesplatform.state2.BlockchainUpdaterImpl.com$wavesplatform$state2$BlockchainUpdaterImpl$$updatePersistedAndInMemory(BlockchainUpdaterImpl.scala:44)
at com.wavesplatform.state2.BlockchainUpdaterImpl$.apply(BlockchainUpdaterImpl.scala:119)
at com.wavesplatform.history.StorageFactory$.$anonfun$apply$3(StorageFactory.scala:31)
at scala.util.Success.$anonfun$map$1(Try.scala:251)
at scala.util.Success.map(Try.scala:209)
at com.wavesplatform.history.StorageFactory$.$anonfun$apply$1(StorageFactory.scala:28)
at scala.util.Success.flatMap(Try.scala:247)
at com.wavesplatform.history.StorageFactory$.apply(StorageFactory.scala:27)
at com.wavesplatform.Application.<init>(Application.scala:46)
at com.wavesplatform.Application$$anon$1.<init>(Application.scala:249)
at com.wavesplatform.Application$.$anonfun$main$2(Application.scala:249)
at com.wavesplatform.Application$.$anonfun$main$2$adapted(Application.scala:239)
at com.wavesplatform.actor.RootActorSystem$.start(RootActorSystem.scala:25)
at com.wavesplatform.Application$.main(Application.scala:239)
at com.wavesplatform.Application.main(Application.scala)
@jammyto10
Copy link

2017-11-24 14:47:19 INFO [main] c.w.Application$ - Starting...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment