Hi all, I have updated my zope 2.4.0 installation to a zope 2.4.3. Everythong seems to work, until i try to add a zcatalog, a squishdot product or a zdiscussion product, where i get Unpickeable error messages or object is not callable (on the squishdot). Do I have to re-install these products? if yes ... How do I re-install Zcatalog??? Thanks in advance Vicente Castelló
Vicente Castelló Ferrer wrote:
Do I have to re-install these products?
Zope isn't made by M$, so probably not...
Everythong seems to work, until i try to add a zcatalog, a squishdot product or a zdiscussion product, where i get Unpickeable error messages or object is not callable (on the squishdot).
Can you post the full error message please? cheers, Chris
Well, Zope is not made by M$ but zope is running on windows 2000 The errors are: 1) Squishdot product Site Error An error was encountered while publishing this resource. TypeError Zope Error Zope has encountered an error while publishing this resource. Error Type: TypeError Error Value: object is not callable: 2)CMF, ZUBB, Import, ZCatalog An error was encountered while publishing this resource. UnpickleableError Zope Error Zope has encountered an error while publishing this resource. Error Type: UnpickleableError Error Value: Cannot pickle objects ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions The URL may be incorrect. The parameters passed to this resource may be incorrect. A resource that this resource relies on may be encountering an error. For more detailed information about the error, please refer to the HTML source for this page. If the error persists please contact the site maintainer. Thank you for your patience. It does not give any information of traceback. AS I've told you, Zope is running on Windows 2000. Thanks Vicente -----Mensaje original----- De: zope-admin@zope.org [mailto:zope-admin@zope.org]En nombre de Chris Withers Enviado el: viernes, 25 de enero de 2002 10:02 Para: Vicente Castelló Ferrer CC: zope@zope.org Asunto: Re: [Zope] Unpckleable error Vicente Castelló Ferrer wrote:
Do I have to re-install these products?
Zope isn't made by M$, so probably not...
Everythong seems to work, until i try to add a zcatalog, a squishdot product or a zdiscussion product, where i get Unpickeable error messages or object is not callable (on the squishdot).
Can you post the full error message please? cheers, Chris _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I've managed to get the traceback errors for some of the products I try to install: These are the errors returned by zope: 1- Trying to install CMF SIte, ZCatalog, ZUBB, : Error Type: UnpickleableError Error Value: Cannot pickle objects Traceback (innermost last): File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 223, in publish_module File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 187, in publish File D:\DESARR~1\zope\lib\python\Zope\__init__.py, line 226, in zpublisher_exception_hook File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 175, in publish File D:\DESARR~1\zope\lib\python\Zope\__init__.py, line 240, in commit File D:\DESARR~1\zope\lib\python\ZODB\Transaction.py, line 302, in commit File D:\DESARR~1\zope\lib\python\ZODB\Connection.py, line 418, in commit (Info: (('Products.PluginIndexes.TextIndex.GlobbingLexicon', 'GlobbingLexicon'), '\x00\x00\x00\x00\x00\x00ah', '')) UnpickleableError: (see above) 2- Trying to install a squishdot site: Error Type: TypeError Error Value: object is not callable: Traceback (innermost last): File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 223, in publish_module File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 187, in publish File D:\DESARR~1\zope\lib\python\Zope\__init__.py, line 226, in zpublisher_exception_hook File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 171, in publish File D:\DESARR~1\zope\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_addSquishdot) File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_addSquishdot) File D:\Desarrollo\zope\lib\python\Products\Squishdot\__init__.py, line 49, in manage_addSquishdot File D:\Desarrollo\zope\lib\python\Products\Squishdot\SquishSite.py, line 386, in __init__ (Object: www) File D:\Desarrollo\zope\lib\python\Products\Squishdot\Utility.py, line 114, in addArt (Object: www) File D:\Desarrollo\zope\lib\python\Products\Squishdot\SquishSite.py, line 740, in addPosting (Object: www) File D:\Desarrollo\zope\lib\python\Products\Squishdot\Utility.py, line 174, in doAddPosting (Object: www) File D:\Desarrollo\zope\lib\python\Products\Squishdot\Posting.py, line 295, in edit File D:\Desarrollo\zope\lib\python\Products\Squishdot\Posting.py, line 72, in index File D:\Desarrollo\zope\lib\python\Products\ZCatalog\ZCatalog.py, line 554, in catalog_object (Object: www) File D:\Desarrollo\zope\lib\python\Products\ZCatalog\Catalog.py, line 439, in catalogObject File D:\Desarrollo\zope\lib\python\Products\PluginIndexes\TextIndex\TextIndex.py, line 369, in index_object (Object: textToSearch) File D:\Desarrollo\zope\lib\python\Products\PluginIndexes\TextIndex\GlobbingLexic on.py, line 307, in Splitter TypeError: (see above) 3- Trying to import: Traceback (innermost last): File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 223, in publish_module File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 187, in publish File D:\DESARR~1\zope\lib\python\Zope\__init__.py, line 226, in zpublisher_exception_hook (Object: mega) File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 171, in publish File D:\DESARR~1\zope\lib\python\ZPublisher\mapply.py, line 160, in mapply (Object: manage_importObject) File D:\DESARR~1\zope\lib\python\ZPublisher\Publish.py, line 112, in call_object (Object: manage_importObject) File D:\Desarrollo\zope\lib\python\OFS\ObjectManager.py, line 591, in manage_importObject (Object: mega) File D:\Desarrollo\zope\lib\python\OFS\ObjectManager.py, line 324, in _setObject (Object: mega) File D:\Desarrollo\zope\lib\python\OFS\ObjectManager.py, line 332, in manage_afterAdd File D:\Desarrollo\zope\lib\python\OFS\ObjectManager.py, line 332, in manage_afterAdd File D:\Desarrollo\zope\lib\python\Products\Squishdot\SquishSite.py, line 177, in manage_afterAdd File D:\Desarrollo\zope\lib\python\Products\Squishdot\SquishSite.py, line 167, in recatalogPostings File D:\Desarrollo\zope\lib\python\Products\Squishdot\Posting.py, line 72, in index File D:\Desarrollo\zope\lib\python\Products\ZCatalog\ZCatalog.py, line 554, in catalog_object File D:\Desarrollo\zope\lib\python\Products\ZCatalog\Catalog.py, line 439, in catalogObject File D:\Desarrollo\zope\lib\python\Products\PluginIndexes\TextIndex\TextIndex.py, line 369, in index_object File D:\DESARR~1\zope\lib\python\Products\PluginIndexes\TextIndex\Lexicon.py, line 225, in Splitter TypeError: (see above) Thanks, -----Mensaje original----- De: zope-admin@zope.org [mailto:zope-admin@zope.org]En nombre de Chris Withers Enviado el: viernes, 25 de enero de 2002 10:02 Para: Vicente Castelló Ferrer CC: zope@zope.org Asunto: Re: [Zope] Unpckleable error Vicente Castelló Ferrer wrote:
Do I have to re-install these products?
Zope isn't made by M$, so probably not...
Everythong seems to work, until i try to add a zcatalog, a squishdot product or a zdiscussion product, where i get Unpickeable error messages or object is not callable (on the squishdot).
Can you post the full error message please? cheers, Chris _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
participants (2)
-
Chris Withers -
Vicente Castelló Ferrer