#3191: exception when modifying issue type
---------------------------+------------------------------------------------
 Reporter:  anonymous      |       Owner:  jonas
     Type:  defect         |      Status:  new  
 Priority:  normal         |   Milestone:       
Component:  ticket system  |     Version:  0.9.5
 Severity:  normal         |    Keywords:       
---------------------------+------------------------------------------------
 I tried to edit an issue type of an already existing issue to a new
 issue_type
 and got an exception that claimed it was unable to open the database file.
 There was no actual problem with the database file as I was able to view
 existing tickets and even create new ones.

 I was using Trac 0.9.5 with sqlite 3.3.5 running under Apache 2.054 and
 Python 2.3.5 using cgi on Win2K sp4

 ----------- error info ------------

 Trac detected an internal error:
 unable to open database file

 Traceback (most recent call last):
   File "C:\Python23\Lib\site-packages\trac\web\cgi_frontend.py", line 130,
 in run
     dispatch_request(req.path_info, req, env)
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 139, in
 dispatch_request
     dispatcher.dispatch(req)
   File "C:\Python23\Lib\site-packages\trac\web\main.py", line 107, in
 dispatch
     resp = chosen_handler.process_request(req)
   File "C:\Python23\Lib\site-packages\trac\ticket\web_ui.py", line 189, in
 process_request
     self._do_save(req, db, ticket)
   File "C:\Python23\Lib\site-packages\trac\ticket\web_ui.py", line 347, in
 _do_save
     req.args.get('comment'), when=now, db=db)
   File "C:\Python23\Lib\site-packages\trac\ticket\model.py", line 226, in
 save_changes
     (self[name], self.id))
   File "C:\Python23\Lib\site-packages\sqlite\main.py", line 255, in
 execute
     self.rs = self.con.db.execute(SQL % parms)
 DatabaseError: unable to open database file

-- 
Ticket URL: <http://projects.edgewall.com/trac/ticket/3191>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to