Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2015-10-06 17:44:38,935 INFO zen.Job: Job e6f7f1e0-9e1a-4305-9d34-b3878fd796a2 (Products.ZenModel.ZDeviceLoader.DeviceCreationJob) received
- 2015-10-06 17:44:38,967 INFO zen.Job: Beginning job Add Device Products.ZenModel.ZDeviceLoader.DeviceCreationJob
- 2015-10-06 17:44:39,312 ERROR zen.Job: Encountered error. Rolling back initial device add.
- Traceback (most recent call last):
- File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 232, in _run
- device = createDevice()
- File "/opt/zenoss/lib/python/ZODB/transact.py", line 44, in g
- r = f(*args, **kwargs)
- File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 228, in createDevice
- deviceProps)
- File "/opt/zenoss/Products/ZenModel/ZDeviceLoader.py", line 135, in load_device
- **deviceProperties)
- File "/opt/zenoss/Products/ZenModel/Device.py", line 117, in manage_createDevice
- device = deviceClass.createInstance(deviceName, performanceMonitor, manageIp)
- File "/opt/zenoss/Products/ZenModel/DeviceClass.py", line 167, in createInstance
- self.devices._setObject(devId, dev)
- File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 128, in _setObject
- self.addRelation(object)
- File "/opt/zenoss/Products/ZenRelations/ToManyContRelationship.py", line 121, in addRelation
- notify(ObjectAddedEvent(o, self, obj.getId()))
- File "/opt/zenoss/lib/python/zope/event/__init__.py", line 31, in notify
- subscriber(event)
- File "/opt/zenoss/lib/python/zope/component/event.py", line 24, in dispatch
- zope.component.subscribers(event, None)
- File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
- return sitemanager.subscribers(objects, interface)
- File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
- return self.adapters.subscribers(objects, provided)
- File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
- subscription(*objects)
- File "/opt/zenoss/lib/python/zope/component/event.py", line 32, in objectEventNotify
- zope.component.subscribers((event.object, event), None)
- File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
- return sitemanager.subscribers(objects, interface)
- File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
- return self.adapters.subscribers(objects, provided)
- File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
- subscription(*objects)
- File "/opt/zenoss/Products/Zuul/catalog/events.py", line 79, in onObjectAdded
- notify(IndexingEvent(ob))
- File "/opt/zenoss/lib/python/zope/event/__init__.py", line 31, in notify
- subscriber(event)
- File "/opt/zenoss/lib/python/zope/component/event.py", line 24, in dispatch
- zope.component.subscribers(event, None)
- File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
- return sitemanager.subscribers(objects, interface)
- File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
- return self.adapters.subscribers(objects, provided)
- File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
- subscription(*objects)
- File "/opt/zenoss/lib/python/zope/component/event.py", line 32, in objectEventNotify
- zope.component.subscribers((event.object, event), None)
- File "/opt/zenoss/lib/python/zope/component/_api.py", line 136, in subscribers
- return sitemanager.subscribers(objects, interface)
- File "/opt/zenoss/lib/python/zope/interface/registry.py", line 336, in subscribers
- return self.adapters.subscribers(objects, provided)
- File "/opt/zenoss/lib/python/zope/interface/adapter.py", line 583, in subscribers
- subscription(*objects)
- File "/opt/zenoss/Products/Zuul/catalog/events.py", line 49, in onIndexingEvent
- update_metadata=event.update_metadata)
- File "/opt/zenoss/Products/Zuul/catalog/global_catalog.py", line 401, in catalog_object
- ZCatalog.catalog_object(self, ob, uid, **kwargs)
- File "/opt/zenoss/lib/python/Products/ZCatalog/ZCatalog.py", line 476, in catalog_object
- update_metadata=update_metadata)
- File "/opt/zenoss/lib/python/Products/ZCatalog/Catalog.py", line 339, in catalogObject
- blah = x.index_object(index, object, threshold)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 256, in index_object
- val= self._evaluate(obj)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 609, in _evaluate
- return getattr(self,'_combine_' + combiner)(l,object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/KeywordIndex.py", line 66, in _combine_union
- sv= self._standardizeValue(v,object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/KeywordIndex.py", line 76, in _standardizeValue
- set= self._SETTYPE([st for st in [self._standardizeTerm(t,object) for t in value] if st is not None])
- File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 568, in _standardizeTerm
- value = self._prenormalizeTerm(value, object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/ManagableIndex.py", line 591, in _prenormalizeTerm
- return normalizer._normalize(value, object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 132, in _normalize
- return evaluator._evaluate(value,object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 86, in _evaluate
- v= EvalAndCall.inheritedAttribute('_evaluate')(self,value,object)
- File "/opt/zenoss/lib/python/Products/ManagableIndex/Evaluation.py", line 58, in _evaluate
- return expr(context)
- File "/opt/zenoss/lib/python/zope/tales/expressions.py", line 217, in __call__
- return self._eval(econtext)
- File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 147, in _eval
- ob = self._subexprs[-1](econtext)
- File "/opt/zenoss/lib/python/zope/tales/expressions.py", line 124, in _eval
- ob = self._traverser(ob, element, econtext)
- File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 77, in boboAwareZopeTraverse
- request=request)
- File "/opt/zenoss/lib/python/zope/traversing/adapters.py", line 136, in traversePathElement
- return traversable.traverse(nm, further_path)
- File "/opt/zenoss/lib/python/zope/traversing/adapters.py", line 50, in traverse
- raise LocationError(subject, name)
- LocationError: (1000, 'lower')
- 2015-10-06 17:44:39,319 ERROR zen.Job: Job e6f7f1e0-9e1a-4305-9d34-b3878fd796a2 raised exception
- 2015-10-06 17:44:39,319 ERROR zen.Job: <traceback object at 0x7ff5c453a5a8>
Advertisement
Add Comment
Please, Sign In to add comment