29 Apr
2001
29 Apr
'01
5:30 p.m.
Erik Enge writes:
When, in my Zope Python Product, I call a method that does not exist, Zope dies, restarts and then is fine again. If something (another method or a browser perhaps) is calling this method again and again, Zope does a die, restart, rinse, repeat.
I think the problem is that it doesn't throw the necessary Exception, or that it actually throws it, but it is somehow captured by a try-except that I've put out somewhere, so it doesn't show. Very strange!
Even if the exception was captured, this should not cause Zope to die. Did you look in the log files? Have their been any core dumps? Dieter