Guest User

Zenoss Infrastructure Error

a guest
Jan 28th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.14 KB | None | 0 0
  1. Type: <type 'exceptions.KeyError'>
  2. Value: '/zport/dmd/Devices'
  3.  
  4.  
  5. Traceback (most recent call last):
  6. File "/opt/zenoss/lib/python/ZPublisher/Publish.py", line 126, in publish
  7. request, bind=1)
  8. File "/opt/zenoss/lib/python/ZPublisher/mapply.py", line 77, in mapply
  9. if debug is not None: return debug(object,args,context)
  10. File "/opt/zenoss/lib/python/ZPublisher/Publish.py", line 46, in call_object
  11. result=apply(object,args) # Type s<cr> to step into published object.
  12. File "/opt/zenoss/lib/python/Products/Five/browser/pagetemplatefile.py", line 125, in __call__
  13. return self.im_func(im_self, *args, **kw)
  14. File "/opt/zenoss/Products/ZenWidgets/FileGzipper.py", line 82, in __call__
  15. return original(self, __instance, *args, **keywords)
  16. File "/opt/zenoss/lib/python/Products/Five/browser/pagetemplatefile.py", line 59, in __call__
  17. sourceAnnotations=getattr(debug_flags, 'sourceAnnotations', 0),
  18. File "/opt/zenoss/lib/python/zope/pagetemplate/pagetemplate.py", line 132, in pt_render
  19. strictinsert=0, sourceAnnotations=sourceAnnotations
  20. File "/opt/zenoss/lib/python/zope/pagetemplate/pagetemplate.py", line 240, in __call__
  21. interpreter()
  22. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 266, in __call__
  23. self.interpret(self.program)
  24. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 338, in interpret
  25. handlers[opcode](self, args)
  26. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 883, in do_useMacro
  27. self.interpret(macro)
  28. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 338, in interpret
  29. handlers[opcode](self, args)
  30. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 941, in do_defineSlot
  31. self.interpret(slot)
  32. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 338, in interpret
  33. handlers[opcode](self, args)
  34. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 528, in do_optTag_tal
  35. self.do_optTag(stuff)
  36. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 513, in do_optTag
  37. return self.no_tag(start, program)
  38. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 508, in no_tag
  39. self.interpret(program)
  40. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 338, in interpret
  41. handlers[opcode](self, args)
  42. File "/opt/zenoss/lib/python/zope/tal/talinterpreter.py", line 615, in do_insertText_tal
  43. text = self.engine.evaluateText(stuff[0])
  44. File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 225, in evaluateText
  45. text = self.evaluate(expr)
  46. File "/opt/zenoss/lib/python/zope/tales/tales.py", line 696, in evaluate
  47. return expression(self)
  48. File "/opt/zenoss/lib/python/zope/tales/expressions.py", line 217, in __call__
  49. return self._eval(econtext)
  50. File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 155, in _eval
  51. return render(ob, econtext.vars)
  52. File "/opt/zenoss/lib/python/Products/PageTemplates/Expressions.py", line 117, in render
  53. ob = ob()
  54. File "/opt/zenoss/Products/ZenUI3/browser/pages.py", line 27, in getTrees
  55. deviceTree = method('/zport/dmd/Devices')
  56. File "<string>", line 2, in getTree
  57. File "/opt/zenoss/Products/Zuul/decorators.py", line 121, in serviceConnectionError
  58. return func(*args, **kwargs)
  59. File "/opt/zenoss/Products/Zuul/routers/device.py", line 98, in getTree
  60. tree = facade.getTree(id)
  61. File "/opt/zenoss/Products/Zuul/facades/__init__.py", line 109, in getTree
  62. return ITreeNode(obj)
  63. File "/opt/zenoss/lib/python/zope/component/hookable.py", line 33, in __call__
  64. return self.__implementation(*args, **kw)
  65. File "/opt/zenoss/lib/python/zope/component/hooks.py", line 115, in adapter_hook
  66. return siteinfo.adapter_hook(interface, object, name, default)
  67. File "/opt/zenoss/Products/Zuul/infos/device.py", line 39, in __init__
  68. super(DeviceOrganizerNode, self).__init__(ob, root, parent)
  69. File "/opt/zenoss/Products/Zuul/tree.py", line 43, in __init__
  70. brain = ICatalogTool(ob).getBrain(ob)
  71. File "/opt/zenoss/Products/Zuul/tree.py", line 241, in getBrain
  72. rid = cat.uids[path]
  73. KeyError: '/zport/dmd/Devices'
Advertisement
Add Comment
Please, Sign In to add comment