Project

General

Profile

Actions

Bug #20130

closed

mgr generates traceback about missing django.core.servers.basehttp module at startup

Added by Brad Hubbard almost 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
-
Target version:
-
% Done:

0%

Source:
Development
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

2017-06-01 15:33:09.635346 7efd25644700  1 mgr init Loading python module 'rest'                                                                                                                                                             
2017-06-01 15:33:09.695063 7efd25644700 -1 mgr load Module not found: 'rest'                                                                                                                                                                 
2017-06-01 15:33:09.695076 7efd25644700 -1 mgr init Error loading module 'rest': (2) No such file or directory                                                                                                                               
2017-06-01 15:33:09.695094 7efd25644700 -1 mgr init Traceback (most recent call last):                                                                                                                                                       
  File "/home/brad/working/src/ceph2/src/pybind/mgr/rest/__init__.py", line 2, in <module>                                                                                                                                                   
    from module import *  # NOQA                                                                                                                                                                                                             
  File "/home/brad/working/src/ceph2/src/pybind/mgr/rest/module.py", line 24, in <module>                                                                                                                                                    
    from django.core.servers.basehttp import get_internal_wsgi_application                                                                                                                                                                   
ImportError: No module named django.core.servers.basehttp
Actions #1

Updated by Brad Hubbard almost 7 years ago

  • Status changed from New to In Progress
  • Assignee set to Brad Hubbard
Actions #2

Updated by Sage Weil almost 7 years ago

  • Status changed from In Progress to Resolved
Actions #3

Updated by Greg Farnum almost 7 years ago

  • Project changed from Ceph to mgr
  • Category deleted (110)
Actions

Also available in: Atom PDF