On Tue, Nov 16, 2010 at 8:34 PM, Josh Kelley <[email protected]> wrote: > On Nov 16, 5:45 pm, Gustavo Narea <[email protected]> wrote: >> Thanks for the information. >> >> I couldn't find the message "Can't reconnect until invalid transaction >> is rolled back" in the output you pasted and I think the link to the >> FAQ refers to another type of issue. > > Sorry. There are actually two exceptions; the first I already posted, > and here's the second, with the "Can't reconnect until invalid > transaction is rolled back" error. > > http://pastie.org/1304673
I get that sometimes but I'm not using Repoze.who. For some reason SQLAlchemy leaves the transaction in a stuck state when an error occurs until you explicitly do session.rollback(). Except that by the time I get the error email the transaction is already over so there's nothing I can do about it anyway. -- Mike Orr <[email protected]> -- You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en.
