Modify ↓
Opened 14 years ago
Closed 14 years ago
#9790 closed defect (cantfix)
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
Note: we are at 24% usage so should have plenty of space, but yet your server says out of disk space.
How to Reproduce
While doing a GET operation on /browser
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'path': '/'}
System Information
Trac | 0#11#6
|
Python | 2#5#4 #r254:67916, Dec 3 2009, 14:36:49# ##br## #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
|
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 229, in dispatch req.session.save## File "/usr/local/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/session.py", line 127, in save #self.last_visit, self.sid, authenticated## 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.
You may have run out of inodes on that filesysem. Also make sure your web server has write access to the database file and the containing directory.
Anyway, this is an InstallationIssue.