RE: New in CVS: Monster patch for new threading model

"Bauer, Georg" <[email protected]> Wed, 4 Feb 2004 12:55:02 +0100
Newsgroups gmane.comp.pythin.pyds.devel
Message-ID <[email protected]>
Hi!

> I tried new version in CVS. And I got error in aggretator. The error
> message is below.

When did you get that error? In your eventlog after some time, or right away
from start? From the traceback it's in the thread initialization for the
background thread, so I assume it was in your eventlog? Is this error
reproduceable, or did it just occur once?

> Background thread exception exceptions.AttributeError: 
> CalendarTool instance has no attribute '_cache' Exception 
> instance __dict__: {'args': ("CalendarTool instance has no 
> attribute '_cache'",)}

This usually is a result of a tool not being properly initialized. In this
case the CalendarTool that manages the calendar storage isn't initialized
right and so breaks. Please try to run pyds-start with -f and -v. The -f
starts in foreground (it doesn't detach and so writes stuff to stdout) and
-v gives more verbose messages. You can see tool initializations and
deinitializations that way.

bye, Georg