Ticket #1695 (new defect)

Opened 3 years ago

ERROR Zope.ZCatalog uncatalogObject unsuccessfully attempted to uncatalog an object

Reported by: tracguest Assigned to: tziade
Priority: P2 Milestone: CPS 3.5.0
Component: CPSWiki Version: 3.4.1
Severity: minor Keywords:
Cc:

Description

I created a wiki in a workspace. Then I added 2 pages: test1 and test2. Then I delete the wiki. It was gone. OK, but the in the log there are the following entries: 2006-05-10T13:54:01 ERROR Zope.ZCatalog uncatalogObject unsuccessfully attempted to uncatalog an object with a uid of /prosult/workspaces/blabla/my_wiki/test1. ------ 2006-05-10T13:54:01 ERROR Zope.ZCatalog uncatalogObject unsuccessfully attempted to uncatalog an object with a uid of /prosult/workspaces/blabla/my_wiki/test2.

You'll get this with deleting anything. They seem harmless.

Harmless but inconvenient, deleting should be "clean" too. Usually it's a symptom something hasn't been done right somewhere. Here it seems the problem is with the way a wiki page was indexed with the catalog.

Florent