Here is the exception that Roundup raises:
EXCEPTION AT Thu Sep 1 04:40:30 2011
Traceback (most recent call last):
File "/usr/lib/pymodules/python2.6/roundup/scripts/roundup_server.py", line
192, in run_cgi
self.inner_run_cgi()
File "/usr/lib/pymodules/python2.6/roundup/scripts/roundup_server.py", line
368, in inner_run_cgi
tracker.Client(tracker, self, env).main()
File "/usr/lib/pymodules/python2.6/roundup/cgi/client.py", line 368, in main
self.db.close()
File "/usr/lib/pymodules/python2.6/roundup/backends/rdbms_common.py", line
1334, in close
self.sql_close()
File "/usr/lib/pymodules/python2.6/roundup/backends/back_sqlite.py", line 307,
in sql_close
self.conn.close()
OperationalError: unable to close due to unfinalised statements
I added some logging to the Roundup-Django login integration code, and it
doesn't seem to be the cause of the problem.
For now, I will just push this forward to the future. It would be good to be
find out what the minimal adjustments to stock Roundup you need to make to be
able to reproduce this bug. I can't seem to reproduce it on other Roundup
instances I find lying around the web.
|