Edgewall Software
Modify

Opened 17 years ago

Closed 17 years ago

#4362 closed defect (invalid)

database is full and can't login

Reported by: qlehmann@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.3
Severity: normal Keywords:
Cc: qlehmann@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Emmanuel Blot)

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 (0)

Change History (1)

comment:1 by Emmanuel Blot, 17 years ago

Description: modified (diff)
Resolution: invalid
Severity: criticalnormal
Status: newclosed

Can you stop ? Thanks. See #4361.

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.