Imported files not appearing (Debian Jessie & Airtime 2.5.1)
  • Hello, any help to fix this is appreciated. I have tried few things now to no avail.

    # airtime-check-system
    AIRTIME_STATUS_URL             = http://127.0.0.1:80/api/status/format/json/api_key/%%api_key%%
    AIRTIME_SERVER_RESPONDING      = OK
    KERNEL_VERSION                 = 2.6.32-5-amd64
    MACHINE_ARCHITECTURE           = x86_64
    TOTAL_MEMORY_MBYTES            = 2059956
    TOTAL_SWAP_MBYTES              = UNKNOWN
    AIRTIME_VERSION                = 2.5.1
    OS                             = Debian GNU/Linux 6.0.10 (squeeze) x86_64
    CPU                            = AMD Athlon(tm) 64 X2 Dual Core Processor 4200+
    WEB_SERVER                     = Apache/2.2.16 (Debian)
    PLAYOUT_ENGINE_PROCESS_ID      = 25262
    PLAYOUT_ENGINE_RUNNING_SECONDS = 2970
    PLAYOUT_ENGINE_MEM_PERC        = 0.7%
    PLAYOUT_ENGINE_CPU_PERC        = 0.0%
    LIQUIDSOAP_PROCESS_ID          = 7066
    LIQUIDSOAP_RUNNING_SECONDS     = 444702
    LIQUIDSOAP_MEM_PERC            = 2.2%
    LIQUIDSOAP_CPU_PERC            = 10.9%
    MEDIA_MONITOR_PROCESS_ID       = 25329
    MEDIA_MONITOR_RUNNING_SECONDS  = 2953
    MEDIA_MONITOR_MEM_PERC         = 0.7%
    MEDIA_MONITOR_CPU_PERC         = 0.0%
    -- Your installation of Airtime looks OK!
    root@suservidor /srv/airtime/stor # tail -f /var/log/airtime/media-monitor/media-monitor.log
    2016-02-16 23:10:35,739 ERROR - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 51 - [Errno 111] Connection refused
    2016-02-16 23:10:35,739 ERROR - [Thread-1] [airtime.py : __init__()] : LINE 31 - Error connecting to RabbitMQ Server. Trying again in few seconds
    2016-02-16 23:10:40,745 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 36 - Initializing RabbitMQ message consumer...
    2016-02-16 23:10:40,746 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 50 - Failed to initialize RabbitMQ consumer
    2016-02-16 23:10:40,746 ERROR - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 51 - [Errno 111] Connection refused
    2016-02-16 23:10:40,746 ERROR - [Thread-1] [airtime.py : __init__()] : LINE 31 - Error connecting to RabbitMQ Server. Trying again in few seconds
    2016-02-16 23:10:45,751 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 36 - Initializing RabbitMQ message consumer...
    2016-02-16 23:10:45,752 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 50 - Failed to initialize RabbitMQ consumer
    2016-02-16 23:10:45,752 ERROR - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 51 - [Errno 111] Connection refused
    2016-02-16 23:10:45,752 ERROR - [Thread-1] [airtime.py : __init__()] : LINE 31 - Error connecting to RabbitMQ Server. Trying again in few seconds
    2016-02-16 23:10:50,756 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 36 - Initializing RabbitMQ message consumer...
    2016-02-16 23:10:50,757 INFO - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 50 - Failed to initialize RabbitMQ consumer
    2016-02-16 23:10:50,757 ERROR - [Thread-1] [airtime.py : init_rabbit_mq()] : LINE 51 - [Errno 111] Connection refused

    Any hints as on how to fix that Connection refused error are welcomed.
  • 2 Comments sorted by
  • So far so good, not sure what "fixed" the issue.. i think i will have to relaunch the services is the server is rebooted... but now is running after doing this:


    service monit restart
    airtime-check-system
    tail -f /var/log/airtime/media-monitor/media-monitor.log
    service rabbitmq-server start
    airtime-check-system


  • Hello friend! With it pointing to localhost, you won't be able to properly access your installation remotely. But you already have that figured out -- right? :)