[Zope-CMF] IO Error when searching portal_catalog
Jeffrey P Shell
jeffrey@cuemedia.com
Wed, 20 Nov 2002 23:54:53 -0700
Since the last line of the traceback mentions a 'debug' method, that
method is probably directly printing a value, printing to 'stderr', or
(if behaving properly) logging to zLOG. Check your settings for the
STUPID_LOG_FILE (or EVENT_LOG_FILE in Zope 2.6) environment variables,
and make sure that the user running the Zope instance has permissions
to write that file.
On Wednesday, November 20, 2002, at 08:30 PM, Kevin Carlson wrote:
> I received an IO Error, [Errno 5] Input/output error, when I attempt to
> search the portal catalog on the word 'complaint'. I have yet to find
> another word that causes this problem -- in fact, if I enter
> 'complain', the
> error does not occur. The index I am searching is the SearchableText
> index
> which is an instance of a TextIndexNG index. The traceback is below.
> Anyone have any ideas?