Modify ↓
Opened 18 years ago
Closed 18 years ago
#5695 closed defect (invalid)
Error page upon logging into trac
| Reported by: | anonymous | 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 recieve an error page after logging in. Here's the trace:
Python Traceback
Traceback (most recent call last):
File "/usr/share/python-support/trac/trac/web/main.py", line 387, in dispatch_request
dispatcher.dispatch(req)
File "/usr/share/python-support/trac/trac/web/main.py", line 237, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/share/python-support/trac/trac/web/auth.py", line 100, in process_request
self._do_login(req)
File "/usr/share/python-support/trac/trac/web/auth.py", line 139, in _do_login
"VALUES (%s, %s, %s, %s)", (cookie, remote_user,
File "/usr/share/python-support/trac/trac/db/util.py", line 50, in execute
return self.cursor.execute(sql_escape_percent(sql), args)
File "/usr/share/python-support/trac/trac/db/sqlite_backend.py", line 56, in execute
args or [])
File "/usr/share/python-support/trac/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
return function(self, *args, **kwargs)
OperationalError: database or disk is full
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Description: | modified (diff) |
|---|---|
| Priority: | high → normal |
| Resolution: | → invalid |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Well, as you can read at the bottom of the traceback: the server's disk is full and there is nothing Trac can do here.
Ask the server admin to free some space on the disk.