Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

#2824 closed defect (invalid)

Database is full on Windows system

Reported by: brk@… 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

Attachments (0)

Change History (1)

comment:1 by anonymous, 18 years ago

Resolution: invalid
Status: newclosed

Nevermind, someone else is filling the disk as fast as I'm cleaning it up. Sorry.

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.