Created
June 15, 2011 20:33
-
-
Save tomaslin/1028037 to your computer and use it in GitHub Desktop.
Cloud Foundry deployment hell
This file contains 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
blah:se tomaslin$ grails -Dgrails.env=cf cf-update | |
... | |
Updating Application: | |
Checking for available resources: | |
Error: 500 Internal Server Error | |
blah:se tomaslin$ grails -Dgrails.env=cf cf-update | |
... | |
Updating Application: | |
Checking for available resources: OK | |
Processing resources: OK | |
Packing application: OK | |
Uploading (2M): | |
Error: 500 Internal Server Error | |
blah:se tomaslin$ grails -Dgrails.env=cf cf-update | |
... | |
Updating Application: | |
Checking for available resources: OK | |
Processing resources: OK | |
Packing application: OK | |
Uploading (39K): OK |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment