Created
January 31, 2014 06:25
-
-
Save yarko/8727446 to your computer and use it in GitHub Desktop.
edx-configuration release-2014-01-30 bug
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
PLAY RECAP ******************************************************************** | |
localhost : ok=195 changed=59 unreachable=0 failed=0 | |
[default] Checking for host entries | |
(Vedxdev)Yarko-Tymciuraks-MacBook-Pro-2:devstack yak007$ vagrant ssh | |
Welcome to Ubuntu 12.04 LTS (GNU/Linux 3.2.0-23-generic x86_64) | |
* Documentation: https://help.ubuntu.com/ | |
Welcome to your Vagrant-built virtual machine. | |
Last login: Fri Jan 31 04:29:30 2014 from 10.0.2.2 | |
vagrant@precise64:~$ sudo su edxapp | |
edxapp@precise64:~/edx-platform$ rake devstack[lms] | |
/edx/app/edxapp/edx-platform/rakefile:26: warning: already initialized constant SERVICE_VARIANT | |
mkdir -p /edx/app/edxapp/edx-platform/.ws_migrations_complete | |
mkdir -p /edx/app/edxapp/edx-platform/.prereqs_cache | |
npm config set registry 'http://registry.npmjs.org/' | |
npm install | |
npm WARN [email protected] package.json: bugs['name'] should probably be bugs['url'] | |
bundle install | |
Using rake (10.0.4) | |
Using addressable (2.3.5) | |
Using sass (3.2.12) | |
Using thor (0.18.1) | |
Using bourbon (3.1.8) | |
Using colorize (0.5.8) | |
Using dalli (2.6.4) | |
Using ffi (1.9.0) | |
Using launchy (2.1.2) | |
Using neat (1.4.0) | |
Using rb-fsevent (0.9.3) | |
Using rb-inotify (0.9.2) | |
Using sys-proctable (0.9.3) | |
Using bundler (1.3.2) | |
Your bundle is complete! Use `bundle show [gemname]` to see where a bundled gem is installed. | |
pip install -q --exists-action w -r requirements/edx/pre.txt | |
pip install -q --exists-action w -r requirements/edx/base.txt | |
Could not find a tag or branch 'd89aae2a82f2b', assuming commit. | |
Could not find a tag or branch '88ec8a011e481918fdc9d2682d4017c835acd8be', assuming commit. | |
Could not find a tag or branch '41815e2ef1b0323f92900f8e60711b0f0c37766b', assuming commit. | |
Could not find a tag or branch 'cccc3978ad2df82a78b6f9648fe2e9baddd22f88', assuming commit. | |
Could not find a tag or branch '776973740bdaad83a3b029f96e415a7d1e8bec2f', assuming commit. | |
Could not find a tag or branch 'd53fe0e81b623f084e91776bcf6369f8b7b63879', assuming commit. | |
Could not find a tag or branch 'de92d3bf798699a6bbd06b54012ef15934c41ac0', assuming commit. | |
Could not find a tag or branch 'e3d98f9455', assuming commit. | |
Could not find a tag or branch '823a102e48', assuming commit. | |
Could not find a tag or branch 'f0211d702d', assuming commit. | |
Could not find a tag or branch 'bc6f1adbe439618162079f1004b2b3db3b6f8916', assuming commit. | |
pip install -q --exists-action w -r requirements/edx/post.txt | |
xmodule_assets common/static/xmodule | |
./manage.py lms --settings devstack preprocess_assets --traceback | |
node_modules/.bin/coffee --compile `find lms/ cms/ common/ -type f -name *.coffee` sass --style compressed --cache-location /tmp/sass-cache --load-path ./common/static/sass --update -E utf-8 */static | |
overwrite cms/static/sass/style-app-extend1.css | |
overwrite cms/static/sass/style-app.css | |
overwrite cms/static/sass/style-xmodule.css | |
overwrite lms/static/sass/application-extend1.css | |
overwrite lms/static/sass/application-extend2.css | |
overwrite lms/static/sass/application.css | |
overwrite lms/static/sass/course.css | |
overwrite lms/static/sass/ie.css | |
./manage.py lms runserver --settings=devstack 0.0.0.0:8000 | |
Validating models... | |
0 errors found | |
Django version 1.4.8, using settings 'lms.envs.devstack' | |
Development server is running at http://0.0.0.0:8000/ | |
Quit the server with CONTROL-C. | |
2014-01-30 23:46:02,398 ERROR 7340 [root] exceptions.py:9 - Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'> | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/middleware.py", line 133, in process_response | |
smart_unicode(toolbar.render_toolbar() + self.tag)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/toolbar/loader.py", line 98, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 140, in render | |
return self._render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 134, in _render | |
return self.nodelist.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 74, in render_node | |
return node.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 186, in render | |
nodelist.append(node.render(context)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 282, in render | |
return nodelist.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 74, in render_node | |
return node.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 84, in render | |
output = self.filter_expression.resolve(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/panels/sql.py", line 135, in title | |
count=count, | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py", line 139, in __mod__ | |
if self._delegate_str: | |
AttributeError: '__proxy__' object has no attribute '_delegate_str' | |
2014-01-30 23:46:02,654 ERROR 7340 [django.request] base.py:215 - Internal Server Error: / | |
Traceback (most recent call last): | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/handlers/base.py", line 188, in get_response | |
response = middleware_method(request, response) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/middleware.py", line 133, in process_response | |
smart_unicode(toolbar.render_toolbar() + self.tag)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/toolbar/loader.py", line 98, in render_toolbar | |
return render_to_string('debug_toolbar/base.html', context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/loader.py", line 171, in render_to_string | |
return t.render(Context(dictionary)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 140, in render | |
return self._render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 134, in _render | |
return self.nodelist.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 74, in render_node | |
return node.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 186, in render | |
nodelist.append(node.render(context)) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/defaulttags.py", line 282, in render | |
return nodelist.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 823, in render | |
bit = self.render_node(node, context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 74, in render_node | |
return node.render(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/debug.py", line 84, in render | |
output = self.filter_expression.resolve(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 571, in resolve | |
obj = self.var.resolve(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 721, in resolve | |
value = self._resolve_lookup(context) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/template/base.py", line 772, in _resolve_lookup | |
current = current() | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/debug_toolbar/panels/sql.py", line 135, in title | |
count=count, | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/utils/functional.py", line 139, in __mod__ | |
if self._delegate_str: | |
AttributeError: '__proxy__' object has no attribute '_delegate_str' | |
2014-01-30 23:46:02,778 INFO 7340 [django_comment_client.utils] utils.py:250 - 2 queries run, total 0.001 seconds | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/wsgiref/handlers.py", line 86, in run | |
self.finish_response() | |
File "/usr/lib/python2.7/wsgiref/handlers.py", line 127, in finish_response | |
self.write(data) | |
File "/usr/lib/python2.7/wsgiref/handlers.py", line 215, in write | |
self._write(data) | |
File "/usr/lib/python2.7/socket.py", line 324, in write | |
self.flush() | |
File "/usr/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
Exception happened during processing of request from ('10.0.2.2', 50607) | |
Traceback (most recent call last): | |
File "/usr/lib/python2.7/SocketServer.py", line 582, in process_request_thread | |
self.finish_request(request, client_address) | |
File "/usr/lib/python2.7/SocketServer.py", line 323, in finish_request | |
self.RequestHandlerClass(request, client_address, self) | |
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/servers/basehttp.py", line 139, in __init__ | |
super(WSGIRequestHandler, self).__init__(*args, **kwargs) | |
File "/usr/lib/python2.7/SocketServer.py", line 640, in __init__ | |
self.finish() | |
File "/usr/lib/python2.7/SocketServer.py", line 693, in finish | |
self.wfile.flush() | |
File "/usr/lib/python2.7/socket.py", line 303, in flush | |
self._sock.sendall(view[write_offset:write_offset+buffer_size]) | |
error: [Errno 32] Broken pipe | |
---------------------------------------- | |
[30/Jan/2014 23:46:06] "GET / HTTP/1.1" 500 1907807 | |
2014-01-30 23:47:15,293 INFO 7340 [django_comment_client.utils] utils.py:250 - 1 queries run, total 0.0 seconds | |
[30/Jan/2014 23:47:15] "GET / HTTP/1.1" 200 212728 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/jquery.qtip.min.css HTTP/1.1" 200 1677 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/font-awesome.css HTTP/1.1" 200 27287 | |
2014-01-30 23:47:15,618 INFO 7340 [django_comment_client.utils] utils.py:250 - 1 queries run, total 0.001 seconds | |
[30/Jan/2014 23:47:15] "GET /jsi18n/ HTTP/1.1" 200 2158 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/edx-annotator.css HTTP/1.1" 200 3133 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/responsive-carousel/responsive-carousel.css HTTP/1.1" 200 377 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/responsive-carousel/responsive-carousel.slide.css HTTP/1.1" 200 1496 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/video-js.min.css HTTP/1.1" 200 11354 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/annotator.css HTTP/1.1" 200 36374 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/rangeslider.css HTTP/1.1" 200 4516 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/richText-annotator.css HTTP/1.1" 200 1637 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/share-annotator.css HTTP/1.1" 200 18770 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/tags-annotator.css HTTP/1.1" 200 1817 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/flagging-annotator.css HTTP/1.1" 200 3790 | |
[30/Jan/2014 23:47:15] "GET /static/css/vendor/ova/ova.css HTTP/1.1" 200 23940 | |
[30/Jan/2014 23:47:15] "GET /static/sass/ie.css HTTP/1.1" 200 4018 | |
[30/Jan/2014 23:47:15] "GET /static/sass/application.css HTTP/1.1" 200 74544 | |
[30/Jan/2014 23:47:15] "GET /static/sass/application-extend1.css HTTP/1.1" 200 216840 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/ova/catch/css/main.css HTTP/1.1" 200 12654 | |
[30/Jan/2014 23:47:15] "GET /static/sass/application-extend2.css HTTP/1.1" 200 235699 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/require.js HTTP/1.1" 200 15060 | |
[30/Jan/2014 23:47:15] "GET /static/js/RequireJS-namespace-undefine.js HTTP/1.1" 200 303 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/jquery.cookie.js HTTP/1.1" 200 1941 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/json2.js HTTP/1.1" 200 17521 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/jquery.min.js HTTP/1.1" 200 94840 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/jquery.ba-bbq.min.js HTTP/1.1" 200 4119 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/jquery-ui.min.js HTTP/1.1" 200 227259 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/jquery.qtip.min.js HTTP/1.1" 200 25875 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/swfobject/swfobject.js HTTP/1.1" 200 10220 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/ova/annotator-full.js HTTP/1.1" 200 102690 | |
[30/Jan/2014 23:47:15] "GET /static/js/vendor/ova/video.dev.js HTTP/1.1" 200 200534 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/vjs.youtube.js HTTP/1.1" 200 18439 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/share-annotator.js HTTP/1.1" 200 19592 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/rangeslider.js HTTP/1.1" 200 31978 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/reply-annotator.js HTTP/1.1" 200 3546 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/richText-annotator.js HTTP/1.1" 200 5536 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/flagging-annotator.js HTTP/1.1" 200 4448 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/jquery-Watch.js HTTP/1.1" 200 3794 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/ova.js HTTP/1.1" 200 83745 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/tags-annotator.js HTTP/1.1" 200 35852 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/tinymce.min.js HTTP/1.1" 200 329613 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/catch/js/handlebars-1.1.2.js HTTP/1.1" 200 84692 | |
[30/Jan/2014 23:47:16] "GET /static/js/vendor/ova/catch/js/catch.js HTTP/1.1" 200 48184 | |
[30/Jan/2014 23:47:16] "GET /static/images/header-logo.png HTTP/1.1" 200 1215 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/facebook-sharing.png HTTP/1.1" 200 1085 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/google-plus-sharing.png HTTP/1.1" 200 1161 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/ico-social-facebook.png HTTP/1.1" 200 539 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/ajax_prefix.js HTTP/1.1" 200 740 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/ico-social-meetup.png HTTP/1.1" 200 754 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/twitter-sharing.png HTTP/1.1" 200 1065 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/calculator.js HTTP/1.1" 200 4667 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/customwmd.js HTTP/1.1" 200 8145 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/feedback_form.js HTTP/1.1" 200 575 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/instructor_dashboard_tracking.js HTTP/1.1" 200 294 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/logger.js HTTP/1.1" 200 1789 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/mathjax_accessible.js HTTP/1.1" 200 760 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/main.js HTTP/1.1" 200 2017 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/jquery.immediateDescendents.js HTTP/1.1" 200 355 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/ico-social-twitter.png HTTP/1.1" 200 424 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/ico-social-google.png HTTP/1.1" 200 736 | |
[30/Jan/2014 23:47:17] "GET /static/images/social/ico-social-youtube.png HTTP/1.1" 200 499 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/mathjax_delay_renderer.js HTTP/1.1" 200 2867 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/modal.js HTTP/1.1" 200 326 | |
[30/Jan/2014 23:47:17] "GET /static/images/bg-footer-divider.jpg HTTP/1.1" 200 416 | |
[30/Jan/2014 23:47:17] "GET /static/images/courses/video-thumb.jpg HTTP/1.1" 200 4537 | |
2014-01-30 23:47:17,689 INFO 7340 [django_comment_client.utils] utils.py:250 - 1 queries run, total 0.0 seconds | |
[30/Jan/2014 23:47:17] "GET /c4x/edX/Open_DemoX/asset/images_course_image.jpg HTTP/1.1" 200 9283 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/notes.js HTTP/1.1" 200 4997 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/views/forgot_password.js HTTP/1.1" 200 67 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/xblock/runtime.v1.js HTTP/1.1" 200 667 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/xproblem.js HTTP/1.1" 200 2247 | |
[30/Jan/2014 23:47:17] "GET /static/coffee/src/xblock/core.js HTTP/1.1" 200 1274 | |
[30/Jan/2014 23:47:17] "GET /static/js/my_courses_dropdown.js HTTP/1.1" 200 2509 | |
[30/Jan/2014 23:47:17] "GET /static/js/form.ext.js HTTP/1.1" 200 1344 | |
[30/Jan/2014 23:47:17] "GET /static/js/query-params.js HTTP/1.1" 200 300 | |
[30/Jan/2014 23:47:17] "GET /static/js/toggle_login_modal.js HTTP/1.1" 200 3796 | |
[30/Jan/2014 23:47:17] "GET /static/js/sticky_filter.js HTTP/1.1" 200 369 | |
[30/Jan/2014 23:47:17] "GET /static/xmodule/modules/js/000-0e1a74833c0206962d495523b3147dc1.js HTTP/1.1" 200 2782 | |
[30/Jan/2014 23:47:17] "GET /static/xmodule/modules/js/000-149e5f80fb129c93207c19c2cb17b45a.js HTTP/1.1" 200 125 | |
[30/Jan/2014 23:47:17] "GET /static/js/src/utility.js HTTP/1.1" 200 2001 | |
[30/Jan/2014 23:47:17] "GET /static/js/src/accessibility_tools.js HTTP/1.1" 200 5619 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/000-42a54bf42a889003f390bd8ac7fe77be.js HTTP/1.1" 200 3455 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/000-224d365aed3a968d6876b75a9e39d877.js HTTP/1.1" 200 2587 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/000-5a03e1e6da41cd1f8e47452742244dc2.js HTTP/1.1" 200 5450 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/000-831bfa7f0550106cead1942d7485d9b2.js HTTP/1.1" 200 139066 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/000-e8aaca26172f45bfdf948ac4325edd52.js HTTP/1.1" 200 1569 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-222009e8c24f5628677581995d2488d9.js HTTP/1.1" 200 207425 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-3a720ebd3a9a9bc96a772b66f4da3119.js HTTP/1.1" 200 10042 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-0b45db8d4ae67b439cff8d0c38d807a8.js HTTP/1.1" 200 849 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-2cb314cde5cb0f498007ad88c127d6ed.js HTTP/1.1" 200 29114 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-4b06b565ce07b7ec692a835beb968b0c.js HTTP/1.1" 200 3650 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-4e789164fb697a2e6e6180f9f8255659.js HTTP/1.1" 200 6627 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-6b1438ebee843c042a0ef78d4f673dfd.js HTTP/1.1" 200 8084 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-53c44c016974a4e7b767192c8fa16fe0.js HTTP/1.1" 200 2444 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-9defa9d74ea4e69f722e1d491b905736.js HTTP/1.1" 200 37952 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-c69e953ceece62d29352ef33330b37ae.js HTTP/1.1" 200 12322 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-d7b3578319f397f236353b00a25ba14d.js HTTP/1.1" 200 15924 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/001-ff98d61c04d85e28d5eb9fd9bd62dab2.js HTTP/1.1" 200 5141 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-3155217bf8a3b564e2f0aa7e6a11367c.js HTTP/1.1" 200 1509 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-6e8bf396002ae78ecc4f7bd88b572323.js HTTP/1.1" 200 954 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-6897e48773a5b779c9af733317890247.js HTTP/1.1" 200 2069 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-071fe64987ed71a3a70b463842f90741.js HTTP/1.1" 200 24931 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-d1f81454cdec8eb05058f2be176cf63b.js HTTP/1.1" 200 33438 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-da1290f2b00e2c27e7305fcd42b548ae.js HTTP/1.1" 200 145 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/002-e54b5c7f7b657100c24d82263144a4fd.js HTTP/1.1" 200 719 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/003-53c44c016974a4e7b767192c8fa16fe0.js HTTP/1.1" 200 2444 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/003-6897e48773a5b779c9af733317890247.js HTTP/1.1" 200 2069 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/003-80a3e7a7cbbdf47978d6c83938f0705a.js HTTP/1.1" 200 492 | |
[30/Jan/2014 23:47:18] "GET /static/xmodule/modules/js/003-afc7413769330ed39dab7ea366492aac.js HTTP/1.1" 200 4616 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/004-16a4ddfb11dad336032f6a3a88692a46.js HTTP/1.1" 200 3326 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/004-53c44c016974a4e7b767192c8fa16fe0.js HTTP/1.1" 200 2444 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/004-7e5c2094f94fdbd5767a335a40468e46.js HTTP/1.1" 200 11894 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/003-d46fc8abde5a36d4c0ea0cd6af12bcff.js HTTP/1.1" 200 10636 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/003-f713a3bce247ef33bf2fcd2af21cba8f.js HTTP/1.1" 200 3879 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/004-8ecfc05f0a8679740613a10aae8a9a09.js HTTP/1.1" 200 12196 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/005-9173ee21a0fafa0e9f58d9c5dcddc5ab.js HTTP/1.1" 200 32728 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/006-8a2486b26d5e306eeb4dbc8e88d4a384.js HTTP/1.1" 200 9681 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/005-c048d2df9a279e40617f4b222e2f24c8.js HTTP/1.1" 200 56927 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/007-3f14947a3838b1c66d9e7c3940cfd85b.js HTTP/1.1" 200 4093 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/006-a3344151a7d92d40f881f592af41add9.js HTTP/1.1" 200 5113 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/007-fd708bb4fac08ee85e47174ef0a31f6e.js HTTP/1.1" 200 4125 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/008-6099fb4c640ced238dd6a35ac69e95f0.js HTTP/1.1" 200 1087 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/009-e3a37f66c2bc75c1c1b36b16e683b571.js HTTP/1.1" 200 9974 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/010-85cdbe150bac646326f8e2c520264239.js HTTP/1.1" 200 11928 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/008-af4031d14547d63b0c851793a20099c7.js HTTP/1.1" 200 10439 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/012-87adcd8fddf1c426f1729d1aa951c9ba.js HTTP/1.1" 200 4732 | |
[30/Jan/2014 23:47:19] "GET /static/xmodule/modules/js/011-2173f95d3291ec592df9bd7322ab3c28.js HTTP/1.1" 200 26572 | |
[30/Jan/2014 23:47:19] "GET /static/images/favicon.ico HTTP/1.1" 304 0 | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This wsgi exception happened twice on first startup of the machine -- out of maybe 6 bringups? - so it is inconsistent.
focaccia vagrant devstack