Hi Andi, You are right about the second trace, I found the place where a view that was closed was accessed again as if it was still open.
Regarding reproduction of the problem, I would say it is not very easy, because of some installations needed. I have committed a special version into sandbox that reproduces the problem in my environment. Also, I am currently working with older version of Chandler (revision 15221, waiting for Phil's quick entry to become part of the main trunk). I believe that the following steps will reproduce the problem: 1) Install Phil's quick entry patch 2) Install the reports parcel from http://viewcvs.osafoundation.org/sandbox/vera/Chandler-ReportPlugin/?rev=1724<http://viewcvs.osafoundation.org/sandbox/vera/Chandler-ReportPlugin/reports/History.py?rev=1723&view=markup> 3) start chandler: a) create a fresh collection b) create a new Note item c) edit the body of the new item by any text and save the change. Make sure that the status of the item was changed to "Edited on ...". d) from the quick entry field run "/report" e) at this stage the error is supposed to appear 4) Revision http://viewcvs.osafoundation.org/sandbox/vera/Chandler-ReportPlugin/?rev=1725<http://viewcvs.osafoundation.org/sandbox/vera/Chandler-ReportPlugin/reports/History.py?rev=1723&view=markup> contains a fix, the error does not appear anymore. Thank you very much, Vera On 9/5/07, Andi Vajda <[EMAIL PROTECTED]> wrote: > > > On Wed, 5 Sep 2007, Vera wrote: > > > Please see two stack traces attached. > > Everything seems to work when only deleted items information is > retrieved by > > a view created outside the method, however, when I try to retrieve some > old > > values from items reusing the same view, the attached errors occur. > > Hi Vera, > > I took a look at your stack traces and there seems to be some fishy > business > going on. For instance, the second trace says: > > AttributeError: 'DBRepositoryView' object has no attribute > '_indexWriter' > > This can only be if the view is not open since openView() initializes this > attribute to None (or I'm missing something). Are you closing the view > some > place ? > > To make sense of the first stack trace I need to be able to reproduce the > problem myself. How easy is that ? > > Andi.. > >
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ Open Source Applications Foundation "chandler-dev" mailing list http://lists.osafoundation.org/mailman/listinfo/chandler-dev
