Issue 640926
Created on 2002-11-19 21:19 by anonymous, last changed 2002-11-26 00:38 by richard.
msg514 |
Author: [hidden] (anonymous) |
Date: 2002-11-19 21:19 |
|
I have been using roundup for a few weeks now and it is
very good. But one particular issue (number 37) in the
db has suddenly got a bit confused. A new message
was added to this issue using web interface. The next
time we did a "show all" we got a template error
complaining that this issue 37 did not exist. I checked
using roundup-admin and found that this issue has
appeared to have lost its creator and creation date (but
has everything else).
roundup> list issue creator
Traceback (most recent call last):
File "C:\ODT02L~1\PROG\PYTHON22\lib\site-
packages\roundup\admin.py", line 1131
, in run_command
ret = function(args[1:])
File "C:\ODT02L~1\PROG\PYTHON22\lib\site-
packages\roundup\admin.py", line 727,
in do_list
value = cl.get(nodeid, propname)
File "C:\ODT02L~1\PROG\PYTHON22\lib\site-
packages\roundup\backends\back_anydbm
.py", line 1026, in get
journal = self.db.getjournal(self.classname, nodeid)
File "C:\ODT02L~1\PROG\PYTHON22\lib\site-
packages\roundup\backends\back_anydbm
.py", line 514, in getjournal
raise IndexError, 'no such %s %s'%(classname,
nodeid)
IndexError: no such issue 37
roundup> spec issue
status: <roundup.hyperdb.Link to "status">
category: <roundup.hyperdb.Link to "category">
topic: <roundup.hyperdb.Multilink to "keyword">
assignedto: <roundup.hyperdb.Link to "user">
messages: <roundup.hyperdb.Multilink to "msg">
title: <roundup.hyperdb.String>
nosy: <roundup.hyperdb.Multilink to "user">
superseder: <roundup.hyperdb.Multilink to "issue">
files: <roundup.hyperdb.Multilink to "file">
priority: <roundup.hyperdb.Link to "priority">
roundup> display issue37
status: 6
category: 6
topic: ['4']
assignedto: None
messages: ['37', '197']
title: Restore quick setting for priorities: metro/rural
nosy: []
superseder: []
files: []
priority: 4
To fix this for now I have retired issue 37.
Any ideas as to what caused this? Any way this be
repaired rather than retired?
Thanks.
|
msg515 |
Author: [hidden] (richard) |
Date: 2002-11-26 00:38 |
|
Logged In: YES
user_id=6405
dupe
|
|
Date |
User |
Action |
Args |
2002-11-19 21:19:56 | anonymous | create | |
|