Modify ↓
#6042 closed defect (duplicate)
Database full and access errors
| Reported by: | Owned by: | Jonas Borgström | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | |
| Severity: | normal | Keywords: | |
| Cc: | terekhov_mikhail@… | Branch: | |
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
What would cause a "database or disk full error on the server"?
Python Traceback
Traceback (most recent call last):
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib64/python2.4/site-packages/trac/web/auth.py", line 102, in process_request
self._do_logout(req)
File "/usr/lib64/python2.4/site-packages/trac/web/auth.py", line 161, in _do_logout
(req.authname, int(time.time()) - 86400 * 10))
File "/usr/lib64/python2.4/site-packages/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 255, in execute
self.rs = self.con.db.execute(SQL % parms)
DatabaseError: database or disk is full
Attachments (0)
Change History (2)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Resolution: | → duplicate |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



search:'"database or disk is full"'
Duplicate of #5695, #2824 …