Quantcast
Viewing all articles
Browse latest Browse all 1390

Rabitmq not detected by Airtime

Our Airtime install appears to be working fine except that the Rabbitmq-server is reported as not running in either the System status menu or when I do airtime system check in the terminal. The output I get is:

DIA_MONITOR_CPU_PERC         = 0.0%
RABBITMQ_PROCESS_ID            = FAILED
RABBITMQ_RUNNING_SECONDS       = -1
RABBITMQ_MEM_PERC              = 0%
RABBITMQ_CPU_PERC              = 0%

At that point I double checked if it was actually installed and running by doing sudo rabbitmqctl status
Status of node 'rabbit@studio-one' ...
[{pid,1148},
 {running_applications,[{rabbit,"RabbitMQ","2.8.1"},
                        {os_mon,"CPO  CXC 138 46","2.2.4"},
                        {sasl,"SASL  CXC 138 11","2.1.8"},
                        {mnesia,"MNESIA  CXC 138 12","4.4.12"},
                        {stdlib,"ERTS  CXC 138 10","1.16.4"},
                        {kernel,"ERTS  CXC 138 10","2.13.4"}]},
 {os,{unix,linux}},
 {erlang_version,"Erlang R13B03 (erts-5.7.4) [source] [64-bit] [smp:8:8] [rq:8] [async-threads:30] [hipe] [kernel-poll:true]\n"},
 {memory,[{total,26842592},
          {processes,10172968},
          {processes_used,10155792},
          {system,16669624},
          {atom,1275057},
          {atom_used,1251737},
          {binary,25888},
          {code,11983454},
          {ets,814632}]},
 {vm_memory_high_watermark,0.3999999998037656},
 {vm_memory_limit,1630702796},
 {file_descriptors,[{total_limit,924},
                    {total_used,8},
                    {sockets_limit,829},
                    {sockets_used,3}]},
 {processes,[{limit,1048576},{used,142}]},
 {run_queue,0},
 {uptime,76263}]
...done.

I'm guessing that this confirms that it is running (although it's a rather opaque response!) and checking the startup_err and start_log reveals no errors. I'm at a bit of a loss really as to why Airtime can see it. One clue that I keep seeing is that I keep seeing "0 plugins activated"


Viewing all articles
Browse latest Browse all 1390

Trending Articles