Hi Vannroath, I suspect that the environment variables `ENV_TAURUS_RMQ_METRIC_DEST` and `ENV_TAURUS_RMQ_METRIC_PREFIX` are not defined in your environment or something along those lines.
When you grep in taurus for ENV_TAURUS_RMQ_METRIC_DEST, it takes you to taurus/conf/supervisord.conf. This command is part of the section "program:req-metric-collector". This is a service that we run on our own production deployment of Taurus (HTM for Stocks). We use this service to send statistics about Taurus's RabbitMQ instance (hence RMQ in the env var names) to our instance of HTM for IT, which monitors anomalies in the performance of Taurus's message queues (among other IT metrics for our own servers). This helps us detect problems in our production deployments. You can remove the entire section "program:req-metric-collector" from your copy of supervisord.conf, since this service is nor required for Taurus to function. I recall from one of your earlier messages that you had a separate copy of the configuration directory (conf-user?) that you created for running Taurus. So, be sure to make your changes there. Best, Vitaly From: "Ky Vannroath" To: "'NuPIC general mailing list.'" <[email protected]<mailto:[email protected]>> Subject: RE: numenta-apps: taurus installation issue Message-ID: <[email protected]<mailto:[email protected]>> Content-Type: text/plain; charset="iso-8859-1" Hi Vitaly, I successfully initialized the database after changing what you instructed. Then I tried to follow thru the readme and face another issue on part "Start Taurus services with supervisord" with the following error. Please advise. root@meharu-VirtualBox:/home/meharu/numenta-apps/taurus# supervisord -c conf-user/supervisord.conf Error: Format string 'python -m htmengine.monitors.rmq_metric_collector_agent --metric-addr=%(ENV_TAURUS_RMQ_METRIC_DEST)s --metric-prefix=%(ENV_TAURUS_RMQ_METRIC_PREFIX)s' for 'command' contains names which cannot be expanded For help, use /usr/local/bin/supervisord -h Best, Vannroath
