Guest User

Untitled

a guest
Oct 6th, 2015
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. 2015-10-06 17:44:38,935 INFO zen.Job: Job e6f7f1e0-9e1a-4305-9d34-b3878fd796a2 (Products.ZenModel.ZDeviceLoader.DeviceCreationJob) received
  2. 2015-10-06 17:44:38,967 INFO zen.Job: Beginning job Add Device Products.ZenModel.ZDeviceLoader.DeviceCreationJob
  3. 2015-10-06 17:44:39,312 ERROR zen.Job: Encountered error. Rolling back initial device add.
  4. Traceback (most recent call last):
  5. File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 232, in _run
  6. device = createDevice()
  7. File "/opt/zenoss/lib/python/ZODB/transact.py", line 44, in g
  8. r = f(*args, **kwargs)
  9. File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 228, in createDevice
  10. deviceProps)
  11. File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 135, in load_device
  12. **deviceProperties)
  13. File "/opt/zenoss/Products/ZenModel/Device.py", line 117, in manage_createDevice
  14. device = deviceClass.createInstance(deviceName, performanceMonitor, manageIp)
  15. File "/opt/zenoss/Products/ZenModel/DeviceClass.py", line 167, in createInstance
  16. self.devices._setObject(devId, dev)
  17. File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 128, in _setObject
  18. self.addRelation(object)
  19. File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 121, in addRelation
  20. notify(ObjectAddedEvent(o, self, obj.getId()))
  21. File "/opt/zenoss/lib/python/zope/event/__init__.py", line 31, in notify
  22. subscriber(event)
  23. File "/opt/zenoss/lib/python/zope/component/event.py", line 24, in dispatch
  24. zope.component.subscribers(event, None)
  25. File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
  26. return sitemanager.subscribers(objects, interface)
  27. File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
  28. return self.adapters.subscribers(objects, provided)
  29. File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
  30. subscription(*objects)
  31. File "/opt/zenoss/lib/python/zope/component/event.py", line 32, in objectEventNotify
  32. zope.component.subscribers((event.object, event), None)
  33. File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
  34. return sitemanager.subscribers(objects, interface)
  35. File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
  36. return self.adapters.subscribers(objects, provided)
  37. File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
  38. subscription(*objects)
  39. File "/opt/zenoss/Products/Zuul/catalog/events.py", line 79, in onObjectAdded
  40. notify(IndexingEvent(ob))
  41. File "/opt/zenoss/lib/python/zope/event/__init__.py", line 31, in notify
  42. subscriber(event)
  43. File "/opt/zenoss/lib/python/zope/component/event.py", line 24, in dispatch
  44. zope.component.subscribers(event, None)
  45. File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
  46. return sitemanager.subscribers(objects, interface)
  47. File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
  48. return self.adapters.subscribers(objects, provided)
  49. File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
  50. subscription(*objects)
  51. File "/opt/zenoss/lib/python/zope/component/event.py", line 32, in objectEventNotify
  52. zope.component.subscribers((event.object, event), None)
  53. File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
  54. return sitemanager.subscribers(objects, interface)
  55. File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
  56. return self.adapters.subscribers(objects, provided)
  57. File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
  58. subscription(*objects)
  59. File "/opt/zenoss/Products/Zuul/catalog/events.py", line 49, in onIndexingEvent
  60. update_metadata=event.update_metadata)
  61. File "/opt/zenoss/Products/Zuul/catalog/global_catalog.py", line 401, in catalog_object
  62. ZCatalog.catalog_object(self, ob, uid, **kwargs)
  63. File "/opt/zenoss/lib/python/Products/ZCatalog/ZCatalog.py", line 476, in catalog_object
  64. update_metadata=update_metadata)
  65. File "/opt/zenoss/lib/python/Products/ZCatalog/Catalog.py", line 339, in catalogObject
  66. blah = x.index_object(index, object, threshold)
  67. File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 256, in index_object
  68. val= self._evaluate(obj)
  69. File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 609, in _evaluate
  70. return getattr(self,'_combine_' + combiner)(l,object)
  71. File "/opt/zenoss/lib/python/Products/ManagableIndex/KeywordIndex.py", line 66, in _combine_union
  72. sv= self._standardizeValue(v,object)
  73. File "/opt/zenoss/lib/python/Products/ManagableIndex/KeywordIndex.py", line 76, in _standardizeValue
  74. set= self._SETTYPE([st for st in [self._standardizeTerm(t,object) for t in value] if st is not None])
  75. File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 568, in _standardizeTerm
  76. value = self._prenormalizeTerm(value, object)
  77. File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 591, in _prenormalizeTerm
  78. return normalizer._normalize(value, object)
  79. File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 132, in _normalize
  80. return evaluator._evaluate(value,object)
  81. File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 86, in _evaluate
  82. v= EvalAndCall.inheritedAttribute('_evaluate')(self,value,object)
  83. File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 58, in _evaluate
  84. return expr(context)
  85. File "/opt/zenoss/lib/python/zope/tales/expressions.py", line 217, in __call__
  86. return self._eval(econtext)
  87. File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 147, in _eval
  88. ob = self._subexprs[-1](econtext)
  89. File "/opt/zenoss/lib/python/zope/tales/expressions.py", line 124, in _eval
  90. ob = self._traverser(ob, element, econtext)
  91. File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
  92. request=request)
  93. File "/opt/zenoss/lib/python/zope/traversing/adapters.py", line 136, in traversePathElement
  94. return traversable.traverse(nm, further_path)
  95. File "/opt/zenoss/lib/python/zope/traversing/adapters.py", line 50, in traverse
  96. raise LocationError(subject, name)
  97. LocationError: (1000, 'lower')
  98. 2015-10-06 17:44:39,319 ERROR zen.Job: Job e6f7f1e0-9e1a-4305-9d34-b3878fd796a2 raised exception
  99. 2015-10-06 17:44:39,319 ERROR zen.Job: <traceback object at 0x7ff5c453a5a8>
Advertisement
Add Comment
Please, Sign In to add comment