Re: [Zope-dev] web sites are keep crashing
Hi, The site error which i posted is fixed now. the image file was not present in the specified location. After discussions with others in this board, I realized that all the 3 sites are crashing not because of this error. I would like to restate my issue clearly. We have 3 sites running in the same web server. In one of them, i migrated the database from ZODB to mySQL. After uploading the migrated site back, all the sites are crashing very often. There is no documentation available. I have fair experience in zope development. but not in hosting. Any help is highly appreciated. Thanks, Babylakshmi On Fri, Aug 26, 2011 at 9:30 PM, <zope-dev-request@zope.org> wrote:
Send Zope-Dev mailing list submissions to zope-dev@zope.org
To subscribe or unsubscribe via the World Wide Web, visit https://mail.zope.org/mailman/listinfo/zope-dev or, via email, send a message with subject or body 'help' to zope-dev-request@zope.org
You can reach the person managing the list at zope-dev-owner@zope.org
When replying, please edit your Subject line so it is more specific than "Re: Contents of Zope-Dev digest..."
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" <charlie.clark@clark-consulting.eu> Subject: Re: [Zope-dev] web sites are keep crashing To: zope-dev@zope.org Message-ID: <op.v0tpa9f55mynk9@fuchsia.local> Content-Type: text/plain; charset=utf-8; format=flowed; delsp=yes
Am 26.08.2011, 15:27 Uhr, schrieb Babylakshmi Muthusamy <babylakshmimani@gmail.com>:
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 in /usr/local/zope/PPD/architecture/domains/
BTW. as you say you are new to Zope, what documentation have you been given.
Charlie -- Charlie Clark Managing Director Clark Consulting & Research German Office Helmholtzstr. 20 D?sseldorf D- 40215 Tel: +49-211-600-3657 Mobile: +49-178-782-6226
------------------------------
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev
(To receive general Zope announcements, see: https://mail.zope.org/mailman/listinfo/zope-announce
For non-developer, user-level issues, zope@zope.org, https://mail.zope.org/mailman/listinfo/zope )
End of Zope-Dev Digest, Vol 97, Issue 29 ****************************************
-----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 you mean that you re-wrote your application to use MySQL directly (maybe via Products.ZMySQLDA)?
After uploading the migrated site back, all the sites are crashing very often.
"Crashing" seems to imply that your Zope server is stopping: the indivdual sites you serve from that serve can't "crash", per se. Or do you mean that they are displaying error pages? If the Zope server process is actually stopping, there may be something in the error log which helps diagnose the problem. If there is nothing in the error log, then it seems likely that your server is segfaulting (maybe due to a bug in the MySQL library, or else it is built improperly). In that case, you might learn something by running the server in the foreground (e.g, 'bin/zopectl fg', instead of 'bin/zopectl start'), or with coredumps enabled. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAk5ZAgcACgkQ+gerLs4ltQ74qgCeLodVOTuV+G59rJk76zFncqnI OaUAn19SEnaQvVj9kCw0ow25SNisXlbT =A3Wv -----END PGP SIGNATURE-----
participants (2)
-
Babylakshmi Muthusamy -
Tres Seaver