Open
Description
The raceready
CloudFoundy application in space production
fails to start.
Not Enough Databases
The reason the application won't start is that there's no database service instance bound to the application.
That's because we only have a single Cloudant instance under the Lite plan and it's being used in staging already.
Find a way to share the single database instance (maybe different dbs within a single service instance?) or create a 2nd instance as appropriate.
Consider improving error handling so that the cause of the failure is more obvious from application logs. cf logs --recent
shows nothing informative.