Deleting Connection that hangs Zope
Hi Zope Fans, 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. If there were just a way to set it to not connect immediately, prior to startup, that should be sufficient. The general question is, "How do you access a Zope Object, without running Zope?" BTW, I take back everything I said about RDBMS Storages being superfluous . . . Thanks, Jerry S.
Hi Jerry, You could remove the adaptor Product from Zope the Zope Products folder and restart, the object will be broken, but deletable, then restore the Product and restart Zope. -steve
"Spicklemire," == Spicklemire, Jerry <Jerry.Spicklemire@IFLYATA.COM> writes:
Spicklemire,> Hi Zope Fans, Spicklemire,> Has anyone found a good way to delete a Database Spicklemire,> Connection that hangs Zope at startup? The Spicklemire,> connection seems to be waiting "forever", and so Spicklemire,> there is no access to the Zope interface, so of Spicklemire,> course I can't delete, or disable the offending Spicklemire,> object. Spicklemire,> If there were just a way to set it to not connect Spicklemire,> immediately, prior to startup, that should be Spicklemire,> sufficient. The general question is, "How do you Spicklemire,> access a Zope Object, without running Zope?" Spicklemire,> BTW, I take back everything I said about RDBMS Spicklemire,> Storages being superfluous . . . Spicklemire,> Thanks, Jerry S. Spicklemire,> _______________________________________________ Zope Spicklemire,> maillist - Zope@zope.org Spicklemire,> http://lists.zope.org/mailman/listinfo/zope ** No Spicklemire,> cross posts or HTML encoding! ** (Related lists - Spicklemire,> http://lists.zope.org/mailman/listinfo/zope-announce Spicklemire,> http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Spicklemire, Jerry -
Steve Spicklemire