forked from hhucn/adhocracy.hhu_theme
-
Notifications
You must be signed in to change notification settings - Fork 0
Troubleshoot
Stefan Koenen edited this page Oct 18, 2012
·
3 revisions
Logging information for the Adhocracy Services are kept in: adhocracy_buildout/var/log
If you run into the situation, where no data is displayed:
- check the path solr is running from:
Command:
# ps aux | grep solr
Output:
skoenen 24361 0.0 0.1 38208 5752 ? S 13:07 0:00 /home/skoenen/adhocracy_buildout/bin/python /home/skoenen/adhocracy_buildout/bin/solr-instance fg
skoenen 28018 0.0 0.0 15112 908 pts/13 S+ 13:16 0:00 grep solr
If the path for python and solr-instance in the first line above is not the location of your buildout, you have to change the
/etc/init.d/adhocracy_services
in Line 13:
13 DIR="/home/skoenen/adhocracy_buildout/"