heat-server exception

  • 1 Replies
  • 195 Views
*

Offline kani

  • Newbie
  • *
  • 9
  • +1/-0
    • View Profile
heat-server exception
« on: September 22, 2016, 01:28:27 AM »
Just playing with the sources ;)  (Probably too early, I know)

Got the following exception while running heat-server:

Code: [Select]
FileNotFoundException: /home/dirk/Documents/ETHEREUM_BULK_ADDRESS.json (No such file or directory)

Looks like the same type of exception will occur with BITCOIN_BULK_ADDRESS (in app/models/Config.scala)

Code: [Select]
  def btcAddressFile = current.configuration.getString("heat.btc.address.file") match {
    case Some(value) => value
    case None => "/home/dirk/Documents/BITCOIN_BULK_ADDRESS.json"
  }

I'll wait a little longer before I play some more, just thought you'd like to know about these.
BitShares - Your share in the Decentralized Exchange

*

Online Eliphaz

  • Administrator
  • Jr. Member
  • *****
  • 88
  • +5/-4
    • View Profile
Re: heat-server exception
« Reply #1 on: September 22, 2016, 01:31:58 AM »
The heat-server repo isn't currently relevant to HEAT token or server. It wasn't supposed to be in the public, but was somehow difficult to remove I hear (either physically, or psychologically  :P).