Edgewall Software

Changes between Initial Version and Version 3 of Ticket #5827


Ignore:
Timestamp:
Aug 6, 2007, 3:49:19 PM (17 years ago)
Author:
Alec Thomas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5827 – Description

    initial v3  
    11We're restoring after upgrading from FC6 to FC7. Attempts to start trac give a backtrace in the log. Looks like DatabaseManager cannot connect for some reason. I tried running trac-admin /xxx upgrade by hand. It exited without any complaint. The trac.ini for this site has
    22
    3   database=sqlit:db/trac.db
     3{{{
     4database=sqlit:db/trac.db
     5}}}
    46
    57Oddly, I have been able to dump most of the site using trac-admin. Unfortunately, trac-admin doesn't appear to have any way to dump tickets (now THAT is a bug), so simply creating a new site and reloading our state doesn't look like an option. Is there some way to dump the tickets short of re-installing trac on an FC6 system (which we will do, if we must)?
     
    1113Here is the traceback from the http error log:
    1214
     15{{{
    1316[Mon Aug 06 08:44:38 2007] [error] [client 192.168.1.40]   File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 391, in dispatch_request\n    env = _open_environment(env_path, run_once=run_once)
    1417[Mon Aug 06 08:44:38 2007] [error] [client 192.168.1.40]   File "/usr/lib/python2.5/site-packages/trac/web/main.py", line 58, in _open_environment\n    env_cache[env_path] = open_environment(env_path)
     
    2124[Mon Aug 06 08:44:38 2007] [error] [client 192.168.1.40]   File "/usr/lib/python2.5/site-packages/trac/db/sqlite_backend.py", line 160, in __init__\n    timeout=timeout)
    2225[Mon Aug 06 08:44:38 2007] [error] [client 192.168.1.40] SystemError: NULL result without error in PyObject_Call
     26}}}