Edgewall Software
Modify

Opened 16 years ago

Closed 15 years ago

#7367 closed defect (wontfix)

Rollback error while creating new project

Reported by: Andrew Stromnov Owned by:
Priority: normal Milestone:
Component: admin/console Version: 0.11-stable
Severity: normal Keywords: needinfo
Cc: stromnov@… Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Error while creating new project.

Creating and Initializing Project
 Installing default wiki pages
 /usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/wiki/default-pages/WikiProcessors imported from WikiProcessors
Failed to initialize environment. cannot rollback - no transaction is active
Traceback (most recent call last):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/console.py", line 555, in do_initenv
    self._do_wiki_load(pages_dir, cursor)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/console.py", line 779, in _do_wiki_load
    if self._do_wiki_import(filename, page, cursor, create_only):
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/console.py", line 747, in _do_wiki_import
    cursor, (title, int(time.time()), data, title))
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/admin/console.py", line 171, in db_update
    cursor.execute(sql, params)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/util.py", line 50, in execute
    return self.cursor.execute(sql_escape_percent(sql), args)
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/sqlite_backend.py", line 58, in execute
    args or [])
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/sqlite_backend.py", line 52, in _rollback_on_error
    self.cnx.rollback()
  File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/db/sqlite_backend.py", line 194, in rollback
    self.cnx.rollback()
OperationalError: cannot rollback - no transaction is active

Attachments (0)

Change History (2)

comment:1 by Remy Blank, 16 years ago

Keywords: needinfo added

We need more information to track the cause of this issue. Could you please provide the versions of the various Trac dependencies: Python, Genshi, Subversion, SQLite, pysqlite.

comment:2 by Christian Boos, 15 years ago

Resolution: wontfix
Status: newclosed

Yes, without more info and a reproduction recipe, we can't do much here.

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.