HEAT Forum

HEAT Discussion => HEAT Server issues => Topic started by: kani on September 22, 2016, 01:28:27 AM

Title: heat-server exception
Post by: kani 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.
Title: Re: heat-server exception
Post by: Eliphaz 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).