Modify ↓
Opened 17 years ago
Closed 17 years ago
#6489 closed defect (invalid)
Database full
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
I am trying to run the link http://www.hisp.info/inf5750/wiki/MozBos → MozBos tickets and I get an error message: Database full. Please see the below Traceback.
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 406, in dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 243, in dispatch req.session.save() File "/usr/lib/python2.3/site-packages/trac/web/session.py", line 173, in save (self.sid, self.last_visit, authenticated)) File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 50, in execute return self.cursor.execute(sql_escape_percent(sql), args) File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 237, in execute self.con._begin() File "/usr/lib/python2.3/site-packages/sqlite/main.py", line 503, in _begin self.db.execute("BEGIN") !DatabaseError: database is full[[BR]]
How to solve this issue?
Attachments (0)
Change History (1)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Please contact the web administrator of this web site.
It is likely the disk -on which the Trac environment is stored- is full.
See also #6480.