I am trying to deploy my Grails app to Cloud Foundry from Bamboo onDemand using the grails cloud-foundry plugin.
In a Grails task I have added the following command:
grails test cf-update
I am getting the following error in the Bamboo log:
26-Sep-2012 15:37:17 |Building WAR file 26-Sep-2012 15:37:23 .......................................................... 26-Sep-2012 15:37:23 |Done creating WAR target/cf-temp-1348670230579.war 26-Sep-2012 15:37:23 |Updating Application: 26-Sep-2012 15:37:23 | Checking for available resources: 26-Sep-2012 15:37:24 Error | 26-Sep-2012 15:37:24 26-Sep-2012 15:37:24 I/O error: Unexpected end of file from server; nested exception is java.net.SocketException: Unexpected end of file from server 26-Sep-2012 15:37:24
I tried running the command as:
grails test cf-update -plain-update
...but this did not help.
I logged directly into the Amazon EC2 instance and could deploy successfully to Cloud Foundry using the same command so it looks like it is definitely a fault of the build process rather than an access issue.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.