Guest User

Untitled

a guest
May 5th, 2012
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. >>> reference_catalog.lookupObject(uuid='2d5509593d6796d5fb40ce783412611f')
  2. Traceback (most recent call last):
  3. File "<input>", line 1, in ?
  4. File "/opt/plone/buildout-cache/eggs/Products.Archetypes-1.5.16-py2.4.egg/Products/Archetypes/ReferenceEngine.py", line 446, in lookupObject
  5. obj = self._objectByUUID(uuid)
  6. File "/opt/plone/buildout-cache/eggs/Products.Archetypes-1.5.16-py2.4.egg/Products/Archetypes/ReferenceEngine.py", line 469, in _objectByUUID
  7. brains = tool(UID=uuid)
  8. File "/opt/plone/HealWA/parts/zope2/lib/python/Products/ZCatalog/ZCatalog.py", line 663, in searchResults
  9. return self._catalog.searchResults(REQUEST, used, **kw)
  10. File "/opt/plone/HealWA/parts/zope2/lib/python/Products/ZCatalog/Catalog.py", line 738, in searchResults
  11. return self.search(args, sort_index, reverse, sort_limit, _merge)
  12. File "/opt/plone/HealWA/parts/zope2/lib/python/Products/ZCatalog/Catalog.py", line 477, in search
  13. r = _apply_index(request)
  14. File "/opt/plone/HealWA/parts/zope2/lib/python/Products/PluginIndexes/common/UnIndex.py", line 393, in _apply_index
  15. set=index.get(key, None)
  16. File "/opt/plone/buildout-cache/eggs/ZODB3-3.8.4-py2.4-linux-x86_64.egg/ZODB/Connection.py", line 808, in setstate
  17. raise ConnectionStateError(msg)
  18. ConnectionStateError: Shouldn't load state for 0xb8c9 when the connection is closed
Advertisement
Add Comment
Please, Sign In to add comment