Issue 72: sqlite3 "unable to close due to.." error
http://code.google.com/p/django-hotclub/issues/detail?id=72
New issue report by ericdrex:
I have a clean, up-to-date Pinax and Django SVN, Ubuntu Hardy, Python 2.5.
{{{
$ cd django-hotclub/pinax
$ rm dev.db
$ ./manage.py syncdb
$ ./manage.py runserver
...
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 278, in run
self.result = application(self.environ, self.start_response)
File "/usr/lib/python2.5/site-packages/django/core/servers/basehttp.py",
line 635, in __call__
return self.application(environ, start_response)
File "/usr/lib/python2.5/site-packages/django/core/handlers/wsgi.py",
line 246, in __call__
signals.request_finished.send(sender=self.__class__)
File "/usr/lib/python2.5/site-packages/django/dispatch/dispatcher.py",
line 148, in send
response = receiver(signal=self, sender=sender, **named)
File "/usr/lib/python2.5/site-packages/django/db/__init__.py", line 46,
in close_connection
connection.close()
File
"/usr/lib/python2.5/site-packages/django/db/backends/sqlite3/base.py", line
158, in close
BaseDatabaseWrapper.close(self)
File "/usr/lib/python2.5/site-packages/django/db/backends/__init__.py",
line 51, in close
self.connection.close()
OperationalError: Unable to close due to unfinalised statements
[26/Sep/2008 03:09:25] "GET /profiles/e/ HTTP/1.1" 500 1087
}}}
This type of error appears on several pages:
* /profile/detail
* /tweets
* elsewhere maybe?
Does NOT happen with ./manage.py testserver!
Django docs indicate that this type of error is associated with permissions
problems on db file, however this doesn't seem to be the problem. Searching
I found fero reported possibly the same issue on 9/15 in #django.
Is anyone else experiencing this? It must be a platform dependent problem?
Issue attributes:
Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pinax-updates" 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/pinax-updates?hl=en
-~----------~----~----~----~------~----~------~--~---