Problem starting Liveblog python server
  • I'm trying to install Liveblog on Unbuntu 14.04 on a Digital Ocean Droplet.

    Following the recommended local installation instructions, I'm unable to successfully start the server with honcho. 

    honcho -f ../docker/Procfile-dev start
    First, I get the following warning:

    WARNING:superdesk:Cannot load logging config. File: logging_config.yml


    Then the server sends a string of 404 responses with these error messages:

    07:50:14 work.1 | GET /liveblog/ingest/_search [status:404 request:0.004s] level=WARNING process=ForkPoolWorker-1

    07:50:14 work.1 | TransportError(404, 'IndexMissingException[[liveblog] missing]') level=ERROR process=ForkPoolWorker-1

    07:50:14 work.1 | Traceback (most recent call last):



    Is this a problem with ElasticSearch? I can't really tell. Thrilled if someone could give me a clue.
  • 1 Comment sorted by
  • Hello, 

    Did you check the status of elasticsearch on ubuntu, you can do it with "curl -X GET 'http://localhost:9200'" in ubuntu console its status should be 200 also do not forget to set 
    echo "discovery.zen.ping.multicast.enabled: false" | sudo tee --append /etc/default/elasticsearch