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 > 65535

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

2008-01-12 Thread Alan Runyan
x27;Transaction note too large omitting %s' % str(note)) Note sure how description got to be > 64k-1. since in Plone it does not write the transaction note under such circumstance. cheers alan -- Forwarded message ------ From: Andreas Jung <[EMAIL PROTECTED] > Date: Jan 1

[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 pub