Re: [Zope-dev] web sites are keep crashing

2011-08-27 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/26/2011 10:24 PM, Babylakshmi Muthusamy wrote: > We have 3 sites running in the same web server. In one of them, i > migrated the database from ZODB to mySQL. Do you mean that you migrated from Filestorage to RelStorage, backed by MySQL, or do

Re: [Zope-dev] web sites are keep crashing

2011-08-26 Thread Babylakshmi Muthusamy
quot; > > > Today's Topics: > > 1. Re: web sites are keep crashing (Charlie Clark) > > > -- > > Message: 1 > Date: Fri, 26 Aug 2011 15:34:11 +0200 > From: "Charlie Clark" > Subj

Re: [Zope-dev] web sites are keep crashing

2011-08-26 Thread Charlie Clark
Am 26.08.2011, 15:27 Uhr, schrieb Babylakshmi Muthusamy : > Hi AJ, > I have moved one of the site's database from ZODB to mysql. Should I > have to > change any of the configuration? Hi Babylakshimani, that change has nothing to do with the problem. Does your Zope-user have access to files

Re: [Zope-dev] web sites are keep crashing

2011-08-26 Thread Babylakshmi Muthusamy
Hi AJ, I have moved one of the site's database from ZODB to mysql. Should I have to change any of the configuration? Thanks, Babylakshmi On Thu, Aug 25, 2011 at 4:06 PM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > > > Babylakshmi Muthusamy wrote: > > > /usr/local/

Re: [Zope-dev] web sites are keep crashing

2011-08-25 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Babylakshmi Muthusamy wrote: > /usr/local/zope/ZoPe/lib/python/Products/PPD/Extensions/Fetch_Graph.py, > > line 349, in Make_Graph > Module PIL.Image, line 1717, in open IOError: [Errno 2] No such file > or directory: '/usr/local/zope/PPD/architect

Re: [Zope-dev] web sites are keep crashing

2011-08-25 Thread Lennart Regebro
On Thu, Aug 25, 2011 at 10:34, Babylakshmi Muthusamy wrote: > I would like to know whether we can change the proxy error to site error > which wont affect the uptime of the site. By default the proxy you have in front (Apache?) should not show 502 in these cases. This may be a problem in the conf

Re: [Zope-dev] web sites are keep crashing

2011-08-25 Thread Babylakshmi Muthusamy
Hi AJ, Thank you for your reply. I checked the error logs and found that site is showing proxy error rather than showing 'site error' where there were programmatic bugs. In the error log below, there is a image file missing. This breaks the site and shows 502 proxy error. I would like to know wh

Re: [Zope-dev] web sites are keep crashing

2011-08-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Look at the event.log file (or however it is called on your installation). In general find your 'log' folder first (sniff into your zope.conf file to figure out the location). - -aj Babylakshmi Muthusamy wrote: > Hi aj, > > Thanks for the immediate

Re: [Zope-dev] web sites are keep crashing

2011-08-24 Thread Babylakshmi Muthusamy
Hi aj, Thanks for the immediate reply. I am a newbie for zope. I don't know from where we can get those files. Could you please help me providing file paths? Thanks, Babylakshmi On Wed, Aug 24, 2011 at 1:04 PM, Andreas Jung wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > The first

Re: [Zope-dev] web sites are keep crashing

2011-08-24 Thread Andreas Jung
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 The first thing is provide accurate information like information from tracebacks, core dump files etc. - -aj Babylakshmi Muthusamy wrote: > Hi All, > > We have hosted 3 websites in a single web server with 4GB RAM. All > the three sites were built u

[Zope-dev] web sites are keep crashing

2011-08-24 Thread Babylakshmi Muthusamy
Hi All, We have hosted 3 websites in a single web server with 4GB RAM. All the three sites were built using zope. Almost every day the sites are crashing with 504-proxy error. The sites are up when i restart the httpd and zope. Why this happens all the time? Your help on fixing this issue is grea