Roundup Tracker - Issues

Message1209

Author gregsf
Recipients
Date 2004-05-08.13:07:39
Message-id
In-reply-to
I can't get 0.7 to run with mysql. Simply upgrading a
tracker with
a mysql backend from 0.6.9 to 0.7 (including adding the
two lines to dbinit.py) resulted in an exception. The
HTML output is shown in the attached file.

I then tried a different strategie: Upgrading with
anydbm backend to 0.7 (works fine so far), then
exporting the tracker, changing the backend to mysql
and re-importing the tracker. This leads to the
following exception from roundup-admin import which is
similar to the other one.

mysql version is 4.0.18 standard

Traceback (most recent call last):
  File
"/usr/local/lib/python2.3/site-packages/roundup/admin.py",
line 1281, in run_command
    ret = function(args[1:])
  File
"/usr/local/lib/python2.3/site-packages/roundup/admin.py",
line 1122, in do_import
    cl.import_journals(reader)
  File
"/usr/local/lib/python2.3/site-packages/roundup/backends/rdbms_common.py",
line 2436, in import_journals
    self.db.setjournal(self.classname, nodeid, l)
  File
"/usr/local/lib/python2.3/site-packages/roundup/backends/rdbms_common.py",
line 1019, in setjournal
    journaltag, action, params)
  File
"/usr/local/lib/python2.3/site-packages/roundup/backends/rdbms_common.py",
line 1067, in save_journal
    self.cursor.execute(sql, entry)
  File
"/usr/lib/python2.3/site-packages/MySQLdb/cursors.py",
line 95, in execute
    return self._execute(query, args)
  File
"/usr/lib/python2.3/site-packages/MySQLdb/cursors.py",
line 114, in _execute
    self.errorhandler(self, exc, value)
  File
"/usr/lib/python2.3/site-packages/MySQLdb/connections.py",
line 33, in defaulterrorhandler
    raise errorclass, errorvalue
RuntimeError: maximum recursion depth exceeded
History
Date User Action Args
2009-02-03 14:20:42adminlinkissue950410 messages
2009-02-03 14:20:42admincreate