4 Jan
2001
4 Jan
'01
10:01 p.m.
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