cloudcoderdotorg / CloudCoder

A web-based programming exercise system.
GNU Affero General Public License v3.0
71 stars 59 forks source link

daemon-0.7.jar is not available on aws. #80

Closed pmelsted closed 10 years ago

pmelsted commented 10 years ago

The file https://s3.amazonaws.com/org.cloudcoder.daemon.binaries/daemon-0.7.jar is not found by AWS. Running ./fetchdeps.pl fails.

Fetching https://s3.amazonaws.com/org.cloudcoder.daemon.binaries/daemon-0.7.jar...
--2014-08-21 10:48:00--  https://s3.amazonaws.com/org.cloudcoder.daemon.binaries/daemon-0.7.jar
Resolving s3.amazonaws.com... 176.32.99.56
Connecting to s3.amazonaws.com|176.32.99.56|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2014-08-21 10:48:00 ERROR 403: Forbidden.
jspacco commented 10 years ago

Oops! I've somehow messed up the permissions for the daemon files portion of aws. We'll get that fixed!

In the meantime, daemon-0.7.jar is available here:

https://s3.amazonaws.com/cloudcoder-binaries/daemon-0.7.jar

Download and copy it into the deps folder inside the main CloudCoder folder, and then re-run fetchdeps.pl, which should copy it to the right places.

daveho commented 10 years ago

This should be resolved now - the credit card I had on file for my AWS account had expired. My account is reactivated now.

Note: the fetchdeps.pl script may have left invalid copies of daemon-0.7.jar hanging around. These should be deleted.