Advertisement
Guest User

Untitled

a guest
Sep 30th, 2014
228
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.75 KB | None | 0 0
  1. zenpack --install ZenPacks.community.DellSNMPTransforms-1.0.egg
  2. 2014-09-30 10:23:57,105 INFO zen.ZPLoader: Loading /opt/zenoss/ZenPacks/ZenPacks.community.DellSNMPTransforms-1.0.egg/ZenPacks/community/DellSNMPTransforms/objects/objects.xml
  3. 2014-09-30 10:23:57,884 WARNING zen.AddToPack: Unable to find context path /zport/dmd/Mibs/Dell/mibs (line 1240 ?) for MIB-Dell-10892
  4. 2014-09-30 10:23:57,885 WARNING zen.AddToPack: Not committing any changes
  5. 2014-09-30 10:23:57,886 ERROR zen.ZenPackCMD: Error installing ZenPack ZenPacks.community.DellSNMPTransforms-1.0.egg
  6. Traceback (most recent call last):
  7. File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 247, in InstallEggAndZenPack
  8. fromUI=fromUI)
  9. File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 477, in InstallDistAsZenPack
  10. zenPack, deferFileDeletion, existing = transactional_actions()
  11. File "/opt/zenoss/lib/python/ZODB/transact.py", line 44, in g
  12. r = f(*args, **kwargs)
  13. File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 436, in transactional_actions
  14. zenPack.install(dmd)
  15. File "/opt/zenoss/Products/ZenModel/ZenPack.py", line 240, in install
  16. loader.load(self, app)
  17. File "/opt/zenoss/Products/ZenModel/ZenPackLoader.py", line 106, in load
  18. importer.loadObjectFromXML(xmlfile=f)
  19. File "/opt/zenoss/Products/ZenRelations/ImportRM.py", line 481, in loadObjectFromXML
  20. parser.parse(self.infile)
  21. File "/opt/zenoss/lib/python/_xmlplus/sax/expatreader.py", line 109, in parse
  22. xmlreader.IncrementalParser.parse(self, source)
  23. File "/opt/zenoss/lib/python/_xmlplus/sax/xmlreader.py", line 123, in parse
  24. self.feed(buffer)
  25. File "/opt/zenoss/lib/python/_xmlplus/sax/expatreader.py", line 216, in feed
  26. self._parser.Parse(data, isFinal)
  27. File "/opt/zenoss/lib/python/_xmlplus/sax/expatreader.py", line 312, in start_element
  28. self._cont_handler.startElement(name, AttributesImpl(attrs))
  29. File "/opt/zenoss/Products/ZenRelations/ImportRM.py", line 161, in startElement
  30. 'attributes:\n%s' % formattedAttrs)
  31. Exception: Unable to create object using the following attributes:
  32. * id: /zport/dmd/Mibs/Dell/mibs/MIB-Dell-10892
  33. * module: Products.ZenModel.MibModule
  34. * class: MibModule
  35.  
  36. 2014-09-30 10:23:57,915 ERROR zen.ZenPackCmd: zenpack command failed
  37. Traceback (most recent call last):
  38. File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 487, in <module>
  39. zp.run()
  40. File "/opt/zenoss/Products/ZenUtils/zenpack.py", line 164, in run
  41. fromUI=self.options.fromui)
  42. File "/opt/zenoss/Products/ZenUtils/ZenPackCmd.py", line 263, in InstallEggAndZenPack
  43. raise e
  44. Exception: Unable to create object using the following attributes:
  45. * id: /zport/dmd/Mibs/Dell/mibs/MIB-Dell-10892
  46. * module: Products.ZenModel.MibModule
  47. * class: MibModule
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement