Edgewall Software

Ticket #4362 (closed defect: invalid)

Opened 2 years ago

Last modified 2 years ago

database is full and can't login

Reported by: qlehmann@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: qlehmann@…

Description (last modified by eblot) (diff)

When I try to login, I get the following traceback. How should I solve the

problem?

 Python traceback
 Traceback (most recent call last):
   File "/usr/lib/python2.4/site-packages/trac/web/cgi_frontend.py", line
 131, in run
     dispatch_request(req.path_info, req, env)
   File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in
 dispatch_request
     dispatcher.dispatch(req)
   File "/usr/lib/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 119,
 in promote_session
     (self.req.authname, sid))
   File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 237, in
 execute
     self.con._begin()
   File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 503, in
 _begin
     self.db.execute("BEGIN")
 DatabaseError: database is full

Attachments

Change History

Changed 2 years ago by eblot

  • status changed from new to closed
  • resolution set to invalid
  • description modified (diff)
  • severity changed from critical to normal

Can you stop ? Thanks. See #4361.

Add/Change #4362 (database is full and can't login)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.