Opened 19 years ago
Closed 19 years ago
#2824 closed defect (invalid)
Database is full on Windows system
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.8.1 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
Note this is a Windows system. The disk the database is on did become full. Freeing space on the disk didn't fix the problem, however.
Traceback (most recent call last):
File "E:\python23\lib\site-packages\trac\core.py", line 531, in cgi_start
real_cgi_start()
File "E:\python23\lib\site-packages\trac\core.py", line 526, in real_cgi_start
dispatch_request(path_info, args, req, env)
File "E:\python23\lib\site-packages\trac\core.py", line 441, in dispatch_request
module.run()
File "E:\python23\lib\site-packages\trac\Module.py", line 44, in run
self.render()
File "E:\python23\lib\site-packages\trac\Report.py", line 419, in render
self.commit_changes(id)
File "E:\python23\lib\site-packages\trac\Report.py", line 163, in commit_changes
title, sql, description, id)
File "E:\python23\lib\site-packages\sqlite\main.py", line 255, in execute
self.rs = self.con.db.execute(SQL % parms)
DatabaseError: database is full
Nevermind, someone else is filling the disk as fast as I'm cleaning it up. Sorry.