Created
February 5, 2015 21:44
-
-
Save singingwolfboy/e55392db5eb81a42a46d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Feb 5 20:50:31 precise64 [service_variant=lms][dd.dogapi][env:sandbox] INFO [precise64 15480] [dog_stats_api.py: | |
66] - Initializing dog api to use statsd: localhost, 8125 | |
Feb 5 20:50:32 precise64 [service_variant=lms][xblock.plugin][env:sandbox] WARNING [precise64 15480] [plugin.py:138] - Unable to load XBlock 'course_info' | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 136, in load_classes | |
yield (class_.name, cls._load_class_entry_point(class_)) | |
File "/edx/app/edxapp/venvs/edxapp/src/xblock/xblock/plugin.py", line 73, in _load_class_entry_point | |
class_ = entry_point.load() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/pkg_resources.py", line 2087, in load | |
entry = __import__(self.module_name, globals(),globals(), ['__name__']) | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/html_module.py", line 81, in <module> | |
class HtmlModule(HtmlModuleMixin): | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/edxnotes_utils.py", line 12, in edxnotes | |
from edxnotes.decorators import edxnotes as notes # pylint: disable=import-error | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/decorators.py", line 6, in <module> | |
from edxnotes.helpers import ( | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/edxnotes/helpers.py", line 12, in <module> | |
from courseware.views import get_current_child | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/courseware/views.py", line 45, in <module> | |
from open_ended_grading import open_ended_notifications | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/open_ended_grading/open_ended_notifications.py", line 18, in <module> | |
from .staff_grading_service import StaffGradingService | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/open_ended_grading/staff_grading_service.py", line 21, in <module> | |
from open_ended_grading.utils import does_location_exist | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/open_ended_grading/utils.py", line 37, in <module> | |
'i18n': ModuleI18nService(), | |
File "/edx/app/edxapp/edx-platform/lms/djangoapps/lms_xblock/runtime.py", line 203, in __init__ | |
services['library_tools'] = LibraryToolsService(modulestore()) | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py", line 125, in modulestore | |
settings.MODULESTORE['default'].get('OPTIONS', {}) | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py", line 107, in create_modulestore_instance | |
**_options | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/mixed.py", line 152, in __init__ | |
user_service=user_service, | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py", line 66, in create_modulestore_instance | |
class_ = load_function(engine) | |
File "/edx/app/edxapp/edx-platform/common/lib/xmodule/xmodule/modulestore/django.py", line 51, in load_function | |
return getattr(import_module(module_path), name) | |
AttributeError: 'module' object has no attribute 'DraftMongoModuleStore' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment