Advertisement
Guest User

Untitled

a guest
Jan 24th, 2020
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.32 KB | None | 0 0
  1.  
  2. run-node will be executed with options: CommandRunNode[nodeConfigFile=config/config.1.properties,nodeIndex=0,chainIDs=[0]]
  3.  
  4. Exception in thread "main" net.postchain.core.UserMistake: No peers have been configured for the network. Cannot proceed.
  5.  
  6.         at net.postchain.base.NetworkNodes$Companion.buildNetworkNodes(NetworkNodes.kt:34)
  7.  
  8.         at net.postchain.base.BasePeerCommConfiguration$Companion.build(BasePeerCommConfiguration.kt:32)
  9.  
  10.         at net.postchain.ebft.EBFTSynchronizationInfrastructure.buildInternalPeerCommConfiguration(EBFTSynchronizationInfrastructure.kt:128)
  11.  
  12.         at net.postchain.ebft.EBFTSynchronizationInfrastructure.<init>(EBFTSynchronizationInfrastructure.kt:39)
  13.  
  14.         at net.postchain.ebft.BaseEBFTInfrastructureFactory.makeBlockchainInfrastructure(BaseEBFTInfrastructureFactory.kt:26)
  15.  
  16.         at net.postchain.managed.ManagedEBFTInfrastructureFactory.makeBlockchainInfrastructure(ManagedEBFTInfrastructureFactory.kt:22)
  17.  
  18.         at net.postchain.PostchainNode.<init>(PostchainNode.kt:25)
  19.  
  20.         at net.postchain.cli.CliExecution.runNode(CliExecution.kt:110)
  21.  
  22.         at net.postchain.cli.CommandRunNode.execute(CommandRunNode.kt:37)
  23.  
  24.         at net.postchain.cli.Cli.parse(Cli.kt:46)
  25.  
  26.         at net.postchain.AppKt.main(app.kt:11)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement