[web2py] Re: Error : unable to open database file

2014-07-02 Thread Sandeep Kumar
I checked for the multiple instances of web2py. There are 10 main processes running which should be actually scheduler workers.. i changed those to scheduler workers again with -K option. It seems the app is working fine. Thank you for your solution.. On Friday, 27 June 2014 12:33:38

[web2py] Re: Error : unable to open database file

2014-06-27 Thread Massimo Di Pierro
Do you have a background process? Do you have multiple web2py's running in the same instance? sqlite is not client server and each instance locks the database. If the database is locked for too long and another process/thread/request tries to access, it may timeout. On Thursday, 26 June 2014