Skip to content

Instantly share code, notes, and snippets.

@ovnicraft
Created March 20, 2014 22:25
Show Gist options
  • Save ovnicraft/9675309 to your computer and use it in GitHub Desktop.
Save ovnicraft/9675309 to your computer and use it in GitHub Desktop.
edxapp@dev-upex-staging:/edx/app/edxapp/edx-platform$ rake lms:gather_assets:aws
/edx/app/edxapp/edx-platform/rakefile:24: warning: already initialized constant SERVICE_VARIANT
./manage.py lms --settings aws preprocess_assets --traceback
xmodule_assets common/static/xmodule
2014-03-20 17:19:51,723 INFO 19543 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
node_modules/.bin/coffee --compile `find /edx/app/edxapp/themes/stanford lms/ cms/ common/ -type f -name *.coffee`
sass --style compressed --cache-location /tmp/sass-cache --load-path ./common/static/sass /edx/app/edxapp/themes/stanford/static/sass --update -E utf-8 */static /edx/app/edxapp/themes/stanford/static/sass
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
./manage.py lms --settings aws collectstatic --traceback --noinput > /dev/null
2014-03-20 17:20:04,767 INFO 19581 [dd.dogapi] dog_stats_api.py:66 - Initializing dog api to use statsd: localhost, 8125
Traceback (most recent call last):
File "./manage.py", line 95, in <module>
execute_from_command_line([sys.argv[0]] + django_args)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 443, in execute_from_command_line
utility.execute()
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/__init__.py", line 382, in execute
self.fetch_command(subcommand).run_from_argv(self.argv)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py", line 196, in run_from_argv
self.execute(*args, **options.__dict__)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py", line 232, in execute
output = self.handle(*args, **options)
File "/edx/app/edxapp/venvs/edxapp/local/lib/python2.7/site-packages/django/core/management/base.py", line 371, in handle
return self.handle_noargs(**options)
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/management/commands/collectstatic.py", line 169, in handle_noargs
collected = self.collect()
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/management/commands/collectstatic.py", line 126, in collect
for original_path, processed_path, processed in processor:
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/storage.py", line 279, in post_process
content = pattern.sub(converter, content)
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/storage.py", line 218, in converter
hashed_url = self.url(unquote(joined_result), force=True)
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/storage.py", line 164, in url
hashed_name = self.hashed_name(clean_name).replace('\\', '/')
File "/edx/app/edxapp/venvs/edxapp/src/django-staticfiles/staticfiles/storage.py", line 127, in hashed_name
(clean_name, self))
ValueError: The file 'themes/stanford/css/themes/stanford/images/stanford-pano.png' could not be found with <pipeline.storage.PipelineCachedStorage object at 0x31e3f10>.
collectstatic failed!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment