On Monday, September 30, 2013 4:33:20 AM UTC-7, Adam Gamble wrote: > Sorry if this has come up before – I couldn't spot it. > > Database works fine via shotgun, ruby or when running rspec. However, as > soon as I launch with foreman I get: > > Sequel::DatabaseError - SQLite3::SQLException: cannot rollback - no >> transaction is active >> > The only time I can see this happening is if the BEGIN statement did not actually get run, maybe because there was a PoolTimeout. In any case, if the BEGIN statement didn't run, then the ROLLBACK wouldn't do anything, and it's safe to ignore this error. To help in further diagnosis of the problem, please provide a self contained example, backtrace, and SQL log.
BTW, do you get this error for both the web and worker tasks, or just one of them? Are you running multiple web and/or worker tasks? Thanks, Jeremy -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
