Advertisement
Guest User

Untitled

a guest
Sep 25th, 2014
213
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. Checking FTS index
  2. Traceback (most recent call last):
  3. File "manage.py", line 45, in <module>
  4. execute_from_command_line(sys.argv)
  5. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  6. utility.execute()
  7. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  8. self.fetch_command(subcommand).run_from_argv(self.argv)
  9. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
  10. klass = load_command_class(app_name, subcommand)
  11. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 69, in load_command_class
  12. module = import_module('%s.management.commands.%s' % (app_name, name))
  13. File "/opt/noc/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
  14. __import__(name)
  15. File "/opt/noc/main/management/commands/index.py", line 21, in <module>
  16. from noc.main.models import fts_models
  17. ImportError: cannot import name fts_models
  18. Traceback (most recent call last):
  19. File "manage.py", line 45, in <module>
  20. execute_from_command_line(sys.argv)
  21. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
  22. utility.execute()
  23. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
  24. self.fetch_command(subcommand).run_from_argv(self.argv)
  25. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 261, in fetch_command
  26. klass = load_command_class(app_name, subcommand)
  27. File "/opt/noc/lib/python2.7/site-packages/django/core/management/__init__.py", line 69, in load_command_class
  28. module = import_module('%s.management.commands.%s' % (app_name, name))
  29. File "/opt/noc/lib/python2.7/site-packages/django/utils/importlib.py", line 35, in import_module
  30. __import__(name)
  31. File "/opt/noc/main/management/commands/index.py", line 21, in <module>
  32. from noc.main.models import fts_models
  33. ImportError: cannot import name fts_models
  34. upgrade-user: 70: index failed
  35. Terminating
  36. upgrade complete
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement