Changes between Initial Version and Version 3 of Ticket #8324


Ignore:
Timestamp:
Dec 20, 2010, 12:10:32 AM (13 years ago)
Author:
Ryan J Ollos
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8324 – Description

    initial v3  
     1DB backend is PostgreSQL 8.4.5.
     2
    13Upgrading Database
    24Creating bill_date table
    3 InternalError: current transaction is aborted, commands ignored until end of transaction block
     5!InternalError: current transaction is aborted, commands ignored until end of transaction block
     6
     7trac.log warnings and errors for this trac-admin run:
     8{{{
     9
     102010-12-19 13:16:43,119 Trac[console] ERROR: Exception in trac-admin command: Traceback (most recent call last):
     11
     12    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/admin/console.py", line 107, in one
     13
     14cmd
     15
     16    rv = cmd.Cmd.onecmd(self, line) or 0
     17
     18    File "/usr/local/lib/python2.6/cmd.py", line 218, in onecmd
     19
     20        return self.default(line)
     21
     22    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/admin/console.py", line 257, in def
     23
     24ault
     25
     26    return cmd_mgr.execute_command(*args)
     27
     28    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/admin/api.py", line 123, in execute
     29
     30_command
     31
     32    return f(*fargs)
     33
     34    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/env.py", line 790, in _do_upgrade
     35
     36        self.env.upgrade(backup=no_backup is None)
     37
     38    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/env.py", line 533, in upgrade
     39
     40        with_transaction(self)(participant.upgrade_environment)
     41
     42    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/trac/db/api.py", line 77, in transaction_wrapper
     43
     44        fn(ldb)
     45
     46    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/timingandestimationplugin/api.py", line 266, in upgrade_environment
     47
     48        self.do_db_upgrade()
     49
     50    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/timingandestimationplugin/api.py", line 114, in do_db_upgrade
     51
     52        dbhelper.set_system_value(self.env, self.db_version_key, self.db_version)
     53
     54    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/timingandestimationplugin/dbhelper.py", line 104, in set_system_value
     55
     56        value, key)
     57
     58    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/timingandestimationplugin/dbhelper.py", line 20, in execute_non_query
     59
     60        execute_in_trans(env, (sql, params))
     61
     62    File "build/bdist.freebsd-8.2-PRERELEASE-amd64/egg/timingandestimationplugin/dbhelper.py", line 58, in execute_in_trans
     63
     64        raise e
     65
     66InternalError?: current transaction is aborted, commands ignored until end of transaction block InternalError?: current transaction is aborted, commands ignored until end of transaction block
     67}}}