[Zope] Deleting Connection that hangs Zope
Dieter Maurer
dieter@handshake.de
Thu, 4 Jan 2001 23:01:49 +0100 (CET)
Spicklemire, Jerry writes:
> Has anyone found a good way to delete a Database Connection that hangs Zope
> at startup? The connection seems to be waiting "forever", and so there is no
> access to the Zope interface, so of course I can't delete, or disable the
> offending object.
You may try to make the "connect" of your database adapter
temporarily a no-op (by changing the source and putting in
a return).
This may let you enter your Zope again and fix the strange
object.
Dieter