Hello Alex, Alex Turner wrote: > I am intermitantly getting the following error: > > Traceback (most recent call last): > File > "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/web/api.py", > line 339, in send_error > ... > return IterableCursor(self.cnx.cursor()) > File > "/usr/lib/python2.4/site-packages/Trac-0.11dev_r6621-py2.4.egg/trac/db/util.py", > line 78, in cursor > return IterableCursor(self.cnx.cursor()) > InterfaceError: connection already closed >
Intermittently, you mean something like the first access in the morning, after Trac has been idle for a while? Can you specify the version information for the db and the bindings you're using, as well as have a look in the log for errors related to the above one (the backtrace happens during a send_error, so if we're lucky we have the original error in the log). -- Christian --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Users" 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/trac-users?hl=en -~----------~----~----~----~------~----~------~--~---
