Guest User

Untitled

a guest
Oct 26th, 2016
286
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.61 KB | None | 0 0
  1. Traceback (most recent call last):
  2.   File "<console>", line 1, in <module>
  3.   File "/opt/zenoss/Products/ZenModel/Device.py", line 1309, in setProdState
  4.     ret = super(Device, self).setProdState(state, maintWindowChange, REQUEST)
  5.   File "/opt/zenoss/Products/ZenModel/ManagedEntity.py", line 93, in setProdState
  6.     self.prodStateReindex()
  7.   File "/opt/zenoss/Products/ZenModel/ManagedEntity.py", line 112, in prodStateReindex
  8.     self.primaryAq().index_object()
  9.   File "/opt/zenoss/Products/ZenModel/Device.py", line 1904, in index_object
  10.     super(Device, self).index_object(idxs)
  11.   File "/opt/zenoss/Products/ZenModel/ZenModelRM.py", line 349, in index_object
  12.     cat.catalog_object(self, self.getPrimaryId(), idxs=idxs)
  13.   File "/opt/zenoss/lib/python/Products/ZCatalog/ZCatalog.py", line 476, in catalog_object
  14.     update_metadata=update_metadata)
  15.   File "/opt/zenoss/lib/python/Products/ZCatalog/Catalog.py", line 339, in catalogObject
  16.     blah = x.index_object(index, object, threshold)
  17.   File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 275, in index_object
  18.     if oldval is not None: self._unindex_object(documentId,oldval,val is None)
  19.   File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 304, in _unindex_object
  20.     self._unindexValue(documentId,val)
  21.   File "/opt/zenoss/lib/python/Products/ManagableIndex/FieldIndex.py", line 31, in _unindexValue
  22.     self._remove(val,documentId)
  23.   File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 504, in _remove
  24.     else: dl.remove(docId)
  25. KeyError: -1983347203
Advertisement
Add Comment
Please, Sign In to add comment