Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#3322 closed defect (invalid)

Invalid ticket

Reported by: anonymous Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.9.5
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

asdfasdf

Attachments (0)

Change History (2)

comment:1 by anonymous, 18 years ago

Resolution: invalid
Status: newclosed

got an error when creating the intertrac ticket, but just once:

Traceback (most recent call last):

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 314, in dispatch_request

dispatcher.dispatch(req)

File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 199, in dispatch

resp = chosen_handler.process_request(req)

File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 109, in process_request

self._do_create(req, db)

File "/usr/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 170, in _do_create

ticket.insert(db=db)

File "/usr/lib/python2.3/site-packages/trac/ticket/model.py", line 162, in insert

[self[name] for name in std_fields] +

File "/usr/lib/python2.3/site-packages/trac/db/util.py", line 47, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 44, in execute

args or [])

File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py", line 36, in _rollback_on_error

return function(self, *args, kwargs)

OperationalError: database is locked

comment:2 by Emmanuel Blot, 18 years ago

Summary: it works?Invalid ticket

About the locked database: this is a known issue - see #3016 for example

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.