Subject: RE: RE: [Zope] Maximum zope database size BUG on Solaris Date: Fri, 17 Sep 1999 21:40:49 -0300 (GMT) From: <codelarvs@ciudad.com.ar> To: Michel Pelletier <michel@digicool.com> This would be best answered by someone on the list who knows more about sunos then I do.
-----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)