Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Andreas Roedl said the following on 01/15/2009 12:46 PM: Try to set a timeout in your database.yml as described in the last post of this thread: http://www.ruby-forum.com/topic/138904 Done that. Restarted Passenger ... Still locked. Now it takes about 10 seconds to come back with the

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Sean Cribbs said the following on 01/15/2009 03:27 PM: Do you have a rogue/zombie process that has a lock on the SQLite3 db? I'd say sweep out any mongrel processes (or restart Apache if you're using Passenger) and try again. Its hosted at Dreamhost but I've tried killing everything in my ID

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Nate Turnage
On Thu, Jan 15, 2009 at 2:53 PM, Anton Aylward anton.aylw...@rogers.comwrote: Sean Cribbs said the following on 01/15/2009 03:27 PM: Do you have a rogue/zombie process that has a lock on the SQLite3 db? I'd say sweep out any mongrel processes (or restart Apache if you're using Passenger)

Re: [Radiant] Help!! - SQLite3::BusyException (database is locked)

2009-01-15 Thread Anton Aylward
Nate Turnage said the following on 01/15/2009 03:27 PM: Ah, sorry. This begs the question then, is there any kind of way of accessing an SQLite from the terminal to run SQL statements on it? ./scripts/console production a = Page.find(:first) Yup, works. a.save Nope, busyexception