Evening all,

This is a sequel to the problem I had yesterday. I'm still getting
intermittent errors, but now I am able to get closer to the source. The
actual error thrown is:

StatementError: Can't reconnect until invalid transaction is rolled back
(original cause: InvalidRequestError: Can't reconnect until invalid
transaction is rolled back) 'SELECT users.password AS users_password,
users.id [rest of the SQL that gets user from database based on logged in
ID)

I understand that the problem means that somewhere an error has been thrown
but the session has not been rolled back. However, I'm not sure how I can
further identify the source. Does the above SQL relate to the session which
caused the original error, or just the statement that had the problem?

Thanks for any thoughts,
Ben

PS: I know that this as much SQLAlchemy as Pyramid, but I'm posting here
because I need to better understand how to trace the problem into my app

-- 
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.

Reply via email to