Hi,

I did it, but now it is giving the following error:

The following problem occurred on <http://invenio.triumf.ca>

Registered exception
2008-12-03 09:56:03 -> StandardError: BibSched had to halt because at least a 
task is in status ERROR ({5L: ('bibrank', datetime.datetime(2008, 12, 3, 9, 55, 
49), 0)}) or DONE WITH ERRORS ({})

User details
No client information available

Traceback details
Forced traceback (most recent call last)
 File "/opt/cds-invenio/bin/bibsched", line 35, in ?
   main()
 File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1245, in main
   {'start':   start,
 File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 1091, in 
start
   sched.watch_loop()
Traceback (most recent call last):
 File "/usr/lib/python2.4/site-packages/invenio/bibsched.py", line 949, in 
watch_loop
   raise StandardError('BibSched had to halt because at least a task is in 
status ERROR (%s) or DONE WITH ERRORS (%s)' % (task_status['ERROR'], 
task_status['DONE WITH ERRORS']))
StandardError: BibSched had to halt because at least a task is in status ERROR 
({5L: ('bibrank', datetime.datetime(2008, 12, 3, 9, 55, 49), 0)}) or DONE WITH 
ERRORS ({})



Cheers,
Hossein



Tibor Simko wrote:
Hi Hossein:

On Wed, 03 Dec 2008, Tibor Simko wrote:
This is a harmless warning you can safely ignore.  We'll fix dbquery so
that it does not appear.

To fix the query on your site, you can do:

$ echo "ALTER TABLE schTASK CHANGE host host varchar(255) NOT NULL default '';" 
| \
   /opt/cds-invenio/bin/dbexec
$ echo "ALTER TABLE hstTASK CHANGE host host varchar(255) NOT NULL default '';" 
| \
   /opt/cds-invenio/bin/dbexec

Best regards

--
 _____  _____   _____  _   _  _   _  ____ Hossein Rafighi
|_   _||  _  \ |_   _|| | | || \_/ ||  __|TRIUMF, 4004 Wesbrook Mall
  | |  | |_|  )  | |  | | | ||     || |__ Vancouver BC, Canada, V6T 2A3
  | |  |  _  /   | |  | \_/ || \_/ ||  __|Voice: (604) 222-1047
  | |  | | \ \  _| |_ |     || | | || |   Fax:   (604) 222-1074
  |_|  |_|  \_\|_____| \___/ |_| |_||_|   Website: http://www.triumf.ca


Reply via email to