Cloudfoundry installation gotchas - kennethjiang/Wolke GitHub Wiki

Error in connecting to gem repository.

Tried it the next day and the problem was gone.

Stuck in downloading packages for erlang.

Error msg:

INFO: Processing deployment_remote_file[/var/cache/dev_setup/otp_src_R14B02.tar.gz] action create (erlang::default line 12)

Just wait it for very long time and it'll pass.

Error downloading neo4j 1.4 jar:

Error msg:

ERROR: remote_file[/var/vcap/services/neo4j/neo4j-hosting-extension.jar] (/root/cloudfoundry/vcap/dev_setup/cookbooks/neo4j/recipes/default.rb:22:in `from_file') had an error:

remote_file[/var/vcap/services/neo4j/neo4j-hosting-extension.jar] (neo4j::default line 22) had an er ror: Net::HTTPServerException: 403 "Forbidden"

solve:

cp authentication-extension-1.4.jar /var/vcap/services/neo4j/neo4j-hosting-extension.jar

authentication-extension-1.4.jar can be found here.