Hi Francesco! Would you mind creating an issue at https://github.com/numenta/numenta-apps/issues/new with the steps to reproduce and the output of the command that fails?
One thing to consider: One of the tests uses the http json api, which differs in older versions of rabbitmq and could explain the error message you're reporting -- it's hard to tell without the full context. I suspect you're on a 3.3.x version. I recommend updating to a recent version of rabbitmq (3.5.x), and to try again. On Mon, Aug 10, 2015 at 6:55 AM, Francesco Cristofori <[email protected]> wrote: > Hi everybody, > since this is my first post please let me introduce myself. > > My name is Francesco, I'm a 37 yo IT coordinator in a midsized > manufacturing firm in northern Italy. I worked some years as a *nix > sysadmin, and I foght against many unuseful monitoring tools that just told > me that everything was broken when... everything was totally fu**ed up! :) > So I started looking for smart anomaly detection tools and algorithms, > that's how I heard about numenta and HTM theory. > > Now I'm trying to set up a test environment on Debian Jessie with > python-numpy-1.9.2 from experimental, since the Jessie package is too old. > > When I run the py.test in the nta.utils I get errors from rabbitmq during > the JSON tests : > > E ValueError: No JSON object could be decoded > > I think that it should be related to some rabbitmq plugin missing, here is > the output of "rabbitmq-plugins list" command : > debtest:/etc/rabbitmq# rabbitmq-plugins list > [e] amqp_client 3.3.5 > [ ] cowboy 0.5.0-rmq3.3.5-git4b93c2d > [ ] eldap 3.3.5-gite309de4 > [e] mochiweb 2.7.0-rmq3.3.5-git680dba8 > [ ] rabbitmq_amqp1_0 3.3.5 > [ ] rabbitmq_auth_backend_ldap 3.3.5 > [ ] rabbitmq_auth_mechanism_ssl 3.3.5 > [ ] rabbitmq_consistent_hash_exchange 3.3.5 > [ ] rabbitmq_federation 3.3.5 > [ ] rabbitmq_federation_management 3.3.5 > [E] rabbitmq_management 3.3.5 > [e] rabbitmq_management_agent 3.3.5 > [ ] rabbitmq_management_visualiser 3.3.5 > [ ] rabbitmq_mqtt 3.3.5 > [ ] rabbitmq_shovel 3.3.5 > [ ] rabbitmq_shovel_management 3.3.5 > [ ] rabbitmq_stomp 3.3.5 > [ ] rabbitmq_test 3.3.5 > [ ] rabbitmq_tracing 3.3.5 > [e] rabbitmq_web_dispatch 3.3.5 > [ ] rabbitmq_web_stomp 3.3.5 > [ ] rabbitmq_web_stomp_examples 3.3.5 > [ ] sockjs 0.3.4-rmq3.3.5-git3132eb9 > [e] webmachine 1.10.3-rmq3.3.5-gite9359c7 > > Any hint is appreciated. > > Thank you for all your efforts in this project, > Francesco. >
