Received: from ns2.digicool.com ([216.164.72.2]) by gandalf.digicool.com with
 SMTP (Microsoft Exchange Internet Mail Service Version 5.5.1960.3)
	id SG9622SG; Fri, 17 Sep 1999 20:47:58 -0400
Received: from origin.prima.com.ar (host000072.prima.com.ar [200.42.0.72])
	by ns2.digicool.com (8.8.7/8.8.7) with ESMTP id UAA28261
	for <michel@digicool.com>; Fri, 17 Sep 1999 20:40:52 -0400
Received: (from nobody@localhost)
	by origin.prima.com.ar (8.9.1a/8.9.1) id VAA23248;
	Fri, 17 Sep 1999 21:40:49 -0300 (GMT)
Date: Fri, 17 Sep 1999 21:40:49 -0300 (GMT)
Message-Id: <199909180040.VAA23248@origin.prima.com.ar>
X-Authentication-Warning: origin.prima.com.ar: nobody set sender to codelarvs
 using -f
From: <codelarvs@ciudad.com.ar>
To: Michel Pelletier <michel@digicool.com>
Subject: RE: RE: [Zope] Maximum zope database size BUG on Solaris
X-Sending-IP: 24.232.17.22

>
>
>> -----Original Message-----
>> From: codelarvs@ciudad.com.ar [mailto:codelarvs@ciudad.com.ar]
>> Sent: Thursday, September 16, 1999 5:28 PM
>> To: zope@zope.org
>> Subject: [Zope] Maximum zope database size BUG on Solaris
>> 
>> 
>> I have Zope 2.0.0 binary distribution on a SPARC SunOS 5.7.
>> My problem is that when the database grows up to 2gb and I try to 
>> keep adding files, Zope reports the folowing error:
>> 
>> " Zope has encountered an error while publishing this resource.
>> Error Type: OverflowError
>> Error Value: integer addition " 
>
>Please send the traceback.

Zope has encountered an error while publishing this
           resource. 

           Error Type: OverflowError
           Error Value: integer addition



           Troubleshooting Suggestions

                The URL may be incorrect. 
                The parameters passed to this resource may be
                incorrect. 
                A resource that this resource relies on may be
                encountering an error. 

           For more detailed information about the error, please refer
           to the HTML source for this page. 

           If the error persists please contact the site maintainer.
           Thank you for your patience. 




Traceback (innermost last):
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 214, in publish_module
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 179, in publish
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/Zope/__init__.py, line 201, in zpublisher_exception_hook
    (Object: ElementWithAttributes)
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 165, in publish
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZPublisher/mapply.py, line 160, in mapply
    (Object: manage_pasteObjects)
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZPublisher/Publish.py, line 102, in call_object
    (Object: manage_pasteObjects)
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/OFS/CopySupport.py, line 207, in manage_pasteObjects
    (Object: ElementWithAttributes)
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/OFS/CopySupport.py, line 399, in _getCopy
    (Object: ElementWithAttributes)
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZODB/ExportImport.py, line 288, in importFile
  File /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/lib/python/ZODB/FileStorage.py, line 511, in store
    (Object: /export/home/corelabs/Zope-2.0.0-solaris-2.6-sparc/var/Data.fs)
OverflowError: (see above)

