Edgewall Software
Modify

Opened 15 years ago

Closed 14 years ago

#8569 closed defect (worksforme)

ProgrammingError: Cannot operate on a closed cursor.

Reported by: oezguen Owned by:
Priority: normal Milestone:
Component: database backend Version: 0.11.5rc2
Severity: normal Keywords: sqlite needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /timeline, Trac issued an internal error.

(please provide additional details here)

System Information

Trac 0.11.5rc2
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c9
SQLite 3.6.11
pysqlite 2.5.5
Genshi 0.5.1
mod_python 3.3.1
Subversion 1.6.3 (r38063)

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 222, in dispatch
    req.session.save()
  File "C:\Python25\Lib\site-packages\trac\web\session.py", line 97, in save
    (self.sid,))
  File "C:\Python25\Lib\site-packages\trac\db\util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "C:\Python25\Lib\site-packages\trac\db\sqlite_backend.py", line 58, in execute
    args or [])
  File "C:\Python25\Lib\site-packages\trac\db\sqlite_backend.py", line 50, in _rollback_on_error
    return function(self, *args, **kwargs)
ProgrammingError: Cannot operate on a closed cursor.

Attachments (0)

Change History (3)

comment:1 by Christian Boos, 15 years ago

Component: generaldatabase backend

Are you using any plugins? If yes, which ones?

comment:2 by Christian Boos, 15 years ago

Keywords: sqlite needinfo added

comment:3 by Christian Boos, 14 years ago

Resolution: worksforme
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.