Advertisement
Guest User

Untitled

a guest
Nov 27th, 2014
33
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.74 KB | None | 0 0
  1. 2014-11-27 10:47:09,351 Adding FTS index for ip.vrf
  2. 2014-11-27 10:47:09,355 Adding FTS index for ip.prefix
  3. 2014-11-27 10:47:09,358 Adding FTS index for ip.address
  4. Traceback (most recent call last):
  5. File "manage.py", line 45, in <module>
  6. execute_from_command_line(sys.argv)
  7. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  8. utility.execute()
  9. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  10. self.fetch_command(subcommand).run_from_argv(self.argv)
  11. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
  12. self.execute(*args, **options.__dict__)
  13. File "/opt/noc/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
  14. output = self.handle(*args, **options)
  15. File "/opt/noc/sa/management/commands/debug-script.py", line 443, in handle
  16. requests = [self.get_request(script_name, obj, snmp_ro_community, values) for obj in objects]
  17. File "/opt/noc/sa/management/commands/debug-script.py", line 370, in get_request
  18. self.set_access_profile_name(r.access_profile, obj, profile, snmp_ro_community)
  19. File "/opt/noc/sa/management/commands/debug-script.py", line 323, in set_access_profile_name
  20. access_profile.password = credentials.password
  21. File "/opt/noc/lib/python2.7/site-packages/google/protobuf/internal/python_message.py", line 454, in setter
  22. type_checker.CheckValue(new_value)
  23. File "/opt/noc/lib/python2.7/site-packages/google/protobuf/internal/type_checkers.py", line 117, in CheckValue
  24. raise TypeError(message)
  25. TypeError: None has type <type 'NoneType'>, but expected one of: (<type 'str'>, <type 'unicode'>)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement