Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 17 years ago

#3587 closed defect (invalid)

error on login page -- database full

Reported by: charles@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.6
Severity: blocker Keywords: login, database
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

On login page, trac reports that the database is full. See Python traceback below.

  • Gentoo Linux
  • Main trac page works fine

Python traceback

Traceback (most recent call last):
  File "/usr/lib64/python2.4/site-packages/trac/web/fcgi_frontend.py", line 40, in _handler
    dispatch_request(req.path_info, req, env)
  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib64/python2.4/site-packages/trac/web/main.py", line 87, in dispatch
    req.session = Session(self.env, req, newsession)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 54, in __init__
    self.promote_session(sid)
  File "/usr/lib/python2.4/site-packages/trac/web/session.py", line 115, in promote_session
    "AND authenticated=0", (sid,))
  File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 237, in execute
    self.con._begin()
  File "/usr/lib64/python2.4/site-packages/sqlite/main.py", line 503, in _begin
    self.db.execute("BEGIN")
DatabaseError: database is full

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Resolution: invalid
Status: newclosed

my /tmp directory was too full

comment:2 by Emmanuel Blot, 17 years ago

Description: modified (diff)

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.