Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8999 closed defect (duplicate)

Unable to add information to an existing ticket

Reported by: manish.mahanta@… Owned by:
Priority: normal Milestone:
Component: general Version:
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Christian Boos)

Error:- Trac detected an internal error: database or disk is full

Trace:-

Python traceback

Traceback (most recent call last):
  File "C:\Python243\lib\site-packages\trac\web\modpython_frontend.py", line 206, in handler
    dispatch_request(mpr.path_info, mpr, env)
  File "C:\Python243\lib\site-packages\trac\web\main.py", line 140, in dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python243\lib\site-packages\trac\web\main.py", line 108, in dispatch
    resp = chosen_handler.process_request(req)
  File "C:\Python243\lib\site-packages\trac\ticket\web_ui.py", line 190, in process_request
    self._do_save(req, db, ticket)
  File "C:\Python243\lib\site-packages\trac\ticket\web_ui.py", line 355, in _do_save
    req.args.get('comment'), when=now, db=db)
  File "C:\Python243\lib\site-packages\trac\ticket\model.py", line 219, in save_changes
    (self[name], self.id, name))
  File "C:\Python243\lib\site-packages\trac\db.py", line 219, in execute
    args or [])
  File "C:\Python243\lib\site-packages\trac\db.py", line 211, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database or disk is full

Attachments (0)

Change History (1)

comment:1 by Christian Boos, 14 years ago

Description: modified (diff)
Resolution: duplicate
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) 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.