[Zope] Zope hanging: internal ZODB error?

Michel Pelletier michel@digicool.com
Fri, 24 Mar 2000 00:46:27 -0800


Darran Edmundson wrote:
> 
> 
> <!--
>  Error type:  KeyError
>  Error value: 384
>  -->
> KeyError: (see above)


Update your Catalog and this will go away.

> The problem isn't in the publicationCatalog however, the following DTML snippet locks up my Zope completely:
> 
> <dtml-with jdl124>
> <dtml-with publications>
> <dtml-in "objectValues()">
>     <dtml-var id><br>
> </dtml-in>
> </dtml-with>
> </dtml-with>

Hmmm... where is this method?  Is it in jd1124?

-Michel