Advertisement
Guest User

Untitled

a guest
Dec 12th, 2013
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. Syncing inv.vendors
  2. Syncing inv.modelinterfaces
  3. Syncing inv.connectiontypes
  4. Syncing inv.connectionrules
  5. Upgrading inv.objectmodels
  6. Traceback (most recent call last):
  7. File "manage.py", line 44, in <module>
  8. execute_from_command_line(sys.argv)
  9. File "/opt/noc/lib/python2.6/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  10. utility.execute()
  11. File "/opt/noc/lib/python2.6/site-packages/django/core/management/__init__.py", line 382, in execute
  12. self.fetch_command(subcommand).run_from_argv(self.argv)
  13. File "/opt/noc/lib/python2.6/site-packages/django/core/management/base.py", line 196, in run_from_argv
  14. self.execute(*args, **options.__dict__)
  15. File "/opt/noc/lib/python2.6/site-packages/django/core/management/base.py", line 232, in execute
  16. output = self.handle(*args, **options)
  17. File "/opt/noc/main/management/commands/collection.py", line 78, in handle
  18. return self.handle_sync()
  19. File "/opt/noc/main/management/commands/collection.py", line 101, in handle_sync
  20. lc.apply(dc)
  21. File "/opt/noc/lib/collection.py", line 118, in apply
  22. self.upgrade_collection(collection)
  23. File "/opt/noc/lib/collection.py", line 301, in upgrade_collection
  24. upgrade_item(u)
  25. File "/opt/noc/lib/collection.py", line 282, in upgrade_item
  26. d = self.dereference(self.doc, d)
  27. File "/opt/noc/lib/collection.py", line 204, in dereference
  28. for k in d:
  29. TypeError: 'NoneType' object is not iterable
  30. upgrade-user: 56: collection --sync failed
  31. Terminating
  32. upgrade complete
  33. ┌─[root@oel] - [/opt/noc] - [Thu Dec 12, 01:42]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement