[ZODB-Dev] [FileStorage] description too long error

2008-01-12 Thread Andreas Jung
Hi, running Zope 2.10.5 with Plone 3.0.5. While performing a workflow transition for all subjects within a tree (roughly about 3000 objects) I encountered the following error: :8080/20080112-123756/content_status_history Traceback (innermost last): Module ZPublisher.Publish, line 125, in

Re: [ZODB-Dev] [FileStorage] description too long error

2008-01-12 Thread Jim Fulton
On Jan 12, 2008, at 9:59 AM, Alan Runyan wrote: ... ZODB's error handling of transaction header length may be incorrect as well: the code in FileStorage.py: def _begin(self, tid, u, d, e): self._nextpos = 0 self._thl = TRANS_HDR_LEN + len(u) + len(d) + len(e) if self._thl