Edgewall Software
Modify

Ticket #2356 (closed defect: worksforme)

Opened 6 years ago

Last modified 5 years ago

pysqlite "database is full" error

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

Description (last modified by cboos) (diff)

Python traceback

Traceback (most recent call last):
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 531, in cgi_start
    real_cgi_start()
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 526, in real_cgi_start
    dispatch_request(path_info, args, req, env)
  File "/usr/local/lib/python2.4/site-packages/trac/core.py", line 433, in dispatch_request
    req.session = Session.Session(env, req, newsession)
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 51, in __init__
    self.get_session(sid)
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 114, in get_session
    self.update_sess_time()
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 99, in update_sess_time
    self['last_visit'] = sess_time
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 59, in __setitem__
    return self.set_var(key, val)
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 138, in set_var
    self.purge_expired()
  File "/usr/local/lib/python2.4/site-packages/trac/Session.py", line 175, in purge_expired
    "  AND var_value  < %i)", mintime)
  File "/usr/local/lib/python2.4/site-packages/sqlite/main.py", line 237, in execute
    self.con._begin()
  File "/usr/local/lib/python2.4/site-packages/sqlite/main.py", line 503, in _begin
    self.db.execute("BEGIN")
DatabaseError: database is full

Attachments

Change History

comment:1 Changed 6 years ago by cboos

  • Description modified (diff)
  • Resolution set to worksforme
  • Status changed from new to closed
  • Summary changed from error to pysqlite "database is full" error

This seems similar to pysqlite:ticket:28.

From there:

For reference, this is probably due to insufficient space in a /tmp partition.

and

I had this problem when my /var partition was full.

Please reopen if the problem persist after having cleaned-up
your /var and /tmp partitions.

comment:2 Changed 5 years ago by kubek2k

similar problem exists when your / is full (don't ask me why ;) )

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.