We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The raceready CloudFoundy application in space production fails to start.
raceready
production
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.
cf logs --recent
The text was updated successfully, but these errors were encountered:
rosscado
No branches or pull requests
The
raceready
CloudFoundy application in spaceproduction
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.The text was updated successfully, but these errors were encountered: