Edgewall Software
Modify

Ticket #5695 (closed defect: invalid)

Opened 5 years ago

Last modified 5 years ago

Error page upon logging into trac

Reported by: anonymous Owned by: jonas
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc:
Release Notes:
API Changes:

Description (last modified by eblot) (diff)

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

Change History

comment:1 Changed 5 years ago by eblot

  • Description modified (diff)
  • Priority changed from high to normal
  • Resolution set to invalid
  • Status changed from new to closed

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.

View

Add a comment

Modify Ticket

Change Properties
<Author field>
Action
as closed
The resolution will be deleted. Next status will be 'reopened'
to The owner will be changed from jonas. Next status will be 'closed'
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.