[Zope-CMF] TextIndexNG / Catalog question
Kevin Carlson
khcarlso@bellsouth.net
Tue, 01 Apr 2003 15:06:11 -0500
I upgraded to 1.09 which installed fine. After restarting Zope I get the
following error message when trying to access the Indexes tab (to
rebuild the SearchableText index) of the portal_catalog. Any ideas on
why this is happening? I get a similar error when attempting to update
the catalog from the Advanced tab of the portal_catalog management page...
*Error Type: AttributeError*
*Error Value: set*
<!-- traceback ---------------------------
<p>Traceback (innermost last):
<ul>
<li> Module ZPublisher.Publish, line 98, in publish</li>
<li> Module ZPublisher.mapply, line 88, in mapply</li>
<li> Module ZPublisher.Publish, line 39, in call_object</li>
<li> Module Products.ZCatalog.ZCatalog, line 284, in manage_catalogClear</li>
<li> Module Products.ZCatalog.Catalog, line 85, in clear</li>
</ul>AttributeError: clear
Andreas Jung wrote:
> Upgrade to TextIndexNG 1.09
>
> --On Dienstag, 1. April 2003 12:09 Uhr -0500 Kevin Carlson
> <khcarlso@bellsouth.net> wrote:
>
>> Hi all,
>>
>> I am trying to delete a record from the portal_catalog and am receiving
>> the following error (traceback also below):
>>
>> *Error Type: KeyError*
>> *Error Value: 373883674
>>
>> *I am using context. context.portal_catalog.uncatalogCase(catID) to
>> delete the record. It would appear the the object doesn't exist, but it
>> does. In this case, catID = 'Unknown FF Plaintiff v. Koninklijke Ahold,
>> N.V., et al.' -- is there any reason that the numerous punctuation
>> marks
>> in the id would cause a problem?
>>
>> The index that is having trouble deleting this record is the
>> SearchableText index and is based on TextIndexNG v1.07. Zope is 2.6.0
>> with CMF 1.2.
>>
>> Thanks!****
>>
>> Traceback (innermost last):
>>
>> * Module ZPublisher.Publish, line 98, in publish
>> * Module ZPublisher.mapply, line 88, in mapply
>> * Module ZPublisher.Publish, line 39, in call_object
>> * Module Shared.DC.Scripts.Bindings, line 252, in __call__
>> * Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec
>> * Module Products.PythonScripts.PythonScript, line 315, in _exec
>> * Module Script (Python), line 4, in test-script
>> *<PythonScript at /Blah/portal_skins/BlahAdmin/test-script>*
>> *Line 4*
>> * Module Shared.DC.Scripts.Bindings, line 252, in __call__
>> * Module Shared.DC.Scripts.Bindings, line 283, in _bindAndExec
>> * Module Products.PythonScripts.PythonScript, line 315, in _exec
>> * Module Script (Python), line 1, in uncatalogDBRecord
>> *<PythonScript at /Blah/portal_catalog/uncatalogDBRecord>*
>> *Line 1*
>> * Module Products.ZCatalog.ZCatalog, line 530, in uncatalog_object
>> * Module Products.ZCatalog.Catalog, line 377, in uncatalogObject
>> * Module Products.TextIndexNG.TextIndexNG, line 403, in
>> unindex_object
>> * Module Products.TextIndexNG.storages.StandardStorage, line 74, in
>> removeDocument
>>
>>
>>
>>
>> _______________________________________________
>> Zope-CMF maillist - Zope-CMF@zope.org
>> http://mail.zope.org/mailman/listinfo/zope-cmf
>>
>> See http://collector.zope.org/CMF for bug reports and feature requests
>
>
>
>
>
>