[Zope-DB] Zope 2.7.0 and MySQL: What Am I Missing?

Dieter Maurer dieter at handshake.de
Tue Jun 8 16:06:06 EDT 2004


Roy S. Rapoport wrote at 2004-6-8 00:15 -0700:
> ...
>My symptoms are that when I include this product, Zope runs for a moment,
>but as soon as I try a request, any request, it terminates the connection
>and then does not respond to connection attempts.  No information is logged
>in Z2.log.
>
>What am I missing?

You looked at the wrong logfile:

  "Z2.log" is the ZServer logfile. You get there a line
  for each completed request. Probably your Zope dies
  during the request -- therefore, you do not have
  a completed request.

  Look into "event.log". It may contain a hint.
  Not sure though.

If you work under a Unix variant (you did not tell us),
then you should try to allow the OS to write core files.
(See "ulimit" manual page). Let Zope crash and look
into the core (with "gdb").

-- 
Dieter



More information about the Zope-DB mailing list