My Zope server keeps on crashing everytime I try to pack the database with the following error: 2001-05-01T11:05:55 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000\034h', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000 \235', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000#_', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000#`', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000#\\', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*R', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*O', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*P', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*C', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*D', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000*B', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000)\311', '') ------ 2001-05-01T11:05:59 ERROR(200) ZODB FS FS21 ERROR: Bad reference to ('\000\000\0 00\000\000\000)\312', '') ------ 2001-05-01T11:06:00 ERROR(200) ZODB packing Traceback (innermost last): File /usr/home/khine/usr/local/Zope/lib/python/ZODB/DB.py, line 532, in pack File /usr/home/khine/usr/local/Zope/lib/python/ZODB/FileStorage.py, line 1239, in pack (Object: /usr/home/khine/usr/local/Zope/var/Data.fs) MemoryError: My Setup Zope Version Zope 2.3.2b2 (source release, python 1.5.2, linux2) Python Version 2.0 (#2, Jan 8 2001, 16:54:34) [GCC 2.95.2 19991024 (release)] System Platform freebsd4 Any ideas Thanks ========================================= "Eternity is Time Time, eternity To see the two as opposite Is Man's Perversity" The Book of Angelus Silesius
Norman Khine wrote:
My Zope server keeps on crashing everytime I try to pack the database with the following error:
<snip>
------ 2001-05-01T11:06:00 ERROR(200) ZODB packing Traceback (innermost last): File /usr/home/khine/usr/local/Zope/lib/python/ZODB/DB.py, line 532, in pack File /usr/home/khine/usr/local/Zope/lib/python/ZODB/FileStorage.py, line 1239, in pack (Object: /usr/home/khine/usr/local/Zope/var/Data.fs) MemoryError:
Norman, I've seen you post errors like this a few times. You've got a chronic out-of-memory problem. All of the questions you've posted have to do with the fact that your Zope process for whatever reason is running out of RAM. Why that is happening, I'm not certain, but I remember that there was a suspicion that your ISP had a size limit on your process. Were you able to confirm this?
participants (2)
-
Chris McDonough -
Norman Khine