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

_______________________________________________
Zope maillist  -  [EMAIL PROTECTED]
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )

Reply via email to