Data.fs grows rapidly in size and crashes Zope !!!
Something very disturbing started happening the morning to one of my Zope servers. Does anyone have any analysis and suggested solution? My Zope 2.51 data.fs (which is normally very small at about 6mb) starts rapidly expanding in size until it exceeds 2GB file size limit and crashes Zope. This server, running on W2K has been stable for over three months. What could be going on? Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
Some application code (either via a recently installed product or changes to your own application code) is causing a persistent object to be written to the database too often. Use a "tranalyzer" script to figure out what this might be (http://www.zope.org/Members/htrd/tranalyzer). On Mon, 2002-11-04 at 13:04, hpinson@indepthl.com wrote:
Something very disturbing started happening the morning to one of my Zope servers. Does anyone have any analysis and suggested solution?
My Zope 2.51 data.fs (which is normally very small at about 6mb) starts rapidly expanding in size until it exceeds 2GB file size limit and crashes Zope. This server, running on W2K has been stable for over three months. What could be going on?
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
Have you looked at your Z2.log file? Maybe somebody is spamming your server. Or maybe something is triggering a loop of requests (like a redirect loop) that keeps posting data until the sucker fills up. You'll need to post more details before we can really help you. -Casey On Monday 04 November 2002 01:04 pm, hpinson@indepthl.com wrote:
Something very disturbing started happening the morning to one of my Zope servers. Does anyone have any analysis and suggested solution?
My Zope 2.51 data.fs (which is normally very small at about 6mb) starts rapidly expanding in size until it exceeds 2GB file size limit and crashes Zope. This server, running on W2K has been stable for over three months. What could be going on?
Harlow Pinson Indepth Learning Email: hpinson@indepthl.com Web: http://www.indepthl.com Voice: 505-994-2135 FAX: 208-475-7678
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (3)
-
Casey Duncan -
Chris McDonough -
hpinson@indepthl.com