Hi Everyone,
I'm running the Django setup on a new install of CommCareHQ. The process
freezes when running the elasticsearch indexing with the command run_ptop
--all. It gets to the PhoneLogPillow. I stopped the operation and ran that
pillow independently. Below is the output. The system doesn't do anything
and I have to do a ctrl+c to escape the operation.
(python_env)cchq@nepalsmissing:~/www/nepalsmissing/code_root$
/home/cchq/www/nepalsmissing/python_env/bin/python manage.py run_ptop
--pillow-key phonelog
2014-07-23 05:26:29,795 INFO Raven is not configured (disabled). Please see
documentation for more information.
[pillowtop] Starting pillow processes
[pillowtop] all processes started, pids: [25299]
2014-07-23 05:26:29,896 INFO listener Starting pillow <class
'corehq.pillows.log.PhoneLogPillow'>
Questions:
- We're creating indexes, so does this matter?
- I keep getting the message that Raven is not configured. Is there a
standard Raven configuration that I need to activate somewhere?
Thank you!
Craig