Folder view error in ZMI
Just started getting an odd error on a folder. The folder contains lots of relatively small images; hundreds. The images continue to be displayed correctly when called individually. When clicking on the folder I am getting this error (on the page) and traceback (viewing the source): Error Type: KeyError Error Value: § ---------------------------------------------------------------------------- ---- Troubleshooting Suggestions This resource may be trying to reference a nonexistent object or variable §. 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. Traceback (innermost last): File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/AdminZope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: images) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/AdminZope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_main) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 324, in __call__ (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 354, in _bindAndExec (Object: manage_main) File /usr/local/AdminZope/lib/python/App/special_dtml.py, line 244, in _exec (Object: manage_main) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 711, in renderwob (Object: objectItems) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 839, in sort_sequence (Object: objectItems) File /usr/local/AdminZope/lib/python/ZODB/Connection.py, line 519, in setstate File /usr/local/AdminZope/lib/python/ZEO/ClientStorage.py, line 365, in load (Object: ('localhost', 8800)) File /usr/local/AdminZope/lib/python/ZEO/zrpc.py, line 239, in __call__ KeyError: (see above) Thanks ....Allen
This signifies an inconsistency in the storage that lies behind ZEO. Check the hardware that runs your ZEO server for disk problems or flakiness. Schmidt, Allen J. wrote:
Just started getting an odd error on a folder. The folder contains lots of relatively small images; hundreds. The images continue to be displayed correctly when called individually.
When clicking on the folder I am getting this error (on the page) and traceback (viewing the source):
Error Type: KeyError Error Value: §
---------------------------------------------------------------------------- ----
Troubleshooting Suggestions
This resource may be trying to reference a nonexistent object or variable §. 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.
Traceback (innermost last): File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/AdminZope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: images) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/AdminZope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_main) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 324, in __call__ (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 354, in _bindAndExec (Object: manage_main) File /usr/local/AdminZope/lib/python/App/special_dtml.py, line 244, in _exec (Object: manage_main) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 711, in renderwob (Object: objectItems) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 839, in sort_sequence (Object: objectItems) File /usr/local/AdminZope/lib/python/ZODB/Connection.py, line 519, in setstate File /usr/local/AdminZope/lib/python/ZEO/ClientStorage.py, line 365, in load (Object: ('localhost', 8800)) File /usr/local/AdminZope/lib/python/ZEO/zrpc.py, line 239, in __call__ KeyError: (see above)
Thanks ....Allen
_______________________________________________ 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 met the same error some weeks ago. If you have Versions in Zope, you should try to access it directly from your browser by entering its precise url followed by manage_edit and click on "Start working on version xxx". I don't know why that bug was, but it was not a disk problem, but after opening a version, I could enter Zope. Then I have exported the whole Zope site to another Zope server and it was working on the other. Than export it on that and import back to the original... -----Original Message----- From: zope-admin@zope.org [mailto:zope-admin@zope.org]On Behalf Of Chris McDonough Sent: 2002. január 29. 14:41 To: Schmidt, Allen J. Cc: Zope (E-mail) Subject: Re: [Zope] Folder view error in ZMI This signifies an inconsistency in the storage that lies behind ZEO. Check the hardware that runs your ZEO server for disk problems or flakiness. Schmidt, Allen J. wrote:
Just started getting an odd error on a folder. The folder contains lots of relatively small images; hundreds. The images continue to be displayed correctly when called individually.
When clicking on the folder I am getting this error (on the page) and traceback (viewing the source):
Error Type: KeyError Error Value: §
-------------------------------------------------------------------------- -- ----
Troubleshooting Suggestions
This resource may be trying to reference a nonexistent object or variable §. 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.
Traceback (innermost last): File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 223, in publish_module File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 187, in publish File /usr/local/AdminZope/lib/python/Zope/__init__.py, line 226, in zpublisher_exception_hook (Object: images) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 171, in publish File /usr/local/AdminZope/lib/python/ZPublisher/mapply.py, line 160, in mapply (Object: manage_main) File /usr/local/AdminZope/lib/python/ZPublisher/Publish.py, line 112, in call_object (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 324, in __call__ (Object: manage_main) File /usr/local/AdminZope/lib/python/Shared/DC/Scripts/Bindings.py, line 354, in _bindAndExec (Object: manage_main) File /usr/local/AdminZope/lib/python/App/special_dtml.py, line 244, in _exec (Object: manage_main) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 711, in renderwob (Object: objectItems) File /usr/local/AdminZope/lib/python/DocumentTemplate/DT_In.py, line 839, in sort_sequence (Object: objectItems) File /usr/local/AdminZope/lib/python/ZODB/Connection.py, line 519, in setstate File /usr/local/AdminZope/lib/python/ZEO/ClientStorage.py, line 365, in load (Object: ('localhost', 8800)) File /usr/local/AdminZope/lib/python/ZEO/zrpc.py, line 239, in __call__ KeyError: (see above)
Thanks ....Allen
_______________________________________________ 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 )
participants (3)
-
Chris McDonough -
e-Musty -
Schmidt, Allen J.