Advertisement
Guest User

Untitled

a guest
Jul 27th, 2015
187
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.87 KB | None | 0 0
  1. 2015-07-27 18:28:19,765 [noc.solutions.noc.default.pm.router] Configuring metric mappings sa.managedobject -> object.{{object.name|qm}}.{{metric_type|qm}}
  2. 2015-07-27 18:28:19,765 [noc.solutions.noc.default.pm.router] Configuring metric mappings inv.interface -> object.{{object.managed_object.name|qm}}.interface.{{object.name|qm}}.{{metric_type|qm}}
  3. 2015-07-27 18:28:19,767 [root] Loading DownloaderRegistry
  4. 2015-07-27 18:28:19,812 [root] SSH: Using gmpy
  5. 2015-07-27 18:28:19,813 [noc.solutions.noc.default.pm.router] Configuring metric mappings sa.managedobject -> object.{{object.name|qm}}.{{metric_type|qm}}
  6. 2015-07-27 18:28:19,814 [noc.solutions.noc.default.pm.router] Configuring metric mappings inv.interface -> object.{{object.managed_object.name|qm}}.interface.{{object.name|qm}}.{{metric_type|qm}}
  7. 2015-07-27 18:28:19,815 [root] Loading DownloaderRegistry
  8. 2015-07-27 18:28:19,826 [root] SSH: Using gmpy
  9. 2015-07-27 18:28:19,836 [root] Loading ProfileRegistry
  10. 2015-07-27 18:28:19,849 [root] Loading ProfileRegistry
  11. 2015-07-27 18:28:19,868 [root] Loading ProfileRegistry
  12. 2015-07-27 18:28:19,872 [root] SSH: Using gmpy
  13. 2015-07-27 18:28:19,885 [root] Loading ProfileRegistry
  14. 2015-07-27 18:28:19,888 [root] Loading ProfileRegistry
  15. 2015-07-27 18:28:19,901 [root] Loading ProfileRegistry
  16. 2015-07-27 18:28:19,905 [root] Loading ProfileRegistry
  17. 2015-07-27 18:28:19,906 [root] Loading ProfileRegistry
  18. 2015-07-27 18:28:19,908 [root] SSH: Using gmpy
  19. 2015-07-27 18:28:19,912 [root] Loading ProfileRegistry
  20. 2015-07-27 18:28:19,914 [root] Loading ProfileRegistry
  21. 2015-07-27 18:28:19,913 [root] Loading ProfileRegistry
  22. 2015-07-27 18:28:19,915 [root] Loading ProfileRegistry
  23. 2015-07-27 18:28:19,917 [root] Loading ProfileRegistry
  24. 2015-07-27 18:28:19,917 [root] Loading ProfileRegistry
  25. 2015-07-27 18:28:19,919 [root] Loading ProfileRegistry
  26. 2015-07-27 18:28:19,921 [root] Loading ProfileRegistry
  27. 2015-07-27 18:28:19,922 [root] Loading ProfileRegistry
  28. 2015-07-27 18:28:19,926 [root] Loading ProfileRegistry
  29. 2015-07-27 18:28:19,934 [root] Loading ProfileRegistry
  30. 2015-07-27 18:28:19,938 [root] Loading ProfileRegistry
  31. 2015-07-27 18:28:19,938 [root] Loading ProfileRegistry
  32. 2015-07-27 18:28:19,940 [root] Loading ProfileRegistry
  33. 2015-07-27 18:28:19,947 [root] Loading ProfileRegistry
  34. 2015-07-27 18:28:19,948 [root] Loading ProfileRegistry
  35. 2015-07-27 18:28:19,950 [root] Loading ProfileRegistry
  36. 2015-07-27 18:28:19,952 [lib.nosql] Connecting to MongoDB {'username': 'noc', 'password': '********', 'db': 'noc'}
  37. 2015-07-27 18:28:19,952 [lib.nosql] Connecting to MongoDB {'username': 'noc', 'password': '********', 'db': 'noc'}
  38. 2015-07-27 18:28:19,959 [root] Loading ProfileRegistry
  39. 2015-07-27 18:28:19,961 [root] Loading MacroRegistry
  40. 2015-07-27 18:28:19,961 [root] Loading MacroRegistry
  41. 2015-07-27 18:28:19,968 [root] Loading ProfileRegistry
  42. 2015-07-27 18:28:19,971 [root] Loading ProfileRegistry
  43. 2015-07-27 18:28:19,971 [root] Loading ProfileRegistry
  44. 2015-07-27 18:28:19,972 [root] Loading ProfileRegistry
  45. 2015-07-27 18:28:19,986 [lib.nosql] Connecting to MongoDB {'username': 'noc', 'password': '********', 'db': 'noc'}
  46. 2015-07-27 18:28:19,991 [lib.nosql] Connecting to MongoDB {'username': 'noc', 'password': '********', 'db': 'noc'}
  47. 2015-07-27 18:28:19,993 [root] Loading MacroRegistry
  48. 2015-07-27 18:28:19,997 [root] Loading ProfileRegistry
  49. 2015-07-27 18:28:19,999 [root] Loading MacroRegistry
  50. 2015-07-27 18:28:20,000 [root] Loading ProfileRegistry
  51. 2015-07-27 18:28:20,001 [root] Loading ProfileRegistry
  52. 2015-07-27 18:28:20,006 [root] Loading ProfileRegistry
  53. 2015-07-27 18:28:20,012 [noc.lib.debug] UNHANDLED EXCEPTION (2015-07-27 18:28:19.902883)
  54. BRANCH: default TIP: 0f33905fc72f
  55. PROCESS: ./scripts/noc-web.py
  56. ERROR FINGERPRINT: 987ff577-2074-574c-85b2-ae6b4a7dadc8
  57. WORKING DIRECTORY: /opt/noc
  58. EXCEPTION: <class 'django.db.models.fields.FieldDoesNotExist'> DBTrigger has no field named 'is_active'
  59. START OF TRACEBACK
  60. ------------------------------------------------------------------------
  61. File: local/lib/python2.7/site-packages/django/db/models/options.py (Line: 315)
  62. Function: get_field_by_name
  63. 308 try:
  64. 309 return self._name_map[name]
  65. 310 except AttributeError:
  66. 311 cache = self.init_name_map()
  67. 312 return cache[name]
  68. 313 except KeyError:
  69. 314 raise FieldDoesNotExist('%s has no field named %r'
  70. 315 ==> % (self.object_name, name))
  71. 316
  72. 317 def get_all_field_names(self):
  73. 318 """
  74. 319 Returns a list of all field names that are possible for this model
  75. 320 (including reverse relation names). This is used for pretty printing
  76. 321 debugging output (a list of choices), so any internal-only field names
  77. Variables:
  78. self = <Options for DBTrigger>
  79. name = 'is_active'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement