[Zope-Coders] startup problems

Andreas Jung Andreas Jung" <andreas@zope.com
Thu, 1 Nov 2001 15:12:46 -0500


I think I am the person in charge for this problem :-)

A fresh checkout of the trunk should work. The changes to Lexicon.py
are about two weeks old and one has seen this problem earlier.
Can you please investigate the value of self.SplitterFunc in Lexion.py
(line 230). The corresponding function should be Splitter()
in ZopeSplitter/__init__.py.

Andreas
----- Original Message -----
From: "Jeffrey P Shell" <jeffrey@cuemedia.com>
To: <zope-coders@zope.org>
Sent: Thursday, November 01, 2001 15:05
Subject: [Zope-Coders] startup problems


> On a fresh CVS (HEAD) Checkout + Build, on linux (Redhat 7.1, I
> believe), I'm getting the following in my debug.log for every Zope
> product when I attempt to start up::
>
> 2001-11-01T19:39:38 ERROR(200) Zope Couldn't install ZopeTutorial
> Traceback (innermost last):
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/OFS/Application.py,
> line 670, in install_product
>      (Object: cuemedia intranet)
>      (Info: ZopeTutorial)
>    File
>
/data/home/jeffrey/lib/zope/HEAD/lib/python/Products/ZopeTutorial/__init__.p
y,
>   line 128, in initialize
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/App/ProductContext.py,
> line 313, in registerHelpTopic
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/OFS/ObjectManager.py,
> line 326, in _setObject
>      (Object: Help)
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/HelpSys/HelpTopic.py,
> line 152, in manage_afterAdd
>      (Object: tutorialGlossary)
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/HelpSys/HelpTopic.py,
> line 165, in index_object
>      (Object: tutorialGlossary)
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/Products/ZCatalog/ZCatalog.py,
>   line 552, in catalog_object
>      (Object: catalog)
>    File
> /data/home/jeffrey/lib/zope/HEAD/lib/python/Products/ZCatalog/Catalog.py,
> line 439, in catalogObject
>    File
>
/data/home/jeffrey/lib/zope/HEAD/lib/python/Products/PluginIndexes/TextIndex
/
> TextIndex.py, line 380, in index_object
>      (Object: SearchableText)
>    File
>
/data/home/jeffrey/lib/zope/HEAD/lib/python/Products/PluginIndexes/TextIndex
/
> Lexicon.py, line 230, in Splitter
> TypeError: function takes at most 2 arguments (3 given)
>
> Jeffrey P Shell, jeffrey@cuemedia.com
>
>
> _______________________________________________
> Zope-Coders mailing list
> Zope-Coders@zope.org
> http://lists.zope.org/mailman/listinfo/zope-coders
>