Reputation: 43
I am deploying an application from DevOps Services to Bluemix. I got a 500 Error: Failed to establish a backside connection from the deployment. I've never gotten this error before. The log button on the DevOps Services runbar is grayed out, so I'm not sure where to look on the DevOps Services side for more information. The application is created in Bluemix, but when I try to look in logs on the Bluemix side, there are no logs since the application isn't started, so I'm also not sure how to debug on the Bluemix side.
The application I forked is alchemyapplication. It uses the python buildpack. The project owner told me they got the deploy to work. I am seeing some recent commits, so it is possible there were some changes that went in since that broke this. Any help on where to begin looking to debug is appreciated.
Upvotes: 0
Views: 1204
Reputation: 1
by any chance , the application has any database dependency ? Recently I faced this issue where my database instance was not valid and the front end application throw this error of "Failed to establish a backside connection"
Upvotes: 0