Re: [Zope-dev] strange overflowerror long int too large to convert

2002-11-05 Thread Chris Withers
Tobias Herp wrote:

Hi,

we have a Zope-based (v2.5.0) editorial system running on a server of our
customer's; it uses a ZUserFolder to store eMail addresses of the top-level
users. Last week, an error turned up whenever the system tried to
automatically send a notification eMail, which said:

Error Type: OverflowError
Error Value: long int too large to convert


This reminds me of a thread taking place on [EMAIL PROTECTED] right now, maybe 
join there having read the archives?

cheers,

Chris - http://lists.zope.org/pipermail/zodb-dev/2002-November/003511.html


___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
http://lists.zope.org/mailman/listinfo/zope-announce
http://lists.zope.org/mailman/listinfo/zope )


Re: [Zope-dev] strange overflowerror long int too large to convert

2002-11-05 Thread Dieter Maurer
Tobias Herp writes:
  we have a Zope-based (v2.5.0) editorial system running on a server of our
  customer's; it uses a ZUserFolder to store eMail addresses of the top-level
  users. Last week, an error turned up whenever the system tried to
  automatically send a notification eMail, which said:
  
  Error Type: OverflowError
  Error Value: long int too large to convert
  ...
  (Object: /opt/zope/var/Data.fs)
File /data/opt/Zope-2.5.0-linux2-x86/lib/python/ZODB/FileStorage.py, line
  1902, in _loadBack
Look at line 1902 in FileStorage.py.

  There, something tries to convert a long int, but its value is too large.


Dieter

___
Zope-Dev maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope )