Please login or register.
Login with username, password and session length

HEAT Forum

March 16, 2017, 03:04:37 PM
News: 2017-02-08: New HEAT wallet is out! Download client + server from Github https://github.com/Heat-Ledger-Ltd/heatwallet
Pages: [1]   Go Down

Author Topic: heat-server exception  (Read 252 times)

Share this topic
kani
Follow kani wrote 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
Eliphaz
Follow Eliphaz wrote Re: heat-server exception 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).

Pages: [1]   Go Up