Re: [Radiant] rake db:bootstrap fails randomly

2008-08-11 Thread Mohit Sindhwani
* a bit of a bump - if someone has any advice, I'd be very happy * Thanks Mohit. Mohit Sindhwani wrote: Hi, I'm trying to create a new radiant project but whenever I do rake production db:bootstrap the process dies at different places. It executes a number of SQL statements and then crashes

Re: [Radiant] rake db:bootstrap fails randomly

2008-08-11 Thread Stephen Lombardo
Hi Mohit, In many cases unable to open database file errors in sqlite are symptoms of a permission problem where the process can't write to the data file or create temporary files (sqlite does this quite often, see http://www.sqlite.org/tempfiles.html). Can you check the permissions on the

Re: [Radiant] rake db:bootstrap fails randomly

2008-08-11 Thread Sean Cribbs
Mohit, It would be useful to document your platform(windows)/sqlite3 version/gem version on the wiki so that others can know that it's broken. Sorry you've been having so much trouble! Sean Mohit Sindhwani wrote: Mohit Sindhwani wrote: Stephen Lombardo wrote: Hi Mohit, In many cases

Re: [Radiant] rake db:bootstrap fails randomly

2008-08-11 Thread Mohit Sindhwani
Sean Cribbs wrote: Mohit, It would be useful to document your platform(windows)/sqlite3 version/gem version on the wiki so that others can know that it's broken. Sorry you've been having so much trouble! Sean Hi Sean I'm still not sure what broke it. Radiant 0.6.7 + sqlite3 1.2.2 with

[Radiant] rake db:bootstrap fails randomly

2008-08-10 Thread Mohit Sindhwani
Hi, I'm trying to create a new radiant project but whenever I do rake production db:bootstrap the process dies at different places. It executes a number of SQL statements and then crashes with an error like: rake aborted! SQLite3::SQLException: unable to open database file: UPDATE schema_info