OpenMOOC / moocng

MOOC Engine
Apache License 2.0
88 stars 43 forks source link

Error collectstatic #50

Closed johnfelipe closed 11 years ago

johnfelipe commented 11 years ago

Hello comunity, please tell me how fix this:

(moocng)[root@felipeurrego moocng]# python manage.py collectstatic

You have requested to collect static files at the destination
location as specified in your settings.

This will overwrite existing files!
Are you sure you want to do this?

Type 'yes' to continue, or 'no' to cancel: y
Error: Collecting static files cancelled.

"Error: Collecting static files cancelled."

Please tell me one direction

Tnks

johnfelipe commented 11 years ago

fetch:

11:06:12.946Z Backtrace:
11:06:12.946Z 5 /var/www/idp/simplesamlphp/www/_include.php:70 (SimpleSAML_error_handler)
11:06:12.946Z 4 [builtin] (file_get_contents)
11:06:12.946Z 3 /var/www/idp/simplesamlphp/lib/SimpleSAML/Utilities.php:2178 (SimpleSAML_Utilities::fetch)
11:06:12.946Z 2 /var/www/idp/simplesamlphp/modules/metarefresh/lib/MetaLoader.php:54 (sspmod_metarefresh_MetaLoader::loadSource)
11:06:12.946Z 1 /var/www/idp/simplesamlphp/modules/metarefresh/www/fetch.php:50 (require)
11:06:12.946Z 0 /var/www/idp/simplesamlphp/www/module.php:135 (N/A)
11:06:12.946Z metarefresh: Error fetching 'http://moocng.felipeurrego.com/saml2/metadata/':file_get_contents(http://moocng.felipeurrego.com/saml2/metadata/): failed to open stream: HTTP request failed! HTTP/1.1 404 NOT FOUND

11:06:12.947Z No response from http://moocng.felipeurrego.com/saml2/metadata/ - attempting to re-use cached metadata
11:06:12.947Z Deleting stale metadata file: /var/www/idp/simplesamlphp/metadata/moocng/saml20-sp-remote.php
oscarcp commented 11 years ago

About the collectstatic..

Type 'yes' to continue, or 'no' to cancel:

You have to actually type "yes" or "no". Y and N won't work

johnfelipe commented 11 years ago

Hi sweet, it works.