While installing my app on "cloud foundry", I am getting an error: null
when I execute these commands:
- grails prod cf-info
- grails prod cf-push
But returns error: NULL
What do I do to install the app to cloud foundry?
While installing my app on "cloud foundry", I am getting an error: null
when I execute these commands:
But returns error: NULL
What do I do to install the app to cloud foundry?
Regarding Glenn's comment, "Have you tried working on a known good app and pushing to Cloud Foundry? For example, can you follow this tutorial and push the Grails Petclinic app?": Yesterday I tried the Petclinic app with grails 2.0.4 in conjunction with the Cloud Foundry plug-in 1.2.2, and was successful.