Dear Invenio team, I am installing invenio-1.0.0 with Scientific Linux release 6.2 (Carbon), pythpn 2.6, apacha 2.2.15. Its kernel is Linux inveniobak 2.6.32-220.7.1.el6.x86_64 .
I follow the installation instruction http://invenio-software.org/wiki/Installation/InvenioOnSLC5 I can access my invenio webpage, I can login with admin account. But, my bibsched does not work. I start bibsched sudo -u apache /opt/invenio/bin/bibsched start starting bibsched: pid 13335 But the bibsched die immediatly after I start it. I saw the error message in log file more /opt/invenio/var/log/bibsched.err Traceback (most recent call last): File "/opt/invenio/bin/bibsched", line 33, in <module> main() File "/usr/lib/python2.6/site-packages/invenio/bibsched.py", line 1345, in main 'monitor': monitor} [cmd] (verbose) File "/usr/lib/python2.6/site-packages/invenio/bibsched.py", line 1147, in start sched.watch_loop() File "/usr/lib/python2.6/site-packages/invenio/bibsched.py", line 980, in watch_loop calculate_rows() File "/usr/lib/python2.6/site-packages/invenio/bibsched.py", line 950, in calculate_rows raise StandardError('BibTask with ERRORS:\n%s' % "\n".join(errors)) StandardError: BibTask with ERRORS: #5 bibrank -> ERROR more /opt/invenio/var/log/apache.err [Thu Apr 12 17:31:31 2012] [error] Exception KeyError: KeyError(139695622698976,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored [Thu Apr 12 17:31:31 2012] [error] Exception KeyError: KeyError(139695622698976,) in <module 'threading' from '/usr/lib64/python2.6/threading.pyc'> ignored I do not know what cause the problem. Could you please give help? Thanks a lot, Regards, Lanxin

