<font style="font-family: arial,sans-serif;" size="2">Hi all,<br>
on a fresh install of zope3.1final, and then again when running from
the latest update out of the Trunk, I end up with the following when I
attempt to register a catalog:<br>
<br>
</font><font style="font-family: arial,sans-serif;" size="2">ComponentLookupError: (&lt;InterfaceClass zope.app.intid.interfaces.IIntIds&gt;, '')<br>
<br>
the relevant portion of the traceback is:<br>
<br>
</font>
<pre style="font-family: arial,sans-serif;"><font size="2">Module zope.tales.tales, line 695, in evaluate<br>    return expression(self)<br>   - /home/jtaylor/zopetrunk/Zope3/src/zope/app/form/browser/add.pt<br>   - Line 19, Column 8
<br>   - Expression: &lt;PathExpr standard:u'view/update'&gt;<br>   - Names:<br>      {'args': (),<br>       'context': &lt;zope.app.catalog.catalog.Catalog object at 0xb39d33ac&gt;,<br>       'default': &lt;object object at 0xb7f9b540&gt;,
<br>       'loop': {},<br>       'nothing': None,<br>       'options': {},<br>       'repeat': {},<br>       'request': &lt;zope.publisher.browser.BrowserRequest instance URL=<a href="http://localhost:8080/++etc++site/default/SiteCatalog/addRegistration.html">
http://localhost:8080/++etc++site/default/SiteCatalog/addRegistration.html</a>&gt;,<br>       'template': &lt;zope.app.pagetemplate.viewpagetemplatefile.ViewPageTemplateFile object at 0xb69feaac&gt;,<br>       'usage': &lt;
zope.pagetemplate.pagetemplate.TemplateUsage object at 0xb394e8ec&gt;,<br>       'view': &lt;zope.app.pagetemplate.simpleviewclass.SimpleViewClass from <a href="http://add.pt">add.pt</a> object at 0xb394ea2c&gt;,<br>       'views': &lt;
zope.app.pagetemplate.viewpagetemplatefile.ViewMapper object at 0xb3956e8c&gt;}<br>  Module zope.tales.expressions, line 204, in __call__<br>    return self._eval(econtext)<br>  Module zope.tales.expressions, line 198, in _eval
<br>    return ob()<br>  Module zope.app.form.browser.add, line 62, in update<br>    self.createAndAdd(data)<br>  Module zope.app.form.browser.add, line 127, in createAndAdd<br>    notify(ObjectModifiedEvent(content, description))
<br>  Module zope.event, line 23, in notify<br>    subscriber(event)<br>  Module zope.app.event.dispatching, line 66, in dispatch<br>    for ignored in subscribers(event, None):<br>  Module zope.component, line 181, in subscribers
<br>    return sitemanager.subscribers(objects, interface)<br>  Module zope.component.site, line 89, in subscribers<br>    return self.adapters.subscribers(required, provided)<br>  Module zope.interface.adapter, line 487, in subscribers
<br>    subscribers = [subscription(*objects)<br>  Module zope.app.catalog.catalog, line 144, in reindexDocSubscriber<br>    id = zapi.getUtility(IIntIds, context=cat).queryId(ob)<br>  Module zope.component, line 257, in getUtility
<br>    raise ComponentLookupError(interface, name)<br>ComponentLookupError: (&lt;InterfaceClass zope.app.intid.interfaces.IIntIds&gt;, '')<br><br>I saw a similar post to this on the zope3-users list in sept sometime, but I wasn't working with catalogs then, so it didn't really stick out to me.
<br>url to the post is <a href="http://mail.zope.org/pipermail/zope3-users/2005-September/001073.html">here</a>.  not exactly the same issue I'm running into, but close.<br><br>Thanks!<br>Pete <br><br></font></pre>
<font style="font-family: arial,sans-serif;" size="2"><br>
</font>