Modify ↓
Opened 18 years ago
Closed 18 years ago
#4362 closed defect (invalid)
database is full and can't login
Reported by: | 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 )
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 , 18 years ago
Description: | modified (diff) |
---|---|
Resolution: | → invalid |
Severity: | critical → normal |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Can you stop ? Thanks. See #4361.