also, i got these messages in the log file. anything i should worry about? [1] tb [2] is caused by just viewing. there's no writes anywhere. and tb [3] stops zope cold. i can no longer add anything into zope unless i restart note - it seems there's a lot more competing writes compared to the same setup (2.2.5). thanks, and help! ---------tb------------ [1] 2001-04-01T00:09:33 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\00 0\357\201\002' Traceback (innermost last): File /usr/local/Zope-2.3.1-src/lib/python/ZODB/Connection.py, line 524, in set state ConflictError: ("'\\000\\000\\000\\000\\000\\357\\201\\002'", '<extension class BTrees.IIBTree.IITreeSet at 402312c0>') [2] 2001-04-01T02:08:47 INFO(0) Z2 CONFLICT Competing writes at, /Current_News/BH/Se ction/indexahad_html Traceback (innermost last): File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/mapply.py, line 160, in m apply (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/OFS/DTMLMethod.py, line 189, in __ca ll__ (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/DocumentTemplate/DT_In.py, line 649, in renderwob (Object: Catalog(mypub='BH',mysec=mysec,myday='Sunday')) File /usr/local/Zope-2.3.1-src/lib/python/DocumentTemplate/DT_Util.py, line 33 4, in eval (Object: Catalog(mypub='BH',mysec=mysec,myday='Sunday')) (Info: mysec) File <string>, line 0, in ? File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/ZCatalog.py, line 535, in searchResults (Object: Traversable) File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/Catalog.py, line 6 51, in searchResults File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/Catalog.py, line 5 42, in _indexedSearch File /usr/local/Zope-2.3.1-src/lib/python/SearchIndex/UnIndex.py, line 404, in _apply_index File /usr/local/Zope-2.3.1-src/lib/python/ZODB/Connection.py, line 524, in set state ConflictError: ("'\\000\\000\\000\\000\\000\\357\\201\\002'", '<extension class BTrees.IIBTree.IITreeSet at 402312c0>') [3[ 2001-03-31T23:31:27 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\00 0\356\300\243' Traceback (innermost last): File /usr/local/Zope-edit/lib/python/ZODB/Connection.py, line 532, in setstate UnpicklingError: unpickling stack underflow -----Original Message----- From: Bak @ kedai <kedai@kedai.com.my> To: zope@zope.org <zope@zope.org> Date: Sunday, April 01, 2001 3:34 AM Subject: [Zope] zope 2.3.1 and zcatalog
hello all i upgraded my site from 2.2.5 to 2.3.1. convert the catalog to the latest (manage_convertBTrees)
i can search, and do stuff. but from the ZMI, i cannot update the catalog. i got Name error.[1]
setup - zeo, zope 2.3.1 linux(rh) thanks
----[1]------ <STRONG>Error Type: NameError</STRONG><BR> <STRONG>Error Value: manage_catalogReindex</STRONG><BR>
<!-- Traceback (innermost last): File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/Zope-edit/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-edit/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_catalogReindex) File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_catalogReindex) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/ZCatalog.py, line 325, in manage_catalogReindex (Object: Traversable) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/ZCatalog.py, line 429, in catalog_object (Object: Traversable) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/Catalog.py, line 397, in catalogObject File /usr/local/Zope-edit/lib/python/Products/ZCatalog/Catalog.py, line 504, in recordify File /usr/local/Zope-edit/lib/python/OFS/DTMLMethod.py, line 182, in __call__ (Object: update) File /usr/local/Zope-edit/lib/python/DocumentTemplate/DT_String.py, line 538, in __call__ (Object: update) File /usr/local/Zope-edit/lib/python/DocumentTemplate/DT_Util.py, line 334, in eval (Object: manage_catalogReindex(REQUEST,RESPONSE,URL1)) (Info: manage_catalogReindex) File <string>, line 0, in ? NameError: (see above)
_______________________________________________ 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 )
Can you tell us how you installed 2.3.1? Did you use an upgrade script? Or did you install it from a source or binary package? It would be very helpful additionally to have a Data.fs that showed these errors. - C ----- Original Message ----- From: "Bak @ kedai" <kedai@kedai.com.my> To: <zope@zope.org> Sent: Saturday, March 31, 2001 11:00 PM Subject: Re: [Zope] zope 2.3.1 and zcatalog
also, i got these messages in the log file. anything i should worry about? [1]
tb [2] is caused by just viewing. there's no writes anywhere.
and tb [3] stops zope cold. i can no longer add anything into zope unless i restart
note - it seems there's a lot more competing writes compared to the same setup (2.2.5). thanks, and help! ---------tb------------ [1] 2001-04-01T00:09:33 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\00 0\357\201\002' Traceback (innermost last): File /usr/local/Zope-2.3.1-src/lib/python/ZODB/Connection.py, line 524, in set state ConflictError: ("'\\000\\000\\000\\000\\000\\357\\201\\002'", '<extension class BTrees.IIBTree.IITreeSet at 402312c0>')
[2] 2001-04-01T02:08:47 INFO(0) Z2 CONFLICT Competing writes at, /Current_News/BH/Se ction/indexahad_html Traceback (innermost last): File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/mapply.py, line 160, in m apply (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/OFS/DTMLMethod.py, line 189, in __ca ll__ (Object: indexahad_html) File /usr/local/Zope-2.3.1-src/lib/python/DocumentTemplate/DT_In.py, line 649, in renderwob (Object: Catalog(mypub='BH',mysec=mysec,myday='Sunday')) File /usr/local/Zope-2.3.1-src/lib/python/DocumentTemplate/DT_Util.py, line 33 4, in eval (Object: Catalog(mypub='BH',mysec=mysec,myday='Sunday')) (Info: mysec) File <string>, line 0, in ? File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/ZCatalog.py, line 535, in searchResults (Object: Traversable) File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/Catalog.py, line 6 51, in searchResults File /usr/local/Zope-2.3.1-src/lib/python/Products/ZCatalog/Catalog.py, line 5 42, in _indexedSearch File /usr/local/Zope-2.3.1-src/lib/python/SearchIndex/UnIndex.py, line 404, in _apply_index File /usr/local/Zope-2.3.1-src/lib/python/ZODB/Connection.py, line 524, in set state ConflictError: ("'\\000\\000\\000\\000\\000\\357\\201\\002'", '<extension class BTrees.IIBTree.IITreeSet at 402312c0>')
[3[ 2001-03-31T23:31:27 ERROR(200) ZODB Couldn't load state for '\000\000\000\000\00 0\356\300\243' Traceback (innermost last): File /usr/local/Zope-edit/lib/python/ZODB/Connection.py, line 532, in setstate UnpicklingError: unpickling stack underflow
-----Original Message----- From: Bak @ kedai <kedai@kedai.com.my> To: zope@zope.org <zope@zope.org> Date: Sunday, April 01, 2001 3:34 AM Subject: [Zope] zope 2.3.1 and zcatalog
hello all i upgraded my site from 2.2.5 to 2.3.1. convert the catalog to the latest (manage_convertBTrees)
i can search, and do stuff. but from the ZMI, i cannot update the catalog. i got Name error.[1]
setup - zeo, zope 2.3.1 linux(rh) thanks
----[1]------ <STRONG>Error Type: NameError</STRONG><BR> <STRONG>Error Value: manage_catalogReindex</STRONG><BR>
<!-- Traceback (innermost last): File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/Zope-edit/lib/python/Zope/__init__.py, line 221, in zpublisher_exception_hook (Object: Traversable) File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/Zope-edit/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_catalogReindex) File /usr/local/Zope-edit/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_catalogReindex) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/ZCatalog.py, line 325, in manage_catalogReindex (Object: Traversable) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/ZCatalog.py, line 429, in catalog_object (Object: Traversable) File /usr/local/Zope-edit/lib/python/Products/ZCatalog/Catalog.py, line 397, in catalogObject File /usr/local/Zope-edit/lib/python/Products/ZCatalog/Catalog.py, line 504, in recordify File /usr/local/Zope-edit/lib/python/OFS/DTMLMethod.py, line 182, in __call__ (Object: update) File /usr/local/Zope-edit/lib/python/DocumentTemplate/DT_String.py, line 538, in __call__ (Object: update) File /usr/local/Zope-edit/lib/python/DocumentTemplate/DT_Util.py, line 334, in eval (Object: manage_catalogReindex(REQUEST,RESPONSE,URL1)) (Info: manage_catalogReindex) File <string>, line 0, in ? NameError: (see above)
_______________________________________________ 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 )
_______________________________________________ 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 )
On Tuesday 03 April 2001 02:07, Chris McDonough wrote:
Can you tell us how you installed 2.3.1? Did you use an upgrade script? Or did you install it from a source or binary package?
It would be very helpful additionally to have a Data.fs that showed these errors.
- C
hi chrism wondered where you were :) i did a clean install of the source. copied old Data.fs to new installation. start up, things looks ok, except owhen inputting data. i have the Data.fs, but i think i need to trim it down a bit. where do i send it? thanks -----------8<------------------- http://www.kedai.com.my/kk http://www.kedai.com.my/eZine http://www.zope.org/members/kedai How can I laugh tomorrow, if i can't even smile today.
participants (3)
-
bak -
Bak @ kedai -
Chris McDonough