Hi list, again, asking for any clue about solving a problem.

Recently, I've been reported about a strange error in one of the Trac
Enviroments I administer. Here's the trace:

{{{
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 393,
in dispatch_request
    env.shutdown(threading._get_ident())
  File "/usr/lib/python2.4/site-packages/trac/env.py", line 187, in
shutdown
    DatabaseManager(self).shutdown(tid)
  File "/usr/lib/python2.4/site-packages/trac/db/api.py", line 79, in
shutdown
    self._cnx_pool.shutdown(tid)
  File "/usr/lib/python2.4/site-packages/trac/db/pool.py", line 159,
in shutdown
    self._cleanup(tid)
  File "/usr/lib/python2.4/site-packages/trac/db/pool.py", line 144,
in _cleanup
    if try_rollback(cnx): # non-poolable but same thread: close
  File "/usr/lib/python2.4/site-packages/trac/db/pool.py", line 61, in
try_rollback
    cnx.close()
  File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 545, in
close
    self.rollback()
  File "/usr/lib/python2.4/site-packages/sqlite/main.py", line 536, in
rollback
    self.db.execute("ROLLBACK")
DatabaseError: cannot rollback - no transaction is active
}}}

The problem has been reported to arise in ticket submiting (more than
once).

As you can see, the database backend is SQLite (Version:
2.8.17-0ubuntu1), and I'm using Trac 0.10.3.1, and once again, it has
been reported in only one Trac enviroment.

It is serious? Should I dump database and recreate it? Any recipe?

Thanks in advance,
--------------------------------------------------------
Johans Marvin Taboada Villca    -`^_^´- .o0O( 2007-04-24, Bienvenida
Bebecita )
--------------------------------------------------------
Adm. Laboratorio de Desarrollo de Software
Carreras de Informática y Sistemas
UMSS, Cochabamba
Bolivia
--------------------------------------------------------


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to