[Zope-dev] web sites are keep crashing

Tres Seaver tseaver at palladion.com
Sat Aug 27 10:41:11 EDT 2011


-----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 at 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-----



More information about the Zope-Dev mailing list