Modify ↓
Opened 13 years ago
Closed 13 years ago
#10348 closed defect (duplicate)
OperationalError: database or disk is full
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.11.6 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
How to Reproduce
While doing a POST operation on /ticket/13
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'a67cea8cc3087f0705dade7c', 'action': u'leave', 'cnum': u'2', 'comment': u'Navigation options have been changed per request.\r\n\r\nThe sub-navigation options look kind of funny, since they are not aligned specifically with any of the main nav options (e.g., Courses, Events). Typically sub-navigation options when you hover over main navigation options.', 'field_cc': u'heikyungk@gmail.com', 'field_component': u'component1', 'field_description': u'Please remove the following tabs\r\n"coaching"\r\n\'body and mind\'\r\n\'creativity and play\'\r\nPlease create individual tabs for "courses" and then another for "events"\r\n\r\nThe term "personal economy\' might change too but for now, let\'s keep it....\r\n\r\nthinking that in the interest of time, perhaps this picture is better\r\nthan the white shirted one. what do you think? i will def have to do a\r\nphoto shoot in the next month, but since we want to let you get\r\nstarted on designing it out, perhaps we should start with this photo\r\n(attached)?\r\n', 'field_keywords': u'', 'field_milestone': u'milestone1', 'field_priority': u'critical', 'field_reporter': u'svn@anthrotech.com', 'field_summary': u'Navigation Changes', 'field_type': u'enhancement', 'field_version': u'1.0', 'id': u'13', 'replyto': u'', 'submit': u'Submit changes', 'ts': u'2011-09-08 21:18:26+00:00'}
User Agent was: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:6.0.2) Gecko/20100101 Firefox/6.0.2
System Information
Trac | 0.11.6
|
Python | 2.5.4 (r254:67916, Dec 3 2009, 14:36:49) [GCC 4.1.2 20080704 (Red Hat 4.1.2-46)]
|
setuptools | 0.6c11
|
SQLite | 3.3.6
|
pysqlite | 2.5.6
|
Genshi | 0.5.1
|
mod_wsgi | 3.1 (WSGIProcessGroup WSGIApplicationGroup %{GLOBAL})
|
Pygments | 1.1.1
|
Subversion | 1.6.6 (r40053)
|
RPC | 1.0.6
|
jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 450, in _dispatch_request dispatcher.dispatch(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 206, in dispatch resp = chosen_handler.process_request(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/web_ui.py", line 182, in process_request return self._process_ticket_request(req) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/web_ui.py", line 508, in _process_ticket_request self._do_save(req, ticket, action) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/web_ui.py", line 1022, in _do_save cnum=internal_cnum): File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/model.py", line 284, in save_changes (self.id, when_ts, author, cnum, comment)) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/util.py", line 64, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 80, in execute PyFormatCursor.execute(self, *args) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 59, in execute args or []) File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/db/sqlite_backend.py", line 51, in _rollback_on_error return function(self, *args, **kwargs) OperationalError: database or disk is full
Attachments (0)
Note:
See TracTickets
for help on using tickets.
InstallationIssue and duplicate (search:"database or disk is full?ticket=on").