[Trac-tickets] [The Trac Project] #2824: Database is full on Windows system

The Trac Project noreply at edgewall.com
Wed Mar 1 11:06:18 CST 2006


#2824: Database is full on Windows system
----------------------------+-----------------------------------------------
 Reporter:  brk at jenkon.com  |       Owner:  jonas
     Type:  defect          |      Status:  new  
 Priority:  normal          |   Milestone:       
Component:  general         |     Version:  0.8.1
 Severity:  normal          |    Keywords:       
----------------------------+-----------------------------------------------
 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

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/2824>
The Trac Project <http://trac.edgewall.com/>


More information about the Trac-Tickets mailing list