I think is an authentication problem. Somehow security broke this. Please open a ticket.
On Monday, 26 November 2012 13:30:28 UTC-6, Mark wrote: > > After upgraded to 2.2.1 from 1.99.7, the crontab expire_sessions.py didn't > work with "web2py -Y -L options.py" > > There are too tasks in my crontab: > 0 4 * * * root *admin/backup > 0 5 * * * root **applications/admin/cron/expire_sessions.py > > The first backup cron is still running well. I try to > run expire_sessions.py in command line: > web2py -S admin -R applications/admin/cron/expire_sessions.py > web2py -S myapp -R applications/admin/cron/expire_sessions.py > > With "-S myapp" option, the expire_sessions.py did work for myapp, > but "-S admin" option didn't. > > Thanks, > Mark > --