Edgewall Software
Modify

Opened 14 years ago

Closed 14 years ago

#8915 closed defect (wontfix)

error encountered

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

Description (last modified by Remy Blank)

Below is a bug-report generated by your site and suggesting that a bug report be filed. I hope the information is useful.

Traceback (most recent call last):
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/var/lib/python-support/python2.5/trac/web/main.py", line 237, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracdiscussion/core.py", line 79, in process_request
    return api.render_discussion(req)
  File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 69, in render_discussion
    self._do_action(req, modes, group, forum, topic, message, is_moderator)
  File "build/bdist.linux-i686/egg/tracdiscussion/api.py", line 575, in _do_action
    new_author, new_subject, new_body):
  File "build/bdist.linux-i686/egg/tracdiscussion/spamfilter.py", line 40, in validate_topic
    FilterSystem(self.env).test(req, author, changes)
  File "build/bdist.linux-i686/egg/tracspamfilter/api.py", line 133, in test
    score, ['%s (%d): %s' % r for r in reasons]).insert()
  File "build/bdist.linux-i686/egg/tracspamfilter/model.py", line 138, in insert
    '\n'.join(self.reasons)))
  File "/var/lib/python-support/python2.5/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/var/lib/python-support/python2.5/trac/db/sqlite_backend.py", line 56, in execute
    args or [])
  File "/var/lib/python-support/python2.5/trac/db/sqlite_backend.py", line 48, in _rollback_on_error
    return function(self, *args, **kwargs)
OperationalError: database is locked

Attachments (0)

Change History (1)

comment:1 by Remy Blank, 14 years ago

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

PluginIssue and/or possibly one of the MostFrequentDuplicates.

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.