if I have to create them cool, can someone post their manage.ini and
reclaim_tasks_ini and all the other service .ini files? reaper,
Verifier?
Thanks again for the help!
Much Appreciated!
BrianO
You'll want to fill in everything under [Database] except Driver and
Timeout, everything under [Email], and the log file location for each
script.
I'm also going to take a look at the code because the error you got
shouldn't happen even if the ini file is missing.
Matt
I couldn't find pythonini.
So I copied my db.ini as manager.ini
now I'm getting error about blurqt loader in the manager.py
> [root@blurdb bin]# python manager.py
> Fri Nov 18 14:26:14 2011:23881 :Traceback (most recent call last):
> Fri Nov 18 14:26:14 2011:23881 : File "manager.py", line 30, in <module>
> Fri Nov 18 14:26:14 2011:23881 : blurqt_loader()
> Fri Nov 18 14:26:14 2011:23881 :NameError: name 'blurqt_loader' is not defined
Matt
Where is blurqt_loader() defined?
Maybe I force python2.5 to look there for it.
Brian
I suspect you are trying to run an old manager from a checkout of
blur's repository, or maybe a really old one from arsenal.
Matt